public class StratDebug 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 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 er)
Method doFor(EquivRecord) processes a single EquivRecord.
|
java.lang.Integer |
doFor(NetObject n)
doFor(NetObject) tests the NetObject to decide its catagory.
|
static void |
doYourJob(NccGlobals globals) |
doFor, doFor, elapsedTime, error, getDepth, offspringStats, startTime
public LeafList doFor(EquivRecord er)
Strategy
public java.util.HashMap<java.lang.Integer,java.util.List<NetObject>> doFor(Circuit c)
Strategy
public java.lang.Integer doFor(NetObject n)
Strategy
public static void doYourJob(NccGlobals globals)