public static class SeaOfGates.SeaOfGatesOptions
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
int |
complexityLimit |
Routing.SoGContactsStrategy |
contactPlacementAction |
boolean |
disableAdvancedSpineRouting |
boolean |
enableSpineRouting |
int |
forcedNumberOfThreads |
double |
maxArcWidth |
int |
maxDistance |
Routing.SoGNetOrder |
netOrder |
java.io.PrintStream |
qualityPrintStream |
int |
rerunComplexityLimit |
boolean |
reRunFailedRoutes |
java.lang.String |
resultCellName |
boolean |
runOnConnectedRoutes |
ElapseTimer |
theTimer |
boolean |
useGlobalRouter |
boolean |
useParallelFromToRoutes |
boolean |
useParallelRoutes |
Constructor and Description |
---|
SeaOfGates.SeaOfGatesOptions() |
Modifier and Type | Method and Description |
---|---|
void |
getOptionsFromPreferences(boolean factory) |
java.lang.String |
toString()
Method to print active preferences for debugging purposes
|
public boolean useParallelFromToRoutes
public boolean useParallelRoutes
public boolean runOnConnectedRoutes
public Routing.SoGContactsStrategy contactPlacementAction
public double maxArcWidth
public int complexityLimit
public int rerunComplexityLimit
public int maxDistance
public boolean useGlobalRouter
public boolean reRunFailedRoutes
public boolean enableSpineRouting
public boolean disableAdvancedSpineRouting
public int forcedNumberOfThreads
public java.lang.String resultCellName
public ElapseTimer theTimer
public java.io.PrintStream qualityPrintStream
public Routing.SoGNetOrder netOrder