public interface ARAlignment extends Alignment
ARAlignment is an interface that defines methods for adding and removing seqeunces from an Alignment.
Alignment.SymbolListIterator
Modifier and Type | Field and Description |
---|---|
static ChangeType |
ADD_LABEL |
static ChangeType |
REMOVE_LABEL |
EDIT, EMPTY_LIST
Modifier and Type | Method and Description |
---|---|
void |
addSequence(AlignmentElement ae) |
void |
removeSequence(Object label) |
getLabels, subAlignment, symbolAt, symbolListForLabel, symbolListIterator
edit, getAlphabet, iterator, length, seqString, subList, subStr, symbolAt, toList
addChangeListener, addChangeListener, isUnchanging, removeChangeListener, removeChangeListener
static final ChangeType ADD_LABEL
static final ChangeType REMOVE_LABEL
void addSequence(AlignmentElement ae) throws ChangeVetoException, BioException
ChangeVetoException
BioException
void removeSequence(Object label) throws ChangeVetoException
ChangeVetoException
Copyright © 2014 BioJava. All rights reserved.