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

java.lang.Object
org.biojava.nbio.core.alignment.SimpleProfile<S,C>
Type Parameters:
S - each element of the 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>
Direct Known Subclasses:
SimpleProfilePair, SimpleSequencePair

public class SimpleProfile<S extends Sequence<C>,C extends Compound> extends Object implements Serializable, Profile<S,C>
Implements a data structure for the results of sequence alignment. Every List returned is unmodifiable.
Author:
Mark Chapman, Paolo Pavan
See Also: