Package org.biojava.nbio.core.search.io
Class Hit
java.lang.Object
org.biojava.nbio.core.search.io.Hit
This class models a search Hit.
You will retrieve a list of this using iterator of a Result
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
-
Hit
-
-
Method Details
-
hashCode
public int hashCode() -
equals
Implements conceptual comparisons of search results. Fields unrelated to search are deliberately not considered. -
getHitNum
public int getHitNum() -
getHitId
-
getHitDef
-
getHitAccession
-
getHitLen
public int getHitLen() -
getHitSequence
returns the reference to the original and whole sequence hit in the database. Available only if the ResultFactory implements setHitReferences and it was used before the parsing with SearchIO- Returns:
- Sequence object
-
iterator
-