X-Git-Url: http://source.jalview.org/gitweb/?p=jalview.git;a=blobdiff_plain;f=src%2Fjalview%2Fdatamodel%2Ffeatures%2FSequenceFeaturesI.java;h=ca142781a3cfe05019dd24d46754e2fdf1afab49;hp=7213cbaf47e5c4117cc61e536883119578f96d35;hb=57738a1f3c19b1c3a00bd3ac5108f8cd0af32f99;hpb=e7338a61f3ce96dadf44ac80b2b32cc5ba4b94c8 diff --git a/src/jalview/datamodel/features/SequenceFeaturesI.java b/src/jalview/datamodel/features/SequenceFeaturesI.java index 7213cba..ca14278 100644 --- a/src/jalview/datamodel/features/SequenceFeaturesI.java +++ b/src/jalview/datamodel/features/SequenceFeaturesI.java @@ -50,8 +50,7 @@ public interface SequenceFeaturesI * @param type * @return */ - List findFeatures(int from, int to, - String... type); + List findFeatures(int from, int to, String... type); /** * Answers a list of all features stored, in no particular guaranteed order. @@ -118,8 +117,7 @@ public interface SequenceFeaturesI * @param type * @return */ - List getPositionalFeatures( - String... type); + List getPositionalFeatures(String... type); /** * Answers a list of all contact features, optionally restricted to specified @@ -137,8 +135,7 @@ public interface SequenceFeaturesI * if no type is specified, all are returned * @return */ - List getNonPositionalFeatures( - String... type); + List getNonPositionalFeatures(String... type); /** * Deletes the given feature from the store, returning true if it was found @@ -168,8 +165,7 @@ public interface SequenceFeaturesI * @param type * @return */ - Set getFeatureGroups(boolean positionalFeatures, - String... type); + Set getFeatureGroups(boolean positionalFeatures, String... type); /** * Answers the set of distinct feature types for which there is at least one @@ -181,8 +177,8 @@ public interface SequenceFeaturesI * @param groups * @return */ - Set getFeatureTypesForGroups( - boolean positionalFeatures, String... groups); + Set getFeatureTypesForGroups(boolean positionalFeatures, + String... groups); /** * Answers a set of the distinct feature types for which a feature is stored.