Package org.biojava.nbio.core.search.io
Class Result
java.lang.Object
org.biojava.nbio.core.search.io.Result
- Direct Known Subclasses:
BlastResult
This class models a search result.
You will find one of this for every query sequence specified in the run.
Designed by Paolo Pavan.
You may want to find my contacts on Github and LinkedIn for code info
or discuss major changes.
https://github.com/paolopavan
- Author:
- Paolo Pavan
-
Constructor Details
-
Result
-
-
Method Details
-
hashCode
public int hashCode() -
equals
Experimental. Wants to return an hashcode designed to allow conceptual comparisons of search results. Wants to implement conceptual comparisons of search results. Fields unrelated to search are deliberately not considered. -
getIterationNumber
public int getIterationNumber() -
getQueryID
-
getQueryDef
-
getQueryLength
public int getQueryLength() -
getHitCounter
public int getHitCounter() -
getProgram
-
getVersion
-
getReference
-
getDbFile
-
getProgramSpecificParametersList
-
getProgramSpecificParameter
-
getQuerySequence
returns the reference to the original and whole sequence used to query the database. Available only if the ResultFactory implements setQueryReferences and it was used before the parsing with SearchIO- Returns:
- Sequence object
-
iterator
-