Package | Description |
---|---|
com.sun.electric.database |
Package for the Electric database.
|
com.sun.electric.database.geometry |
Package for geometric support in Electric.
|
com.sun.electric.database.text |
Package for handling text.
|
com.sun.electric.database.topology |
Package for connected Nodes and Arcs.
|
com.sun.electric.technology |
Package for handling technology information.
|
Modifier and Type | Field and Description |
---|---|
ImmutableArrayList<ImmutableArcInst> |
CellRevision.arcs
A list of ArcInsts in this Cell.
|
ImmutableArrayList<CellBackup> |
Snapshot.cellBackups |
static ImmutableArrayList<LibraryBackup> |
LibraryBackup.EMPTY_LIST |
static ImmutableArrayList<CellRevision> |
CellRevision.EMPTY_LIST |
static ImmutableArrayList<CellBackup> |
CellBackup.EMPTY_LIST |
static ImmutableArrayList<ImmutableExport> |
ImmutableExport.EMPTY_LIST |
static ImmutableArrayList<ImmutableNodeInst> |
ImmutableNodeInst.EMPTY_LIST |
static ImmutableArrayList<ImmutableArcInst> |
ImmutableArcInst.EMPTY_LIST |
ImmutableArrayList<ImmutableExport> |
CellRevision.exports
An array of Exports on the Cell by chronological index.
|
ImmutableArrayList<LibraryBackup> |
Snapshot.libBackups |
ImmutableArrayList<ImmutableNodeInst> |
CellRevision.nodes
A list of NodeInsts in this Cell.
|
Modifier and Type | Method and Description |
---|---|
ImmutableArrayList<ImmutableArcInst> |
CellBackup.Memoization.getArcs() |
Modifier and Type | Field and Description |
---|---|
static ImmutableArrayList<ERectangle> |
ERectangle.EMPTY_LIST |
Modifier and Type | Method and Description |
---|---|
ImmutableArrayList<E> |
ImmutableArrayList.with(E[] a) |
Modifier and Type | Method and Description |
---|---|
ImmutableArcInst[] |
Topology.backupArcs(ImmutableArrayList<ImmutableArcInst> oldArcs) |
Modifier and Type | Field and Description |
---|---|
static ImmutableArrayList<Technology> |
Technology.EMPTY_LIST |