|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RouteElement | |
---|---|
com.sun.electric.tool.routing | Package for handling the Routing tools. |
Uses of RouteElement in com.sun.electric.tool.routing |
---|
Subclasses of RouteElement in com.sun.electric.tool.routing | |
---|---|
class |
RouteElementArc
Class for defining RouteElements that are arcs. |
class |
RouteElementPort
Class for defining RouteElements that are ports. |
Methods in com.sun.electric.tool.routing that return types with arguments of type RouteElement | |
---|---|
java.util.Iterator<RouteElement> |
RouteElementPort.getNewArcs()
Get an iterator over any newArc RouteElements connected to this newNode RouteElement. |
Constructor parameters in com.sun.electric.tool.routing with type arguments of type RouteElement | |
---|---|
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). |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |