public static class NodeInst.ExpansionState
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
static int |
ALLCELLS
save expansion of all cells
|
static int |
CELLSWITHINSTANCES
save expansion of cells with instance of this
|
static int |
JUSTTHISCELL
save expansion of just one cell
|
static int |
JUSTTHISHIERARCHY
save expansion of hierarchy below a cell
|
Constructor and Description |
---|
NodeInst.ExpansionState(Cell cell,
int complexity) |
Modifier and Type | Method and Description |
---|---|
boolean |
isExpanded(NodeInst ni)
Method to tell whether a cell instance is expanded.
|
public static final int JUSTTHISCELL
public static final int JUSTTHISHIERARCHY
public static final int CELLSWITHINSTANCES
public static final int ALLCELLS
public NodeInst.ExpansionState(Cell cell, int complexity)
public boolean isExpanded(NodeInst ni)
ni
- the instance.