public abstract class Hit extends Object implements Iterable<Hsp>
| Constructor and Description | 
|---|
Hit(int hitNum,
   String hitId,
   String hitDef,
   String hitAccession,
   int hitLen,
   List<Hsp> hsps,
   Sequence hitSequence)  | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
equals(Object obj)
Implements conceptual comparisons of search results. 
 | 
String | 
getHitAccession()  | 
String | 
getHitDef()  | 
String | 
getHitId()  | 
int | 
getHitLen()  | 
int | 
getHitNum()  | 
Sequence | 
getHitSequence()
returns the reference to the original and whole sequence hit in the database. 
 | 
int | 
hashCode()  | 
Iterator<Hsp> | 
iterator()  | 
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitforEach, spliteratorpublic boolean equals(Object obj)
public int getHitNum()
public String getHitAccession()
public int getHitLen()
public Sequence getHitSequence()
Copyright © 2000–2017 BioJava. All rights reserved.