T - the type of sequence elements (tokens) the implementing view works withU - the type of sequence elements (tokens) the underlying model works withpublic interface AlignmentModelView<T,U> extends AlignmentModel<T>, BasicAlignmentModelView<U>
AlignmentModel in a modified way.addSequence, addSequence, appendToken, appendTokens, containsSequence, getChangeListeners, getID, getLabel, getMaxSequenceLength, getSequenceCount, getSequenceLength, getTokenAt, getTokenSet, getWriteType, insertTokenAt, insertTokensAt, isSequencesReadOnly, isTokensReadOnly, removeSequence, removeTokenAt, removeTokensAt, renameSequence, sequenceIDIterator, sequenceIDsByName, sequenceNameByID, setID, setLabel, setTokenAt, setTokensAt, setTokenSetgetUnderlyingModel