Uses of Class
com.sun.electric.tool.logicaleffort.LENodable

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

Uses of LENodable in com.sun.electric.tool.logicaleffort
 

Methods in com.sun.electric.tool.logicaleffort that return LENodable
protected  LENodable LENodable.copy()
           
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.
protected  LENodable LEPin.getInstance()
          Return the instance that is attached to the pin.
protected  LENodable CachedCell.getLENodable(Nodable no)
           
 

Methods in com.sun.electric.tool.logicaleffort that return types with arguments of type LENodable
protected  java.util.Iterator<LENodable> LENetlister2.getSizeableNodables()
           
 

Methods in com.sun.electric.tool.logicaleffort with parameters of type LENodable
protected  void CachedCell.add(Nodable no, LENodable leno)
          Adds instance of LENodable to this cached cell.
 

Constructors in com.sun.electric.tool.logicaleffort with parameters of type LENodable
LEPin(java.lang.String name, LEPin.Dir dir, float le, Network net, LENodable instance)
          Create new pin.