public class StratCheck extends Strategy
CODE_ERROR, CODE_NO_CHANGE, depth, globals| Modifier and Type | Method and Description |
|---|---|
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) |
doFor, doFor, elapsedTime, error, getDepth, offspringStats, startTimepublic static LeafList doYourJob(EquivRecord j, NccGlobals globals)
public LeafList doFor(EquivRecord j)
Strategypublic java.util.HashMap<java.lang.Integer,java.util.List<NetObject>> doFor(Circuit j)
Strategy