Uses of Class
com.sun.electric.tool.logicaleffort.LENetlister.NetlisterConstants

Packages that use LENetlister.NetlisterConstants
com.sun.electric.tool.logicaleffort Package for handling the logical effort tool. 
 

Uses of LENetlister.NetlisterConstants in com.sun.electric.tool.logicaleffort
 

Fields in com.sun.electric.tool.logicaleffort declared as LENetlister.NetlisterConstants
protected  LENetlister.NetlisterConstants LENetlister1.constants
          Netlister constants
protected  LENetlister.NetlisterConstants LENetlister2.constants
          Netlister constants
 

Methods in com.sun.electric.tool.logicaleffort that return LENetlister.NetlisterConstants
abstract  LENetlister.NetlisterConstants LENetlister.getConstants()
          Get the settings used for sizing
 LENetlister.NetlisterConstants LENetlister1.getConstants()
           
 LENetlister.NetlisterConstants LENetlister2.getConstants()
           
protected  LENetlister.NetlisterConstants LENetlister.LECellInfo.getSettings()
           
protected  LENetlister.NetlisterConstants LENetlister.getSettings(Cell cell)
          Get any Logical Effort settings saved on the specified cell
 

Methods in com.sun.electric.tool.logicaleffort with parameters of type LENetlister.NetlisterConstants
protected  void CachedCell.add(Nodable no, LENetlister2.LECellInfo info, CachedCell subCell, LENetlister2.LECellInfo subCellInfo, LENetlister.NetlisterConstants constants)
          Adds instance of cached cell "subCell" to this cached cell.
protected  LENodable LENodable.createUniqueInstance(VarContext context, LENetwork outputNetwork, float mfactor, float su, LENetlister.NetlisterConstants constants)
          Factory method to create a copy of this Nodable with the context-relevant info evaluated.
 boolean LENetlister.NetlisterConstants.equals(LENetlister.NetlisterConstants other)
          Returns true if the two NetlisterConstants have the same values for all fields
protected  boolean CachedCell.isContextFree(LENetlister.NetlisterConstants constants)
           
protected  boolean LENetlister.isSettingsConflict(LENetlister.NetlisterConstants current, Cell topLevelCell, VarContext context, Cell localCell)
          This checks for LE settings in the cell, and returns true if they conflict.
protected  void LENetlister.LECellInfo.leInit(LENetlister.NetlisterConstants constants)
           
protected  boolean LENetlister.saveSettings(LENetlister.NetlisterConstants constants, Cell cell)
          Saves the Global settings to the cell.
protected  boolean LENodable.setOnlyContext(VarContext context, LENetwork outputNetwork, float mfactor, float su, LENetlister.NetlisterConstants constants)
          Set the only context of this LENodable.