Package | Description |
---|---|
com.sun.electric.tool.routing |
Package for handling the Routing tools.
|
com.sun.electric.tool.routing.seaOfGates |
Modifier and Type | Method and Description |
---|---|
static void |
SeaOfGates.seaOfGatesRoute(SeaOfGatesEngineFactory.SeaOfGatesEngineType version)
Method to run Sea-of-Gates routing on the current cell, using a specified routing engine type.
|
Modifier and Type | Method and Description |
---|---|
static SeaOfGatesEngineFactory.SeaOfGatesEngineType |
SeaOfGatesEngineFactory.SeaOfGatesEngineType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SeaOfGatesEngineFactory.SeaOfGatesEngineType[] |
SeaOfGatesEngineFactory.SeaOfGatesEngineType.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 |
SeaOfGatesEngineFactory.createSeaOfGatesEngine(SeaOfGatesEngineFactory.SeaOfGatesEngineType version) |
static void |
SeaOfGatesHandlers.startInJob(Cell cell,
java.util.Collection<ArcInst> selected,
SeaOfGatesEngineFactory.SeaOfGatesEngineType version)
Start routine in a Job with default save and save arcs modes
|
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
|