Uses of Class
com.sun.electric.database.topology.Connection

Packages that use Connection
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. 
 

Uses of Connection in com.sun.electric.database.text
 

Fields in com.sun.electric.database.text with type parameters of type Connection
static java.util.Comparator<Connection> TextUtils.CONNECTIONS_ORDER
           
 

Uses of Connection in com.sun.electric.database.topology
 

Subclasses of Connection in com.sun.electric.database.topology
 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.
 

Methods in com.sun.electric.database.topology that return Connection
 Connection ArcInst.getConnection(int connIndex)
          Method to return the connection at an end of this ArcInst.
 

Methods in com.sun.electric.database.topology that return types with arguments of type Connection
 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.
 

Uses of Connection in com.sun.electric.tool.routing
 

Methods in com.sun.electric.tool.routing that return types with arguments of type Connection
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.