Package | Description |
---|---|
com.sun.electric.database |
Package for the Electric database.
|
com.sun.electric.database.geometry |
Package for geometric support in Electric.
|
com.sun.electric.database.hierarchy |
Package for hierarchy (cell instances inside of cells).
|
com.sun.electric.database.topology |
Package for connected Nodes and Arcs.
|
com.sun.electric.technology |
Package for handling technology information.
|
Modifier and Type | Field and Description |
---|---|
static CellTree[] |
CellTree.NULL_ARRAY |
Modifier and Type | Field and Description |
---|---|
ImmutableArrayList<CellTree> |
Snapshot.cellTrees |
static ImmutableArrayList<CellTree> |
CellTree.EMPTY_LIST |
Modifier and Type | Method and Description |
---|---|
CellTree |
Snapshot.getCellTree(CellId cellId) |
CellTree |
Snapshot.getCellTree(int cellIndex) |
CellTree |
CellTree.getSubTree(CellId cellId) |
CellTree[] |
CellTree.getSubTrees() |
static CellTree |
CellTree.newInstance(ImmutableCell d,
TechPool techPool) |
CellTree |
CellTree.with(CellBackup top,
CellTree[] subTrees,
TechPool superPool)
Returns CellTree which differs from this CellTree.
|
Modifier and Type | Method and Description |
---|---|
boolean |
CellTree.sameNetlist(CellTree that) |
CellTree |
CellTree.with(CellBackup top,
CellTree[] subTrees,
TechPool superPool)
Returns CellTree which differs from this CellTree.
|
Snapshot |
Snapshot.with(Tool tool,
Environment environment,
CellTree[] cellTreesArray,
LibraryBackup[] libBackupsArray)
Creates a new instance of Snapshot which differs from this Snapshot.
|
Constructor and Description |
---|
ImmutableNet(CellTree cellTree) |
ImmutableNetLayout(CellTree cellTree) |
Modifier and Type | Method and Description |
---|---|
Poly |
Poly.Builder.getShape(CellTree cellTree,
ImmutableNodeInst n,
PrimitivePort pp,
java.awt.geom.Point2D selectPt) |
Modifier and Type | Method and Description |
---|---|
CellTree |
Cell.tree()
Low-level method to backup this Cell to CellTree.
|
Modifier and Type | Method and Description |
---|---|
CellTree |
NodeInst.getCellTree()
Returns CellTree containing this NodeInst.
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractShapeBuilder.setup(CellTree cellTree,
Orientation orient,
boolean electrical,
boolean wipePins,
boolean reasonable,
Layer.Function.Set onlyTheseLayers) |