Uses of Interface
org.biojava.bio.search.FilterTest
Packages that use FilterTest
Package
Description
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 FilterTestModifier and TypeClassDescriptionstatic class
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
Tests that the value associated with the specified key is greater than the specified threshold.static class
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 FilterTestModifierConstructorDescriptionByHitProperty
(String key, FilterTest test) BySearchProperty
(String key, FilterTest test) BySubHitProperty
(String key, FilterTest test)