X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=src%2Fjalview%2Fworkers%2FFeatureSetCounterI.java;h=e14952fd0e0509974f253b6a6defbc28a7df4779;hb=6200addf078b7f7ace90597dc056dafc7fc602c1;hp=a8cb059fbb26d7757eefbef895cf978879c4770c;hpb=d0b6486ecb5c6572b823f9fd8676a603a4d493e9;p=jalview.git diff --git a/src/jalview/workers/FeatureSetCounterI.java b/src/jalview/workers/FeatureSetCounterI.java index a8cb059..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 a count of some property of interest, for example + * Returns counts (per annotation type) of some properties of interest, for + * example *