Package | Description |
---|---|
com.sun.electric.database |
Package for the Electric database.
|
com.sun.electric.database.id |
Package for Ids in the Electric database.
|
com.sun.electric.database.prototype |
Package for the prototype classes in Electric.
|
Modifier and Type | Field and Description |
---|---|
NodeProtoId |
ImmutableNodeInst.protoId
Prototype id.
|
Modifier and Type | Method and Description |
---|---|
static boolean |
ImmutableNodeInst.isCellCenter(NodeProtoId protoId) |
static ImmutableNodeInst |
ImmutableNodeInst.newInstance(int nodeId,
NodeProtoId protoId,
Name name,
TextDescriptor nameDescriptor,
Orientation orient,
EPoint anchor,
EPoint size,
int flags,
int techBits,
TextDescriptor protoDescriptor)
Returns new ImmutableNodeInst or ImmutableIconInst object.
|
Modifier and Type | Class and Description |
---|---|
class |
CellId
The CellId class identifies a type of NodeInst independently of threads.
|
class |
PrimitiveNodeId
The PrimitiveNodeId immutable class identifies primitive node proto independently of threads.
|
Modifier and Type | Field and Description |
---|---|
NodeProtoId |
PortProtoId.parentId
Parent NodeProtoId of this PortProtoId
|
Modifier and Type | Method and Description |
---|---|
NodeProtoId |
PortProtoId.getParentId()
Method to return the parent NodeProtoId of this PortProtoId.
|
NodeProtoId |
IdReader.readNodeProtoId()
Reads NodeProtoId.
|
Modifier and Type | Method and Description |
---|---|
void |
IdWriter.writeNodeProtoId(NodeProtoId nodeProtoId)
Writes NodeProtoId.
|
Modifier and Type | Method and Description |
---|---|
NodeProtoId |
NodeProto.getId()
Method to return NodeProtoId of this NodeProto.
|