Interface MutableProfilePair<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>, ProfilePair<S,C>

public interface MutableProfilePair<S extends Sequence<C>,C extends Compound> extends MutableProfile<S,C>, ProfilePair<S,C>
Defines a mutable (editable) data structure for a ProfilePair.
Author:
Mark Chapman, Paolo Pavan