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

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

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

Methods in com.sun.electric.tool.logicaleffort that return types with arguments of type Pin
protected  java.util.ArrayList<Pin> Net.getAllPins()
          Get a list of pins attached to the net
protected  java.util.ArrayList<Pin> Instance.getAllPins()
          Return list of bidirectional pins;
protected static java.util.ArrayList<Pin> Pin.getInoutPins(java.util.ArrayList<Pin> pins)
          Return list of bidirectional pins;
protected static java.util.ArrayList<Pin> Pin.getInputPins(java.util.ArrayList<Pin> pins)
          Return list of input pins;
protected  java.util.ArrayList<Pin> Instance.getOutputPins()
          Get output pins
protected static java.util.ArrayList<Pin> Pin.getOutputPins(java.util.ArrayList<Pin> pins)
          Return list of output pins;
protected static java.util.ArrayList<Pin> Pin.getPinListType(java.util.ArrayList<Pin> pins, Pin.Dir dir)
          Return list of specified pins
 

Methods in com.sun.electric.tool.logicaleffort with parameters of type Pin
protected  void Net.addPin(Pin pin)
          Add a pin to the net
protected  float Instance.printLoadInfo(Pin pin, float alpha)
           
 

Method parameters in com.sun.electric.tool.logicaleffort with type arguments of type Pin
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 static java.util.ArrayList<Pin> Pin.getInoutPins(java.util.ArrayList<Pin> pins)
          Return list of bidirectional pins;
protected static java.util.ArrayList<Pin> Pin.getInputPins(java.util.ArrayList<Pin> pins)
          Return list of input pins;
protected static java.util.ArrayList<Pin> Pin.getOutputPins(java.util.ArrayList<Pin> pins)
          Return list of output pins;
protected static java.util.ArrayList<Pin> Pin.getPinListType(java.util.ArrayList<Pin> pins, Pin.Dir dir)
          Return list of specified pins
protected  void Instance.setPins(java.util.ArrayList<Pin> pins)
          Set the pin list