Package | Description |
---|---|
com.sun.electric.database.id |
Package for Ids in the Electric database.
|
com.sun.electric.technology |
Package for handling technology information.
|
Modifier and Type | Method and Description |
---|---|
PrimitivePortId |
PrimitiveNodeId.getPortId(int chronIndex)
Returns PrimitivePortId in this PrimitiveNodeId with specified chronological index.
|
PrimitivePortId |
PrimitiveNodeId.newPortId(java.lang.String externalId)
Returns PrimtiivePortId in this node proto with specified external id.
|
Modifier and Type | Method and Description |
---|---|
PrimitivePortId |
PrimitivePort.getId()
Method to return PortProtoId of this PrimitivePort.
|
Modifier and Type | Method and Description |
---|---|
PrimitivePort |
TechPool.getPrimitivePort(PrimitivePortId primitivePortId)
Get PrimitivePort by PrimitivePortId
PrimitivePortId must belong to same IdManager as TechPool
|