Uses of Class
com.sun.electric.tool.ncc.strategy.Strategy

Packages that use Strategy
com.sun.electric.tool.ncc.strategy   
com.sun.electric.tool.ncc.trees   
 

Uses of Strategy in com.sun.electric.tool.ncc.strategy
 

Subclasses of Strategy in com.sun.electric.tool.ncc.strategy
 class StratCheck
           
 class StratCheckSizes
           
 class StratCount
          StratCount counts and prints a tree's content.
 class StratDebug
          StratDebug performs the debugging function of the day.
 class StratDebug2
          StratDebug performs the debugging function of the day.
 class StratHashParts
           
 class StratHashWires
           
 class StratPartPopularity
           
 class StratPartType
           
 class StratPortName
          StratPortName sorts all Wire EquivRecords on the frontier by size.
 class StratPrint
          StratPrint gives a limited print out of the tree It prints not more than maxLines stuff for each list and not more than maxPins in any one Wire
 class StratRandomMatch
          StratRandomMatch finds balanced EquivRecords and arbitrarily matches the NetObjects that are first in each Circuit.
 class StratSizes
          If Hash code partitioning fails to match all equivalence classes then try to partition equivalence classes containing Transistors and Resistors based on widths and lengths.
 

Uses of Strategy in com.sun.electric.tool.ncc.trees
 

Methods in com.sun.electric.tool.ncc.trees with parameters of type Strategy
 LeafList EquivRecord.apply(Strategy js)
          The apply method applies a Strategy to this leaf EquivRecord.
 java.util.HashMap<java.lang.Integer,java.util.List<NetObject>> Circuit.apply(Strategy js)