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.id |
Package for Ids in the Electric database.
|
com.sun.electric.database.text |
Package for handling text.
|
Modifier and Type | Field and Description |
---|---|
CellName |
ImmutableCell.groupName
The group name of this ImmutableCell.
|
Modifier and Type | Method and Description |
---|---|
static CellName |
Snapshot.makeCellGroupName(java.util.Collection<CellName> cellNames)
Returns group name of group with specified CellNames.
|
Modifier and Type | Method and Description |
---|---|
ImmutableCell |
ImmutableCell.withGroupName(CellName groupName)
Returns ImmutableCell which differs from this ImmutableCell by group name.
|
Modifier and Type | Method and Description |
---|---|
static CellName |
Snapshot.makeCellGroupName(java.util.Collection<CellName> cellNames)
Returns group name of group with specified CellNames.
|
Modifier and Type | Method and Description |
---|---|
CellName |
Cell.getCellName()
Method to return the CellName object describing this Cell.
|
Modifier and Type | Field and Description |
---|---|
CellName |
CellId.cellName
CellName of this CellId.
|
Modifier and Type | Method and Description |
---|---|
CellId |
LibId.newCellId(CellName cellName)
Returns new CellId with cellIndex unique in this IdManager.
|
Modifier and Type | Method and Description |
---|---|
static CellName |
CellName.newName(java.lang.String name,
View view,
int version)
Create a CellName from the given name, view, and version.
|
static CellName |
CellName.parseName(java.lang.String name)
Method to parse the specified Cell name and return a CellName object.
|
Modifier and Type | Method and Description |
---|---|
int |
CellName.compareTo(CellName that)
Compares two
CellName objects. |