Package | Description |
---|---|
com.sun.electric.database.network |
Package for handling network control in Electric.
|
Modifier and Type | Field and Description |
---|---|
static Global.Set |
Global.Set.empty
A private set for search in allSets.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
int |
Global.Set.compareTo(Global.Set set)
Compares this Global.Set with the specified Global.Set for order.
|