Class SimpleSeqSimilaritySearchResult

java.lang.Object
org.biojava.utils.AbstractChangeable
org.biojava.bio.search.SimpleSeqSimilaritySearchResult
All Implemented Interfaces:
Annotatable, SeqSimilaritySearchResult, Changeable

SimpleSeqSimilaritySearchResult objects represent a result of a search of a SymbolList against the sequences within a SequenceDB object. The core data (query sequence, database, search parameters, hits) have accessors, while supplementary data are stored in the Annotation object. Supplementary data are typically the more loosely formatted details which vary from one search program to another (and between versions of those programs).
Since:
1.1
Author:
Keith James, Gerald Loeffler
See Also: