Class Hsp<S extends Sequence<C>,C extends Compound>

java.lang.Object
org.biojava.nbio.core.search.io.Hsp<S,C>
Type Parameters:
S - the sequence type
C - the compound type

public abstract class Hsp<S extends Sequence<C>,C extends Compound> extends Object
This class models a search Hsp. You will retrieve a list of this using iterator of a Hit

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