public final class CellUsage
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
int |
indexInParent |
static CellUsage[] |
NULL_ARRAY
Empty CellUsage array for initialization.
|
CellId |
parentId
CellId of the parent Cell
|
CellId |
protoId
CellId of the (prototype) subCell
|
Modifier and Type | Method and Description |
---|---|
Cell |
getParent(EDatabase database)
Method to return the Cell that contains this Geometric object.
|
Cell |
getProto(EDatabase database)
Method to return the prototype of this NodeUsage.
|
java.lang.String |
toString()
Returns a printable version of this CellUsage.
|
public static final CellUsage[] NULL_ARRAY
public final CellId parentId
public final CellId protoId
public final int indexInParent
public Cell getProto(EDatabase database)
public Cell getParent(EDatabase database)
public java.lang.String toString()
toString
in class java.lang.Object