Uses of Class
com.sun.electric.tool.logicaleffort.LESizer.Alg

Packages that use LESizer.Alg
com.sun.electric.tool.logicaleffort Package for handling the logical effort tool. 
 

Uses of LESizer.Alg in com.sun.electric.tool.logicaleffort
 

Methods in com.sun.electric.tool.logicaleffort that return LESizer.Alg
static LESizer.Alg LESizer.Alg.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static LESizer.Alg[] LESizer.Alg.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.sun.electric.tool.logicaleffort with parameters of type LESizer.Alg
abstract  boolean LENetlister.size(LESizer.Alg algorithm)
          Call to size netlist with the specified algorithm
 boolean LENetlister1.size(LESizer.Alg algorithm)
          Size the netlist.
 boolean LENetlister2.size(LESizer.Alg algorithm)
          Size the netlist.
 

Constructors in com.sun.electric.tool.logicaleffort with parameters of type LESizer.Alg
LESizer(LESizer.Alg alg, LENetlister1 netlist, Job job, ErrorLogger errorLogger)
          Creates a new instance of LESizer
LESizer2(LESizer.Alg alg, LENetlister2 netlist, Job job, ErrorLogger errorLogger)
          Creates a new instance of LESizer
LETool.AnalyzeCell(LESizer.Alg algorithm, Cell cell, VarContext context, boolean newAlg)