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

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

Uses of BlastLikeSearchFilter in org.biojava.bio.search
 

Classes in org.biojava.bio.search that implement BlastLikeSearchFilter
static class BlastLikeSearchFilter.AbstractBlastLikeSearchFilter
           
static class BlastLikeSearchFilter.ByHitProperty
          Applies test to the value specified by the key in hit properties.
static class BlastLikeSearchFilter.BySearchProperty
          Applies test to the value specified by the key in search properties.
static class BlastLikeSearchFilter.BySubHitProperty
          Applies test to the value specified by the key in subhit properties.
static class BlastLikeSearchFilter.Not
           
 

Constructors in org.biojava.bio.search with parameters of type BlastLikeSearchFilter
FilteringContentHandler(BlastLikeSearchFilter filter)
           
FilteringContentHandler(BlastLikeSearchFilter filter, SearchContentHandler delegate)