Package | Description |
---|---|
com.sun.electric.database |
Package for the Electric database.
|
com.sun.electric.database.network |
Package for handling network control in Electric.
|
Modifier and Type | Field and Description |
---|---|
Global.Set |
EquivalentSchematicExports.globals |
Modifier and Type | Field and Description |
---|---|
java.util.IdentityHashMap<Name,Global.Set> |
EquivalentSchematicExports.globalPartitions |
Modifier and Type | Method and Description |
---|---|
Global.Set |
EquivalentSchematicExports.getGlobals() |
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 |
Global.Buf.getBuf()
Returns Global.Set of element in the buffer.
|
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 |
---|---|
java.lang.String |
Global.Buf.addToBuf(Global.Set set)
Add specified Global.Set to the buffer.
|
int |
Global.Set.compareTo(Global.Set set)
Compares this Global.Set with the specified Global.Set for order.
|