Package | Description |
---|---|
com.sun.electric.database.topology |
Package for connected Nodes and Arcs.
|
com.sun.electric.tool.placement |
Modifier and Type | Class and Description |
---|---|
class |
PortInst
The PortInst class represents an instance of a Port.
|
Modifier and Type | Method and Description |
---|---|
SteinerTree.SteinerTreePort |
SteinerTree.SteinerTreePortPair.getPort1() |
SteinerTree.SteinerTreePort |
SteinerTree.SteinerTreePortPair.getPort2() |
Constructor and Description |
---|
SteinerTree.SteinerTreePortPair(SteinerTree.SteinerTreePort p1,
SteinerTree.SteinerTreePort p2) |
Constructor and Description |
---|
SteinerTree(java.util.List<SteinerTree.SteinerTreePort> portList,
boolean disableAdvancedCode)
Constructor takes a list of
|
Modifier and Type | Class and Description |
---|---|
static class |
PlacementAdapter.PlacementPort
Class to define ports on PlacementNode objects.
|
static class |
PlacementFrame.PlacementPort
Class to define ports on PlacementNode objects.
|
Constructor and Description |
---|
PlacementAdapter.PlacementConnection(SteinerTree.SteinerTreePort p1,
SteinerTree.SteinerTreePort p2,
boolean isRail) |