public interface MutableAlignment extends Alignment
Alignment
which is used where changes to the alignment are
allowed.Modifier and Type | Method and Description |
---|---|
void |
addBaseAlignment(String prefix,
URI alignment,
Iterable<BaseAlignmentCell> cells)
Adds a base alignment.
|
void |
addCell(MutableCell cell)
Add a cell to the alignment.
|
boolean |
removeCell(Cell cell)
Remove a cell
|
getActiveTypeCells, getBaseAlignmentCells, getBaseAlignments, getCell, getCells, getCells, getCells, getCells, getPropertyCells, getPropertyCells, getTypeCells, getTypeCells
void addCell(MutableCell cell)
cell
- the cell to add. It should be already configured, especially
with the cell target. A cell id may be generated for new cellsboolean removeCell(Cell cell)
cell
- the cell to removevoid addBaseAlignment(String prefix, URI alignment, Iterable<BaseAlignmentCell> cells)
prefix
- the alignment prefixalignment
- the new base alignmentcells
- the cells to be added from the alignmentBuild 2013-10-07_11-27-38
Revision 99b27713a799a59a21b0b166eaaea8aaefbf125a