Package org.biojava.bio.search
Interface FilterTest
-
- All Known Implementing Classes:
FilterTest.Equals,FilterTest.GreaterThan,FilterTest.LessThan
public interface FilterTest
Class for implementing tests with BlastLikeSearchFilter objects. Several precanned tests are included.- Author:
- David Huen
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classFilterTest.EqualsTests that the value associated with the specified key is equal to the value supplied here by whatever criterion of equality appropriate to those objects.static classFilterTest.FindRegexTests that the value associated with the specified key contains a part matched by the supplied regex.static classFilterTest.GreaterThanTests that the value associated with the specified key is greater than the specified threshold.static classFilterTest.LessThanTests that the value associated with the specified key is less than the specified threshold.static classFilterTest.MatchRegexTests that the value associated with the specified key is matched in its entirety by the supplied regex.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanaccept(Object value)
-