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

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

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

Methods in com.sun.electric.tool.logicaleffort that return Instance
protected  Instance LENetlister1.addInstance(java.lang.String name, Instance.Type type, float leSU, float leX, java.util.ArrayList<Pin> pins, Nodable no)
          Add new instance to design
protected  Instance Pin.getInstance()
          Return the instance that is attached to the pin.
 

Methods in com.sun.electric.tool.logicaleffort that return types with arguments of type Instance
protected  java.util.Map<java.lang.String,Instance> LENetlister1.getAllInstances()
           
 

Methods in com.sun.electric.tool.logicaleffort with parameters of type Instance
protected  void Pin.setInstance(Instance instance)
          Set the instance to which the pin is attached.