| 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.text |
Package for handling text.
|
| com.sun.electric.technology |
Package for handling technology information.
|
| Modifier and Type | Method and Description |
|---|---|
PrimitiveNodeId |
EditingPreferences.getDefaultArcPinId(ArcProtoId apId) |
| Modifier and Type | Method and Description |
|---|---|
ImmutableNodeInst |
EditingPreferences.getDefaultNode(PrimitiveNodeId pnId) |
EditingPreferences |
EditingPreferences.withArcPin(ArcProtoId apId,
PrimitiveNodeId arcPinId) |
EditingPreferences |
EditingPreferences.withNodeSize(PrimitiveNodeId pnId,
EPoint size) |
| Modifier and Type | Method and Description |
|---|---|
PrimitiveNodeId |
PrimitivePortId.getParentId()
Method to return the parent NodeProtoId of this PortProtoId.
|
PrimitiveNodeId |
TechId.newPrimitiveNodeId(java.lang.String primitiveNodeName)
Returns PrimitiveNodeId with specified primitiveNodeName.
|
| Modifier and Type | Method and Description |
|---|---|
protected java.lang.String |
PrefPackage.getKey(java.lang.String what,
PrimitiveNodeId pnId) |
| Modifier and Type | Field and Description |
|---|---|
java.util.HashMap<PrimitiveNodeId,EPoint> |
Technology.SizeCorrector.nodeExtends |
| Modifier and Type | Method and Description |
|---|---|
PrimitiveNodeId |
PrimitiveNode.getId()
Method to return NodeProtoId of this NodeProto.
|
| Modifier and Type | Method and Description |
|---|---|
PrimitiveNode |
TechPool.getPrimitiveNode(PrimitiveNodeId primitiveNodeId)
Get PrimitiveNode by PrimitiveNodeId
PrimitiveNodeId must belong to same IdManager as TechPool
|
PrimitiveNode |
Technology.getPrimitiveNode(PrimitiveNodeId primitiveNodeId)
Returns the PrimitiveNode in this technology with a particular Id
|