| Package | Description |
|---|---|
| com.sun.electric.database.change |
Package for handling changes to the Electric database.
|
| com.sun.electric.database.constraint |
Package for handling constraint propagation in the Electric database.
|
| com.sun.electric.database.hierarchy |
Package for hierarchy (cell instances inside of cells).
|
| com.sun.electric.tool |
Package for all synthesis and analysis tools.
|
| com.sun.electric.tool.cvspm |
Package for the CVS tool which synchronizes circuitry using source-code control.
|
| com.sun.electric.tool.ncc.basic | |
| com.sun.electric.tool.user |
Package for handling the user-interface tool.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Changes.modifyCellGroup(Cell cell,
Cell.CellGroup oCellGroup)
Method to announce a move of a Cell int CellGroup.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Constraints.modifyCellGroup(Cell cell,
Cell.CellGroup oCellGroup)
Method to announce a move of a Cell int CellGroup.
|
| Modifier and Type | Method and Description |
|---|---|
Cell.CellGroup |
Cell.getCellGroup()
Method to get the CellGroup that this Cell is part of.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Cell.setCellGroup(Cell.CellGroup cellGroup)
Method to put this Cell together with all its versions and views into the given CellGroup.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Listener.modifyCellGroup(Cell cell,
Cell.CellGroup oCellGroup)
Method to announce a move of a Cell int CellGroup.
|
| Modifier and Type | Method and Description |
|---|---|
static java.awt.Color |
CVSLibrary.getColor(Cell.CellGroup cg) |
| Modifier and Type | Method and Description |
|---|---|
Cell.CellGroup |
NccCellAnnotations.getGroupToJoin() |
| Constructor and Description |
|---|
CompareList(Cell cell,
com.sun.electric.tool.ncc.basic.CellUsage use1,
com.sun.electric.tool.ncc.basic.CellUsage use2,
java.util.Set<Cell.CellGroup> visitedGroups)
Collect all Cells in cell's CellGroup that are used by our designs.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
CircuitChanges.renameCellGroupInJob(Cell.CellGroup cellGroup,
java.lang.String newName) |
| Constructor and Description |
|---|
DeleteCellGroup(Cell.CellGroup group) |