Package | Description |
---|---|
com.sun.electric.database |
Package for the Electric database.
|
Modifier and Type | Field and Description |
---|---|
static ImmutableNodeInst.Flag |
ImmutableNodeInst.HARD_SELECT
Method to set an ImmutableNodeInst to be hard-to-select.
|
static ImmutableNodeInst.Flag |
ImmutableNodeInst.LOCKED
Method to set this ImmutableNodeInst to be locked.
|
static ImmutableNodeInst.Flag |
ImmutableNodeInst.VIS_INSIDE
Flag to set an ImmutableNodeInst to be visible-inside.
|
Modifier and Type | Method and Description |
---|---|
boolean |
ImmutableNodeInst.is(ImmutableNodeInst.Flag flag)
Tests specific flag is set on this ImmutableNodeInst.
|
ImmutableNodeInst |
ImmutableNodeInst.withFlag(ImmutableNodeInst.Flag flag,
boolean value)
Returns ImmutableNodeInst which differs from this ImmutableNodeInst by flag bit.
|