Package | Description |
---|---|
com.sun.electric.database |
Package for the Electric database.
|
Modifier and Type | Method and Description |
---|---|
ImmutableLayoutHierarchyEnumerator.CellInfo |
ImmutableLayoutHierarchyEnumerator.NetDescription.getCellInfo() |
ImmutableLayoutHierarchyEnumerator.CellInfo |
ImmutableLayoutHierarchyEnumerator.CellInfo.getParentInfo()
Get the CellInfo for the current Cell's parent.
|
ImmutableLayoutHierarchyEnumerator.CellInfo |
ImmutableLayoutHierarchyEnumerator.CellInfo.getRootInfo()
Get the CellInfo for the root Cell
|
ImmutableLayoutHierarchyEnumerator.CellInfo |
ImmutableLayoutHierarchyEnumerator.Visitor.newCellInfo()
A hook to allow the user to add additional information to
a CellInfo.
|
Modifier and Type | Method and Description |
---|---|
abstract boolean |
ImmutableLayoutHierarchyEnumerator.Visitor.enterCell(ImmutableLayoutHierarchyEnumerator.CellInfo info)
The HierarchyEnumerator is about to begin enumerating the
contents of a new Cell instance.
|
abstract void |
ImmutableLayoutHierarchyEnumerator.Visitor.exitCell(ImmutableLayoutHierarchyEnumerator.CellInfo info)
The HierarchyEnumerator has finished enumerating the
contents of the current Cell instance.
|
abstract boolean |
ImmutableLayoutHierarchyEnumerator.Visitor.visitNodeInst(Nodable ni,
ImmutableLayoutHierarchyEnumerator.CellInfo info)
The HierarchyEnumerator is visiting Nodable ni.
|