Package | Description |
---|---|
info.bioinfweb.libralign.model |
Contains the
AlignmentModel interface which
is the bridge between LibrAlign and any source of alignment data that is displayed with it as well as
related classes and a set of implementations of this interface provided with LibrAlign. |
info.bioinfweb.libralign.model.implementations |
Contains common implementations of
AlignmentModel
which are part of LibrAlign. |
info.bioinfweb.libralign.model.implementations.decorate |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
AlignmentModel.renameSequence(java.lang.String sequenceID,
java.lang.String newSequenceName)
Renames a sequence in the underlying data source.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
SequenceIDManager.renameSequence(java.lang.String sequenceID,
java.lang.String newSequenceName,
AlignmentModel<?> model)
Renames a sequence in the underlying data source.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
AbstractTokenReplacementAlignmentModelDecorator.renameSequence(java.lang.String sequenceID,
java.lang.String newSequenceName) |
java.lang.String |
DelegatedAlignmentModelView.renameSequence(java.lang.String sequenceID,
java.lang.String newSequenceName) |