Package | Description |
---|---|
com.sun.electric.database.hierarchy |
Package for hierarchy (cell instances inside of cells).
|
com.sun.electric.database.topology |
Package for connected Nodes and Arcs.
|
com.sun.electric.tool.user |
Package for handling the user-interface tool.
|
Modifier and Type | Method and Description |
---|---|
static void |
BatchChanges.replaceNodeInsts(EDatabase database,
java.util.Collection<BatchChanges.NodeReplacement> replacements,
boolean allowMissingPorts,
boolean preserveParameters,
EditingPreferences ep)
Method to replace a batch of nodes "oldNi" with a new one of type "newNp".
|
Modifier and Type | Method and Description |
---|---|
boolean |
NodeInst.checkReplacement(BatchChanges.NodeReplacement replacement,
EditingPreferences ep,
boolean ignorePortNames,
boolean allowMissingPorts)
Method to construct an object that represents a task to replace this NodeInst with one of another type.
|
NodeInst |
NodeInst.doReplace(BatchChanges.NodeReplacement replacement,
EditingPreferences ep,
boolean allowMissingPorts,
boolean preserveParameters)
Method to really replace this NodeInst with one of another type.
|
Modifier and Type | Method and Description |
---|---|
static void |
CircuitChangeJobs.replaceNodeInsts(java.util.Collection<BatchChanges.NodeReplacement> replacements,
boolean allowMissingPorts,
boolean preserveParameters,
EditingPreferences ep)
Method to replace a batch of nodes "oldNi" with a new one of type "newNp"
and return the new node.
|