|
||||||||||
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.StratCheck
public class StratCheck
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 j)
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 LeafList |
doYourJob(EquivRecord j,
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 static LeafList doYourJob(EquivRecord j, NccGlobals globals)
public LeafList doFor(EquivRecord j)
Strategy
doFor
in class Strategy
j
- the EquivRecord to process
public java.util.HashMap<java.lang.Integer,java.util.List<NetObject>> doFor(Circuit j)
Strategy
doFor
in class Strategy
j
- the Circuit to process.
public java.lang.Integer doFor(NetObject n)
Strategy
doFor
in class Strategy
n
- the NetObject to catagorize
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |