Package | Description |
---|---|
com.sun.electric.tool.routing |
Package for handling the Routing tools.
|
Modifier and Type | Method and Description |
---|---|
RouteElement.RouteElementAction |
RouteElement.getAction()
get RouteElementAction
|
static RouteElement.RouteElementAction |
RouteElement.RouteElementAction.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static RouteElement.RouteElementAction[] |
RouteElement.RouteElementAction.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
RouteElement(RouteElement.RouteElementAction action,
Cell cell)
Private Constructor
|