Interface MutableSequencePair<S extends Sequence<C>,C extends Compound>

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 Superinterfaces:
Iterable<AlignedSequence<S,C>>, MutableProfile<S,C>, Profile<S,C>, SequencePair<S,C>

public interface MutableSequencePair<S extends Sequence<C>,C extends Compound> extends MutableProfile<S,C>, SequencePair<S,C>
Defines a mutable (editable) data structure for the results of pairwise sequence alignment.
Author:
Mark Chapman, Paolo Pavan