Package org.biojava.bio.search
Class FilterTest.GreaterThan
java.lang.Object
org.biojava.bio.search.FilterTest.GreaterThan
- All Implemented Interfaces:
FilterTest
- Enclosing interface:
FilterTest
Tests that the value associated with the specified
key is greater than the specified threshold. The test
assumes that value is a String representing a real
number. If not, the test will return null.
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.biojava.bio.search.FilterTest
FilterTest.Equals, FilterTest.FindRegex, FilterTest.GreaterThan, FilterTest.LessThan, FilterTest.MatchRegex
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
GreaterThan
-
-
Method Details
-
accept
- Specified by:
accept
in interfaceFilterTest
- Returns:
- returns true if test is successful.
-