Package | Description |
---|---|
com.sun.electric.database.hierarchy |
Package for hierarchy (cell instances inside of cells).
|
com.sun.electric.database.topology |
Package for connected Nodes and Arcs.
|
Modifier and Type | Method and Description |
---|---|
Topology |
Cell.getTopology() |
Topology |
Cell.getTopologyOptional() |
Modifier and Type | Method and Description |
---|---|
Topology |
NodeInst.getTopology()
Method to return the Cell Topology that contains this NodeInst.
|
abstract Topology |
Geometric.getTopology()
Method to return the Cell Topology that contains this Geometric object.
|
Topology |
ArcInst.getTopology()
Method to return the Cell Topology that contains this ArcInst.
|
Modifier and Type | Method and Description |
---|---|
static NodeInst |
NodeInst.lowLevelNewInstance(Topology topology,
ImmutableNodeInst d) |
Constructor and Description |
---|
ArcInst(Topology topology,
ImmutableArcInst d,
PortInst headPort,
PortInst tailPort)
Private constructor of ArcInst.
|