Package | Description |
---|---|
com.sun.electric.tool.routing |
Package for handling the Routing tools.
|
com.sun.electric.tool.routing.seaOfGates |
Modifier and Type | Field and Description |
---|---|
Routing.SoGContactsStrategy |
SeaOfGates.SeaOfGatesOptions.contactPlacementAction |
Modifier and Type | Method and Description |
---|---|
static Routing.SoGContactsStrategy |
Routing.SoGContactsStrategy.findByLevel(int level) |
static Routing.SoGContactsStrategy |
Routing.SoGContactsStrategy.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Routing.SoGContactsStrategy[] |
Routing.SoGContactsStrategy.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static SeaOfGatesEngine.Handler |
SeaOfGatesHandlers.getDefault(Cell cell,
java.lang.String resultCellName,
Routing.SoGContactsStrategy contactPlacementAction,
Job job,
EditingPreferences ep)
Returns Job handler with default Save mode and default SaveArcs mode
|
static SeaOfGatesEngine.Handler |
SeaOfGatesHandlers.getDefault(Cell cell,
java.lang.String resultCellName,
Routing.SoGContactsStrategy contactPlacementAction,
Job job,
EditingPreferences ep,
SeaOfGatesHandlers.Save save)
Returns Job handler with default Save mode and specified SaveArcs mode
|