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.
|
com.sun.electric.tool.io.input |
Modifier and Type | Class and Description |
---|---|
class |
CellRevisionConn
Implementation of CellRevision in Java.
|
class |
CellRevisionConn0
Implementation of CellRevision in Java.
|
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 |
CellRevisionProviderDefault.createCellRevision(ImmutableCell c)
Creates a new instance of CellRevision
|
abstract CellRevision |
CellRevisionProvider.createCellRevision(ImmutableCell c)
Creates a new instance of CellRevision
|
CellRevision |
CellRevisionConn0.CellRevisionProvider.createCellRevision(ImmutableCell c) |
CellRevision |
CellRevisionConn.CellRevisionProvider.createCellRevision(ImmutableCell c) |
CellRevision |
Snapshot.getCellRevision(CellId cellId) |
CellRevision |
Snapshot.getCellRevision(int cellIndex) |
static CellRevision |
CellRevision.newInstance(ImmutableCell d)
Creates a new instance of CellRevision
|
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) |
boolean |
Topology.updateNodes(boolean full,
CellRevision newRevision,
java.util.BitSet exportsModified,
java.util.BitSet expandedNodes) |
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) |
Modifier and Type | Method and Description |
---|---|
CellRevision[] |
JELIB2.getCellRevisions() |