Uses of Class
com.sun.electric.database.network.Global.Set

Packages that use Global.Set
com.sun.electric.database.network Package for handling network control in Electric. 
 

Uses of Global.Set in com.sun.electric.database.network
 

Fields in com.sun.electric.database.network declared as Global.Set
static Global.Set Global.Set.empty
          A private set for search in allSets.
 

Methods in com.sun.electric.database.network that return Global.Set
 Global.Set Netlist.getGlobals()
          Returns set of global signals in this Netlist.
 Global.Set Global.Set.remove(java.util.Iterator<Global> gs)
          Returns this Set with removed all globals given by the iterator.
 

Methods in com.sun.electric.database.network with parameters of type Global.Set
 int Global.Set.compareTo(Global.Set set)
          Compares this Global.Set with the specified Global.Set for order.