Uses of Interface
org.biojava.bio.search.FilterTest

Packages that use FilterTest
org.biojava.bio.search Interfaces and classes for representing sequence similarity search results. 
 

Uses of FilterTest in org.biojava.bio.search
 

Classes in org.biojava.bio.search that implement FilterTest
static class FilterTest.Equals
          Tests 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 class FilterTest.GreaterThan
          Tests that the value associated with the specified key is greater than the specified threshold.
static class FilterTest.LessThan
          Tests that the value associated with the specified key is less than the specified threshold.
 

Constructors in org.biojava.bio.search with parameters of type FilterTest
BlastLikeSearchFilter.ByHitProperty(String key, FilterTest test)
           
BlastLikeSearchFilter.BySearchProperty(String key, FilterTest test)
           
BlastLikeSearchFilter.BySubHitProperty(String key, FilterTest test)