T - the cell representationpublic class CellObject<T> extends DesignObject<T>
| Constructor and Description |
|---|
CellObject(List<T> cells,
EdifCellLookup<? super T> cellLookup) |
| Modifier and Type | Method and Description |
|---|---|
List<T> |
getCells() |
String |
toString() |
Stream<UnsupportedConstraintElement> |
toUnsupportedConstraintElement() |
String |
toXdc() |
requireCastUnwrappedObject, requireUnwrapTclObject, unwrapTclObjectpublic CellObject(List<T> cells, EdifCellLookup<? super T> cellLookup)
public String toXdc()
toXdc in class DesignObject<T>public Stream<UnsupportedConstraintElement> toUnsupportedConstraintElement()
toUnsupportedConstraintElement in class DesignObject<T>public List<T> getCells()
public String toString()
toString in class Object