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

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

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

Methods in com.sun.electric.tool.logicaleffort that return types with arguments of type LEPin
protected  java.util.List<LEPin> LENetwork.getAllPins()
           
protected static java.util.ArrayList<LEPin> LEPin.getInoutPins(java.util.List<LEPin> pins)
          Return list of bidirectional pins;
protected static java.util.ArrayList<LEPin> LEPin.getInputPins(java.util.List<LEPin> pins)
          Return list of input pins;
protected static java.util.ArrayList<LEPin> LEPin.getOutputPins(java.util.List<LEPin> pins)
          Return list of output pins;
protected static java.util.ArrayList<LEPin> LEPin.getPinListType(java.util.List<LEPin> pins, LEPin.Dir dir)
          Return list of specified pins
protected  java.util.List<LEPin> LENodable.getPins()
          Get the pins
 

Methods in com.sun.electric.tool.logicaleffort with parameters of type LEPin
protected  void LENetwork.add(LEPin pin)
           
protected  float LENodable.printLoadInfo(LEPin pin, float alpha)
           
 

Method parameters in com.sun.electric.tool.logicaleffort with type arguments of type LEPin
protected static java.util.ArrayList<LEPin> LEPin.getInoutPins(java.util.List<LEPin> pins)
          Return list of bidirectional pins;
protected static java.util.ArrayList<LEPin> LEPin.getInputPins(java.util.List<LEPin> pins)
          Return list of input pins;
protected static java.util.ArrayList<LEPin> LEPin.getOutputPins(java.util.List<LEPin> pins)
          Return list of output pins;
protected static java.util.ArrayList<LEPin> LEPin.getPinListType(java.util.List<LEPin> pins, LEPin.Dir dir)
          Return list of specified pins