complex
Interface EditableComplex

All Superinterfaces:
Complex
All Known Subinterfaces:
EditableGeoComplex
All Known Implementing Classes:
StandardComplex, StandardGeoComplex

public interface EditableComplex
extends Complex


Method Summary
 void addCell(StandardCell cell)
           
 void removeCell(CellID cellID)
           
 
Methods inherited from interface complex.Complex
boundary, getCell, getCellCount, getCellIterator, getCopy, getDim, getMaxCellID, getPartofComplex, hasCell
 

Method Detail

addCell

public void addCell(StandardCell cell)

removeCell

public void removeCell(CellID cellID)