JAL-2480 cache min-max score values per sequence and feature type
[jalview.git] / test / jalview / datamodel / features / SequenceFeaturesTest.java
2017-04-19 gmungocJAL-2480 cache min-max score values per sequence and...
2017-04-19 gmungocJAL-2483 use SequenceFeatures to look up groups, types...
2017-04-18 gmungocJAL-2480 test coverage / bug fixes / javadoc
2017-04-18 gmungocJAL-2480 SequenceFeaturesI encapsulates features api
2017-04-17 gmungocJAL-2446 add call to SequenceFeatures.delete(); use...
2017-04-12 gmungocJAL-2446 getGroups, getFeatures for positional/non...
2017-04-11 gmungocJAL-2446 find feature types for one or more groups...
2017-04-11 gmungocJAL-2446 getFeatureTypesForGroup() added
2017-04-11 gmungocJAL-2446 added getFeatureGroups
2017-04-10 gmungocJAL-2446 SequenceFeatures.hasFeatures() added
2017-04-06 gmungocJAL-2446 added contains, delete, checks for inclusion...
2017-04-05 gmungocJAL-2446 various get and find methods added with test...