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

java.lang.Object
org.biojava.nbio.core.alignment.SimpleProfile<S,C>
org.biojava.nbio.core.alignment.SimpleProfilePair<S,C>
Type Parameters:
S - each element of an alignment Profile is of type S
C - each element of an AlignedSequence is a Compound of type C
All Implemented Interfaces:
Serializable, Iterable<AlignedSequence<S,C>>, Profile<S,C>, ProfilePair<S,C>

public class SimpleProfilePair<S extends Sequence<C>,C extends Compound> extends SimpleProfile<S,C> implements ProfilePair<S,C>
Implements a data structure for the results of the alignment of a pair of Profiles.
Author:
Mark Chapman, Paolo Pavan
See Also: