X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=src%2Fjalview%2Fworkers%2FFeatureSetCounterI.java;h=e14952fd0e0509974f253b6a6defbc28a7df4779;hb=f7075b9f56eafbe634efadc1a0cafdab6698139a;hp=3bbf8ec879471b8c4a97a326a74fefad79ce39c8;hpb=e811386cfe6d7ab7d73db56a31ac83732e185861;p=jalview.git diff --git a/src/jalview/workers/FeatureSetCounterI.java b/src/jalview/workers/FeatureSetCounterI.java index 3bbf8ec..e14952f 100644 --- a/src/jalview/workers/FeatureSetCounterI.java +++ b/src/jalview/workers/FeatureSetCounterI.java @@ -26,17 +26,16 @@ import jalview.datamodel.SequenceFeature; import java.util.List; /** - * Like FeatureCounterI but returns a vector of counts for a set of features - * - * An interface for a type that returns counts of any value of interest at a - * sequence position that can be determined from the sequence character and any - * features present at that position + * An interface for a type that returns counts (per computed annotation type) of + * any value of interest at a sequence position that can be determined from the + * sequence character and any features present at that position * */ -public interface FeatureSetCounterI extends ColumnCounterI +public interface FeatureSetCounterI { /** - * Returns counts of some properties of interest, for example + * Returns counts (per annotation type) of some properties of interest, for + * example *