Package | Description |
---|---|
com.sun.electric.database |
Package for the Electric database.
|
com.sun.electric.database.topology |
Package for connected Nodes and Arcs.
|
Modifier and Type | Class and Description |
---|---|
static class |
CellRevisionProviderDefault.ImmutableNodeInstIterable
Immutable list of ImmutableNodeInsts
|
Modifier and Type | Field and Description |
---|---|
ImmutableNodeInst.Iterable |
CellRevision.nodes
A list of NodeInsts in this Cell.
|
Modifier and Type | Method and Description |
---|---|
protected ImmutableNodeInst.Iterable |
CellRevisionProviderDefault.createNodeList(ImmutableNodeInst[] elems,
ImmutableNodeInst.Iterable oldList) |
protected abstract ImmutableNodeInst.Iterable |
CellRevisionProvider.createNodeList(ImmutableNodeInst[] elems,
ImmutableNodeInst.Iterable oldList)
Creates a list of ImmutableNodeInsts that contains specified elements.
|
Modifier and Type | Method and Description |
---|---|
protected ImmutableNodeInst.Iterable |
CellRevisionProviderDefault.createNodeList(ImmutableNodeInst[] elems,
ImmutableNodeInst.Iterable oldList) |
protected abstract ImmutableNodeInst.Iterable |
CellRevisionProvider.createNodeList(ImmutableNodeInst[] elems,
ImmutableNodeInst.Iterable oldList)
Creates a list of ImmutableNodeInsts that contains specified elements.
|
Modifier and Type | Method and Description |
---|---|
ImmutableNodeInst[] |
Topology.backupNodes(ImmutableNodeInst.Iterable oldNodes) |