Uses of Interface
org.biojava.bio.search.FilterTest
-
Packages that use FilterTest Package Description 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 Modifier and Type Class 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.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.Constructors in org.biojava.bio.search with parameters of type FilterTest Constructor Description ByHitProperty(String key, FilterTest test)BySearchProperty(String key, FilterTest test)BySubHitProperty(String key, FilterTest test)
-