uk.ac.man.bioinf.sequence
Interface MutableSequence

All Superinterfaces:
Identifiable, Sequence, SequenceEventProvider
All Known Subinterfaces:
ComplexEditableGappedSequence, ConsensusSequence, EditableSequence, GappedComplexSequence, GappedSequence
All Known Implementing Classes:
AbstractEditableSequence, AbstractGappedSequence, AbstractMutableSequence, DefaultConsensusSequence, DefaultEditableSequence, DefaultGappedComplexSequence, EmptyGappedSequence

public interface MutableSequence
extends Sequence, SequenceEventProvider

MutableSequence.java A marker class to present a sequence which can be changed without the necessity for generating a new sequence. By extending SequenceEventProvider, the ability to listen to the sequence has been added. Created: Fri Feb 25 20:07:16 2000

Version:
$Id: MutableSequence.java,v 1.3 2001/04/11 17:04:43 lord Exp $
Author:
J Selley

Methods inherited from interface uk.ac.man.bioinf.sequence.Sequence
getElementAt, getElementAtAsChar, getLength, getSequenceAsChars, getSequenceAsElements, getSequenceType, getSubSequence
 
Methods inherited from interface uk.ac.man.bioinf.sequence.identifier.Identifiable
getIdentifier
 
Methods inherited from interface uk.ac.man.bioinf.sequence.event.SequenceEventProvider
addSequenceListener, addVetoableSequenceListener, removeSequenceListener, removeVetoableSequenceListener