BioMatcher |
Interface for things that perform matches.
|
BioPattern |
|
BlastLikeSearchFilter |
A SearchContentHandler class that implements filtering
in chains of SearchContentHandler instances.
|
BlastLikeSearchFilter.AbstractBlastLikeSearchFilter |
|
BlastLikeSearchFilter.ByHitProperty |
Applies test to the value specified by the key in hit properties.
|
BlastLikeSearchFilter.BySearchProperty |
Applies test to the value specified by the key in search properties.
|
BlastLikeSearchFilter.BySubHitProperty |
Applies test to the value specified by the key in subhit properties.
|
BlastLikeSearchFilter.Node |
|
FilterTest |
Class for implementing tests with BlastLikeSearchFilter
objects.
|
SearchContentAdapter |
An adapter for SearchContentHandler.
|
SearchContentHandler |
SearchContentHandler is a notification interface for
objects which listen to search stream parsers.
|
SeqSimilaritySearchHit |
Objects of this type represent one particular hit (sequence and
associated information) from a sequence similarity search.
|
SeqSimilaritySearchHit.ByScoreComparator |
ByScoreComparator compares
SeqSimilaritySearchHit s by their score.
|
SeqSimilaritySearchHit.BySubHitCountComparator |
BySubHitCountComparator compares
SeqSimilaritySearchHit s by their number of
sub-hits.
|
SeqSimilaritySearchResult |
Objects of this type represent one particular result of a sequence
similarity search.
|
SeqSimilaritySearchSubHit |
Objects of this type represent one particular sub-hit (one concrete
sequence stretch within a sequence and associated information) from
a sequence similarity search hit.
|
SeqSimilaritySearchSubHit.ByScoreComparator |
ByScoreComparator compares
SeqSimilaritySearchSubHit s by their score.
|
SeqSimilaritySearchSubHit.BySubjectStartComparator |
BySubjectStartComparator compares
SeqSimilaritySearchSubHit s by their start position
on the subject sequence.
|