Class Hit

java.lang.Object
org.biojava.nbio.core.search.io.Hit
All Implemented Interfaces:
Iterable<Hsp>

public abstract class Hit extends Object implements Iterable<Hsp>
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