Package | Description |
---|---|
com.sun.electric.database |
Package for the Electric database.
|
com.sun.electric.database.hierarchy |
Package for hierarchy (cell instances inside of cells).
|
Modifier and Type | Field and Description |
---|---|
static LibraryBackup[] |
LibraryBackup.NULL_ARRAY |
Modifier and Type | Field and Description |
---|---|
static ImmutableArrayList<LibraryBackup> |
LibraryBackup.EMPTY_LIST |
ImmutableArrayList<LibraryBackup> |
Snapshot.libBackups |
Modifier and Type | Method and Description |
---|---|
LibraryBackup |
Snapshot.getLib(LibId libId) |
Modifier and Type | Method and Description |
---|---|
Snapshot |
Snapshot.with(Tool tool,
Environment environment,
CellBackup[] cellBackupsArray,
ERectangle[] cellBoundsArray,
LibraryBackup[] libBackupsArray)
Creates a new instance of Snapshot which differs from this Snapshot.
|
Modifier and Type | Method and Description |
---|---|
LibraryBackup |
Library.backup() |