Package | Description |
---|---|
com.sun.electric.database.text |
Package for handling text.
|
com.sun.electric.database.topology |
Package for connected Nodes and Arcs.
|
com.sun.electric.tool.routing |
Package for handling the Routing tools.
|
Modifier and Type | Field and Description |
---|---|
static java.util.Comparator<Connection> |
TextUtils.CONNECTIONS_ORDER |
Modifier and Type | Class and Description |
---|---|
class |
HeadConnection
A HeadConnection represents connection on the head end of the ArcInstance.
|
class |
TailConnection
A TailConnection represents connection on the tail end of the ArcInstance.
|
Modifier and Type | Method and Description |
---|---|
Connection |
ArcInst.getConnection(int connIndex)
Method to return the connection at an end of this ArcInst.
|
Modifier and Type | Method and Description |
---|---|
java.util.Iterator<Connection> |
PortInst.getConnections()
Get iterator of all Connections
that connect to this PortInst
|
java.util.Iterator<Connection> |
NodeInst.getConnections()
Method to return an Iterator over all Connections on this NodeInst.
|
Modifier and Type | Method and Description |
---|---|
static java.util.List<Connection> |
Routing.findNetEnds(Network net,
java.util.Set<ArcInst> arcsToDelete,
java.util.Set<NodeInst> nodesToDelete,
Netlist netList,
boolean mustBeUnrouted)
Method to find the endpoints of a network.
|