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