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

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

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

Fields in com.sun.electric.tool.logicaleffort declared as LENetwork
protected  LENetwork LENodable.outputNetwork
           
 

Methods in com.sun.electric.tool.logicaleffort that return types with arguments of type LENetwork
protected  java.util.Map<Network,LENetwork> CachedCell.getLocalNetworks()
           
protected  java.util.Iterator<LENetwork> LENetwork.getSubNets()
           
 

Methods in com.sun.electric.tool.logicaleffort with parameters of type LENetwork
protected  void LENetwork.add(LENetwork net)
           
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  boolean LENodable.setOnlyContext(VarContext context, LENetwork outputNetwork, float mfactor, float su, LENetlister.NetlisterConstants constants)
          Set the only context of this LENodable.