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.ImmutableArcInstIterable
Immutable list of ImmutableArcInsts
|
Modifier and Type | Field and Description |
---|---|
ImmutableArcInst.Iterable |
CellRevision.arcs
A list of ArcInsts in this Cell.
|
Modifier and Type | Method and Description |
---|---|
protected ImmutableArcInst.Iterable |
CellRevisionProviderDefault.createArcList(ImmutableArcInst[] elems,
ImmutableArcInst.Iterable oldList) |
protected abstract ImmutableArcInst.Iterable |
CellRevisionProvider.createArcList(ImmutableArcInst[] elems,
ImmutableArcInst.Iterable oldList)
Creates a list of ImmutableArcInsts that contains specified elements.
|
Modifier and Type | Method and Description |
---|---|
protected ImmutableArcInst.Iterable |
CellRevisionProviderDefault.createArcList(ImmutableArcInst[] elems,
ImmutableArcInst.Iterable oldList) |
protected abstract ImmutableArcInst.Iterable |
CellRevisionProvider.createArcList(ImmutableArcInst[] elems,
ImmutableArcInst.Iterable oldList)
Creates a list of ImmutableArcInsts that contains specified elements.
|
Modifier and Type | Method and Description |
---|---|
ImmutableArcInst[] |
Topology.backupArcs(ImmutableArcInst.Iterable oldArcs) |