Humboldt Alignment Editor 2.5.0

eu.esdihumboldt.hale.common.align.model
Interface MutableAlignment

All Superinterfaces:
Alignment
All Known Implementing Classes:
DefaultAlignment

public interface MutableAlignment
extends Alignment

Mutable Alignment which is used where changes to the alignment are allowed.

Author:
Simon Templer

Method Summary
 void addCell(Cell cell)
          Add a cell to the alignment
 boolean removeCell(Cell cell)
          Remove a cell
 
Methods inherited from interface eu.esdihumboldt.hale.common.align.model.Alignment
getCells, getCells, getCells, getPropertyCells, getTypeCells
 

Method Detail

addCell

void addCell(Cell cell)
Add a cell to the alignment

Parameters:
cell - the cell to add. It should be already configured, especially with the cell target

removeCell

boolean removeCell(Cell cell)
Remove a cell

Parameters:
cell - the cell to remove
Returns:
if the cell was present and removed

Humboldt Alignment Editor 2.5.0

Build 2012-12-03_12-30-59
Revision 9d2dd4b0318cda9f1393b1ddd390f7f792d70a2d