Package | Description |
---|---|
com.sun.electric.tool.routing |
Package for handling the Routing tools.
|
Modifier and Type | Field and Description |
---|---|
Routing.SoGNetOrder |
SeaOfGates.SeaOfGatesOptions.netOrder |
Modifier and Type | Method and Description |
---|---|
static Routing.SoGNetOrder |
Routing.SoGNetOrder.findByValue(int level) |
static Routing.SoGNetOrder |
Routing.getFactorySeaOfGatesNetOrder()
Method to tell the "sea-of-gates" router how to sort the nets to route, by default
|
static Routing.SoGNetOrder |
Routing.getSeaOfGatesNetOrder()
Method to tell the "sea-of-gates" router how to sort the nets to route.
|
static Routing.SoGNetOrder |
Routing.SoGNetOrder.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Routing.SoGNetOrder[] |
Routing.SoGNetOrder.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static void |
Routing.setSeaOfGatesNetOrder(Routing.SoGNetOrder p)
Method to set the "sea-of-gates" router how to sort the nets to route.
|