JAL-2808 classes to support filtering by attribute value
authorgmungoc <g.m.carstairs@dundee.ac.uk>
Mon, 30 Oct 2017 16:51:40 +0000 (16:51 +0000)
committergmungoc <g.m.carstairs@dundee.ac.uk>
Mon, 30 Oct 2017 16:51:40 +0000 (16:51 +0000)
commit67dbd0072044a077ac43079ea12c8c4803636ee1
tree7e5a562dffa41c36ffdbe9391198c70923fa0760
parent6d06c08f3a378023fe22bd58dceb0dfd58306213
JAL-2808 classes to support filtering by attribute value
resources/lang/Messages.properties
src/jalview/util/matcher/Condition.java [new file with mode: 0644]
src/jalview/util/matcher/KeyedMatcher.java [new file with mode: 0644]
src/jalview/util/matcher/KeyedMatcherI.java [new file with mode: 0644]
src/jalview/util/matcher/Matcher.java [new file with mode: 0644]
src/jalview/util/matcher/MatcherI.java [new file with mode: 0644]
test/jalview/util/matcher/KeyedMatcherTest.java [new file with mode: 0644]
test/jalview/util/matcher/MatcherTest.java [new file with mode: 0644]