Uses of Interface
org.biojava.bio.search.BlastLikeSearchFilter
-
Packages that use BlastLikeSearchFilter Package Description 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 Modifier and Type Class Description static classBlastLikeSearchFilter.AbstractBlastLikeSearchFilterstatic classBlastLikeSearchFilter.ByHitPropertyApplies test to the value specified by the key in hit properties.static classBlastLikeSearchFilter.BySearchPropertyApplies test to the value specified by the key in search properties.static classBlastLikeSearchFilter.BySubHitPropertyApplies test to the value specified by the key in subhit properties.static classBlastLikeSearchFilter.NotConstructors in org.biojava.bio.search with parameters of type BlastLikeSearchFilter Constructor Description FilteringContentHandler(BlastLikeSearchFilter filter)FilteringContentHandler(BlastLikeSearchFilter filter, SearchContentHandler delegate)
-