Package org.biojava.bio.search
Class FilterTest.LessThan
java.lang.Object
org.biojava.bio.search.FilterTest.LessThan
- All Implemented Interfaces:
FilterTest
- Enclosing interface:
FilterTest
Tests that the value associated with the specified
key is less 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
-
LessThan
-
-
Method Details
-
accept
- Specified by:
accept
in interfaceFilterTest
- Returns:
- returns true if test is successful.
-