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

Type Parameters:
S - each Sequence in the pair of alignment Profiles is of type S
C - each element of an AlignedSequence is a Compound of type C
All Implemented Interfaces:
Aligner<S,C>, MatrixAligner<S,C>, ProfileProfileAligner<S,C>, ProfileProfileScorer<S,C>, Scorer
Direct Known Subclasses:
SimpleProfileProfileAligner

public abstract class AbstractProfileProfileAligner<S extends Sequence<C>,C extends Compound> extends AbstractMatrixAligner<S,C> implements ProfileProfileAligner<S,C>
Implements common code for an Aligner for a pair of Profiles.
Author:
Mark Chapman