Package | Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
int |
CellRevision.getInstCount(CellUsage u)
For given CellUsage in this cell returns count of subcell instances.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Field and Description |
---|---|
static CellUsage[] |
CellUsage.NULL_ARRAY
Empty CellUsage array for initialization.
|
Modifier and Type | Method and Description |
---|---|
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.
|