Package | Description |
---|---|
com.sun.electric.tool.routing.seaOfGates |
Modifier and Type | Method and Description |
---|---|
static SeaOfGatesHandlers.Save |
SeaOfGatesHandlers.Save.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SeaOfGatesHandlers.Save[] |
SeaOfGatesHandlers.Save.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,
SeaOfGatesHandlers.Save save)
Returns Job handler with default Save mode and specified SaveArcs mode
|
static void |
SeaOfGatesHandlers.startInJob(Cell cell,
java.util.Collection<ArcInst> selected,
SeaOfGatesEngineFactory.SeaOfGatesEngineType version,
SeaOfGatesHandlers.Save save)
Start routine in a Job with default save and save arcs modes
|