Package | Description |
---|---|
com.sun.electric.tool.routing |
Package for handling the Routing tools.
|
Modifier and Type | Class and Description |
---|---|
class |
RouteElementArc
Class for defining RouteElements that are arcs.
|
class |
RouteElementPort
Class for defining RouteElements that are ports.
|
Modifier and Type | Method and Description |
---|---|
java.util.Iterator<RouteElement> |
RouteElementPort.getNewArcs()
Get an iterator over any newArc RouteElements connected to this
newNode RouteElement.
|
Constructor and Description |
---|
Route(java.util.Collection<RouteElement> c)
Constructs a route containing the elements of the passed route,
in the order they are returned by the route iterator, and having
the same start and end RouteElement (if Collection is a Route).
|