|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.electric.database.id.CellUsage
public final class CellUsage
Immutable class to represent a possible edge in a Cell call graph. Vertices of the edge are CellIds of parent cell and proto subcell. This possible edge can be an edge in one thread, and not an edge in another thread.
Field Summary | |
---|---|
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 |
Method Summary | |
---|---|
Cell |
getParent()
Method to return the Cell that contains this Geometric object. |
Cell |
getProto()
Method to return the prototype of this NodeUsage. |
java.lang.String |
toString()
Returns a printable version of this CellUsage. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final CellUsage[] NULL_ARRAY
public final CellId parentId
public final CellId protoId
public final int indexInParent
Method Detail |
---|
public Cell getProto()
public Cell getParent()
public java.lang.String toString()
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |