JAL-2228 removed FeatureCounterI in favour of FeatureSetCounterI with
[jalview.git] / src / jalview / workers / FeatureSetCounterI.java
index a8cb059..3bbf8ec 100644 (file)
@@ -36,7 +36,7 @@ import java.util.List;
 public interface FeatureSetCounterI extends ColumnCounterI
 {
   /**
-   * Returns a count of some property of interest, for example
+   * Returns counts of some properties of interest, for example
    * <ul>
    * <li>the number of variant features at the position</li>
    * <li>the number of Cath features of status 'True Positive'</li>
@@ -52,15 +52,15 @@ public interface FeatureSetCounterI extends ColumnCounterI
   int[] count(String residue, List<SequenceFeature> features);
 
   /**
-   * Returns a name for the annotation that this is counting, for use as the
-   * displayed label
+   * Returns names for the annotation that this is counting, for use as the
+   * displayed labels
    * 
    * @return
    */
   String[] getNames();
 
   /**
-   * Returns a description for the annotation, for display as a tooltip
+   * Returns descriptions for the annotation, for display as tooltips
    * 
    * @return
    */