Interface MutableProfile<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>>, Profile<S,C>
All Known Subinterfaces:
MutableProfilePair<S,C>, MutableSequencePair<S,C>

public interface MutableProfile<S extends Sequence<C>,C extends Compound> extends Profile<S,C>
Defines a mutable (editable) data structure for a Profile. Returned Lists are modifiable.
Author:
Mark Chapman, Paolo Pavan