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

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

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

Methods in com.sun.electric.tool.logicaleffort that return Net
protected  Net Pin.getNet()
          Return the net attached to pin.
 

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

Methods in com.sun.electric.tool.logicaleffort with parameters of type Net
protected  void Pin.setNet(Net net)
          Set the net attached to pin.