|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sun.electric.tool.ncc.strategy.Strategy
com.sun.electric.tool.ncc.strategy.StratCheckSizes
public class StratCheckSizes
| Field Summary |
|---|
| Fields inherited from class com.sun.electric.tool.ncc.strategy.Strategy |
|---|
CODE_ERROR, CODE_NO_CHANGE, depth, globals |
| Method Summary | |
|---|---|
java.util.HashMap<java.lang.Integer,java.util.List<NetObject>> |
doFor(Circuit c)
Method doFor(Circuit) process a single Circuit, dividing the circuit according to this strategy, and placing the NetObjects of the Circuit into new Circuits mapped in the return according to the separation Integer. |
LeafList |
doFor(EquivRecord j)
Method doFor(EquivRecord) processes a single EquivRecord. |
java.lang.Integer |
doFor(NetObject n)
doFor(NetObject) tests the NetObject to decide its catagory. |
static boolean |
doYourJob(NccGlobals globals)
|
| Methods inherited from class com.sun.electric.tool.ncc.strategy.Strategy |
|---|
doFor, doFor, elapsedTime, error, getDepth, offspringStats, startTime |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public LeafList doFor(EquivRecord j)
Strategy
doFor in class Strategyj - the EquivRecord to process
public java.util.HashMap<java.lang.Integer,java.util.List<NetObject>> doFor(Circuit c)
Strategy
doFor in class Strategyc - the Circuit to process.
public java.lang.Integer doFor(NetObject n)
Strategy
doFor in class Strategyn - the NetObject to catagorize
public static boolean doYourJob(NccGlobals globals)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||