Package | Description |
---|---|
com.sun.electric.database |
Package for the Electric database.
|
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.technology |
Package for handling technology information.
|
Modifier and Type | Field and Description |
---|---|
CellRevision |
CellBackup.cellRevision
Cell data.
|
static CellRevision[] |
CellRevision.NULL_ARRAY |
Modifier and Type | Field and Description |
---|---|
static ImmutableArrayList<CellRevision> |
CellRevision.EMPTY_LIST |
Modifier and Type | Method and Description |
---|---|
CellRevision |
Snapshot.getCellRevision(CellId cellId) |
CellRevision |
Snapshot.getCellRevision(int cellIndex) |
CellRevision |
CellRevision.with(ImmutableCell d,
ImmutableNodeInst[] nodesArray,
ImmutableArcInst[] arcsArray,
ImmutableExport[] exportsArray)
Creates a new instance of CellRevision which differs from this CellRevision.
|
CellRevision |
CellRevision.withRevisionDate(long revisionDate)
Creates a new instance of CellRevision which differs from this CellRevision by revision date.
|
Modifier and Type | Method and Description |
---|---|
boolean |
CellRevision.sameExports(CellRevision thatRevision) |
Modifier and Type | Method and Description |
---|---|
void |
Cell.lowLevelMadeRevision(long revisionDate,
java.lang.String userName,
CellRevision oldRevision)
Method to set this Cell's revision date and user name.
|
Modifier and Type | Method and Description |
---|---|
void |
Topology.updateArcs(CellRevision newRevision) |
Modifier and Type | Method and Description |
---|---|
void |
TechPool.correctSizesToDisk(java.util.List<CellRevision> cells,
Version version,
java.util.Map<Setting,java.lang.Object> projectSettings,
boolean isJelib,
boolean keepExtendOverMin) |