X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=src%2Fjalview%2Fdatamodel%2Ffeatures%2FFeatureMatcherI.java;h=f1f85855bdd6ad22ba87c7c4eb9102616388550d;hb=e47415829a6b2259c27833aae3a05d51d5db5ff5;hp=396f500a4b721ebda04069137881c92b06812d65;hpb=ec44bf310ff6aaa0438f486dadc65f2af385d99d;p=jalview.git diff --git a/src/jalview/datamodel/features/FeatureMatcherI.java b/src/jalview/datamodel/features/FeatureMatcherI.java index 396f500..f1f8585 100644 --- a/src/jalview/datamodel/features/FeatureMatcherI.java +++ b/src/jalview/datamodel/features/FeatureMatcherI.java @@ -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 @@ -51,8 +58,8 @@ public interface FeatureMatcherI /** * Answers a string representation of this object suitable for use when - * persisting data, in a format that should not change so can be reliably read - * back. + * persisting data, in a format that can be reliably read back. Any changes to + * the format should be backwards compatible. */ String toStableString(); }