Package | Description |
---|---|
com.sun.electric.database.variable |
Package for handling variables.
|
com.sun.electric.tool.placement.forceDirected2 | |
com.sun.electric.tool.placement.forceDirected2.forceDirected.staged | |
com.sun.electric.tool.routing.seaOfGates | |
com.sun.electric.tool.user |
Package for handling the user-interface tool.
|
com.sun.electric.util.math |
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
ElectricObject.uniqueObjectName(java.lang.String name,
Cell cell,
java.lang.Class<?> cls,
java.util.Set<java.lang.String> already,
java.util.Map<java.lang.String,MutableInteger> nextPlainIndex,
boolean leaveIndexValues,
boolean fromRight)
Method to return a unique object name in a Cell.
|
Modifier and Type | Field and Description |
---|---|
protected static java.util.Map<PlacementFrame.PlacementNode,java.util.Map<PlacementFrame.PlacementNode,MutableInteger>> |
PlacementForceDirectedStaged.connectivityMap |
Modifier and Type | Field and Description |
---|---|
protected static java.util.Map<PlacementFrame.PlacementNode,java.util.Map<PlacementFrame.PlacementNode,MutableInteger>> |
StartUpStageWorker.connectivityMap |
protected java.util.Map<PlacementFrame.PlacementNode,java.util.Map<PlacementFrame.PlacementNode,MutableInteger>> |
CalculateForcesStageWorker.connectivityMap |
Constructor and Description |
---|
CalculateForcesStageWorker(java.util.Map<PlacementFrame.PlacementNode,java.util.Map<PlacementFrame.PlacementNode,MutableInteger>> connectivity,
java.util.List<PlacementFrame.PlacementNetwork> allNetworks)
Constructor
|
Modifier and Type | Method and Description |
---|---|
MutableInteger |
SeaOfGatesEngine.NeededRoute.getNetID() |
MutableInteger |
SeaOfGatesEngine.SOGNetID.getNetID()
Method to return the global network ID for this SOGNetID.
|
Modifier and Type | Method and Description |
---|---|
SeaOfGatesEngine.SOGBound |
SeaOfGatesEngine.NeededRoute.getMetalBlockage(MutableInteger netID,
int metNo,
int maskColor,
double halfWidth,
double halfHeight,
double[] surround,
double x,
double y)
Method to see if a proposed piece of metal has DRC errors (ignoring notches).
|
boolean |
SeaOfGatesEngine.SOGNetID.isSameBasicNet(MutableInteger otherNetID)
Method to tell whether this SOGNetID is on a given network.
|
void |
SeaOfGatesEngine.NeededRoute.setNetID(MutableInteger id) |
void |
SeaOfGatesEngine.SOGNetID.setNetID(MutableInteger n)
Method to set the global network ID for this SOGNetID.
|
void |
SeaOfGatesEngine.SOGNetID.updateNetID(MutableInteger n,
java.util.Map<java.lang.Integer,java.util.List<MutableInteger>> netIDsByValue) |
Modifier and Type | Method and Description |
---|---|
void |
SeaOfGatesEngine.SOGNetID.updateNetID(MutableInteger n,
java.util.Map<java.lang.Integer,java.util.List<MutableInteger>> netIDsByValue) |
Modifier and Type | Method and Description |
---|---|
MutableInteger |
HighlightConnectivity.QCNetID.getNetID()
Method to return the global network ID for this QCNetID.
|
Modifier and Type | Method and Description |
---|---|
boolean |
HighlightConnectivity.QCNetID.isSameBasicNet(MutableInteger otherNetID)
Method to tell whether this QCNetID is on a given network.
|
void |
HighlightConnectivity.QCNetID.setNetID(MutableInteger n)
Method to set the global network ID for this QCNetID.
|
void |
HighlightConnectivity.QCNetID.updateNetID(MutableInteger n,
java.util.Map<java.lang.Integer,java.util.List<MutableInteger>> netIDsByValue) |
Modifier and Type | Method and Description |
---|---|
void |
HighlightConnectivity.QCNetID.updateNetID(MutableInteger n,
java.util.Map<java.lang.Integer,java.util.List<MutableInteger>> netIDsByValue) |
Modifier and Type | Method and Description |
---|---|
static <T> void |
MutableInteger.addToBag(java.util.Map<T,MutableInteger> bag,
java.util.Map<T,MutableInteger> otherBag)
Adds to bag another bag.
|
static <T> void |
MutableInteger.addToBag(java.util.Map<T,MutableInteger> bag,
java.util.Map<T,MutableInteger> otherBag)
Adds to bag another bag.
|
static <T> void |
MutableInteger.addToBag(java.util.Map<T,MutableInteger> bag,
T key)
Increments count to object in a bag.
|
static <T> void |
MutableInteger.addToBag(java.util.Map<T,MutableInteger> bag,
T key,
int c)
Adds to count of object in a bag.
|
static <T> int |
MutableInteger.countInBag(java.util.Map<T,MutableInteger> bag,
T key)
Method to return the a value at a location in a collection.
|