JAL-2843 add isByAttribute to interface for convenience
[jalview.git] / src / jalview / datamodel / features / FeatureMatcherI.java
index 396f500..fa66468 100644 (file)
@@ -43,6 +43,13 @@ public interface FeatureMatcherI
   boolean isByScore();
 
   /**
+   * Answers true if match is against a feature attribute (text or range)
+   * 
+   * @return
+   */
+  boolean isByAttribute();
+
+  /**
    * Answers the match condition that is applied
    * 
    * @return