Package | Description |
---|---|
com.sun.electric.database |
Package for the Electric database.
|
com.sun.electric.database.topology |
Package for connected Nodes and Arcs.
|
Modifier and Type | Field and Description |
---|---|
static ImmutablePortInst |
ImmutablePortInst.EMPTY |
static ImmutablePortInst[] |
ImmutablePortInst.NULL_ARRAY |
Modifier and Type | Method and Description |
---|---|
ImmutablePortInst |
ImmutableNodeInst.getPortInst(PortProtoId portProtoId)
Returns ImmutablePortInst of this ImmutableNodeInst with the specified PortProtoId.
|
ImmutablePortInst |
ImmutablePortInst.withoutVariable(Variable.Key key)
Returns ImmutablePortInst which differs from this ImmutablePortInst by removing Variable
with the specified key.
|
ImmutablePortInst |
ImmutablePortInst.withRenamedIds(IdMapper idMapper)
Returns ImmutablePortInst which differs from this ImmutablePortInst by renamed Ids.
|
ImmutablePortInst |
ImmutablePortInst.withVariable(Variable var)
Returns ImmutablePortInst which differs from this ImmutablePortInst by additional Variable.
|
Modifier and Type | Method and Description |
---|---|
ImmutableNodeInst |
ImmutableNodeInst.withPortInst(PortProtoId portProtoId,
ImmutablePortInst portInst)
Returns ImmutableNodeInst which differs from this ImmutableNodeInst by additional Variable on PortInst.
|
Modifier and Type | Method and Description |
---|---|
ImmutablePortInst |
PortInst.getD()
Returns persistent data of this ElectricObject with Variables.
|