JAL-2808 revised util.matcher package, 2 filter conditions per feature
authorgmungoc <g.m.carstairs@dundee.ac.uk>
Tue, 31 Oct 2017 15:59:04 +0000 (15:59 +0000)
committergmungoc <g.m.carstairs@dundee.ac.uk>
Tue, 31 Oct 2017 15:59:04 +0000 (15:59 +0000)
commit50ebdf8f3a7fdce1421a6af7a0afd317c347372c
tree049422cc8ae70ab464911dc1f42575587776eed5
parent98083ecd871a655f658bff39606f683dfe62b9e4
JAL-2808 revised util.matcher package, 2 filter conditions per feature
type
13 files changed:
resources/lang/Messages.properties
src/jalview/api/FeatureColourI.java
src/jalview/gui/FeatureColourChooser.java
src/jalview/schemes/FeatureColour.java
src/jalview/util/matcher/KeyedMatcher.java
src/jalview/util/matcher/KeyedMatcherI.java
src/jalview/util/matcher/KeyedMatcherSet.java [new file with mode: 0644]
src/jalview/util/matcher/KeyedMatcherSetI.java [new file with mode: 0644]
src/jalview/util/matcher/Matcher.java
test/jalview/util/matcher/ConditionTest.java [new file with mode: 0644]
test/jalview/util/matcher/KeyedMatcherSetTest.java [new file with mode: 0644]
test/jalview/util/matcher/KeyedMatcherTest.java
test/jalview/util/matcher/MatcherTest.java