|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CellUsage | |
---|---|
com.sun.electric.database | Package for the Electric database. |
com.sun.electric.database.hierarchy | Package for hierarchy (cell instances inside of cells). |
com.sun.electric.database.id | Package for Ids in the Electric database. |
Uses of CellUsage in com.sun.electric.database |
---|
Methods in com.sun.electric.database with parameters of type CellUsage | |
---|---|
int |
CellRevision.getInstCount(CellUsage u)
For given CellUsage in this cell returns count of subcell instances. |
Uses of CellUsage in com.sun.electric.database.hierarchy |
---|
Methods in com.sun.electric.database.hierarchy that return types with arguments of type CellUsage | |
---|---|
java.util.Iterator<CellUsage> |
Cell.getUsagesIn()
Method to return an Iterator over all CellUsage objects in this Cell. |
java.util.Iterator<CellUsage> |
Cell.getUsagesOf()
Method to return an iterator over all usages of this NodeProto. |
Uses of CellUsage in com.sun.electric.database.id |
---|
Fields in com.sun.electric.database.id declared as CellUsage | |
---|---|
static CellUsage[] |
CellUsage.NULL_ARRAY
Empty CellUsage array for initialization. |
Methods in com.sun.electric.database.id that return CellUsage | |
---|---|
CellUsage |
CellId.getUsageIn(CellId protoId)
Returns CellUsage with this CellId as a parent cell and with given CellId as a proto subcell. |
CellUsage |
CellId.getUsageIn(int i)
Returns the i-th in cronological order CellUsage with this CellId as a parent cell. |
CellUsage |
CellId.getUsageOf(int i)
Returns the i-th in cronological order CellUsage with this CellId as a proto subcell. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |