|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ImmutablePortInst | |
---|---|
com.sun.electric.database | Package for the Electric database. |
com.sun.electric.database.topology | Package for connected Nodes and Arcs. |
Uses of ImmutablePortInst in com.sun.electric.database |
---|
Fields in com.sun.electric.database declared as ImmutablePortInst | |
---|---|
static ImmutablePortInst |
ImmutablePortInst.EMPTY
|
static ImmutablePortInst[] |
ImmutablePortInst.NULL_ARRAY
|
Methods in com.sun.electric.database that return ImmutablePortInst | |
---|---|
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. |
Methods in com.sun.electric.database with parameters of type ImmutablePortInst | |
---|---|
ImmutableNodeInst |
ImmutableNodeInst.withPortInst(PortProtoId portProtoId,
ImmutablePortInst portInst)
Returns ImmutableNodeInst which differs from this ImmutableNodeInst by additional Variable on PortInst. |
Uses of ImmutablePortInst in com.sun.electric.database.topology |
---|
Methods in com.sun.electric.database.topology that return ImmutablePortInst | |
---|---|
ImmutablePortInst |
PortInst.getD()
Returns persistent data of this ElectricObject with Variables. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |