Uses of Class
com.sun.electric.database.id.PrimitivePortId

Packages that use PrimitivePortId
com.sun.electric.database.id Package for Ids in the Electric database. 
com.sun.electric.technology Package for handling technology information. 
 

Uses of PrimitivePortId in com.sun.electric.database.id
 

Methods in com.sun.electric.database.id that return PrimitivePortId
 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.
 

Uses of PrimitivePortId in com.sun.electric.technology
 

Methods in com.sun.electric.technology that return PrimitivePortId
 PrimitivePortId PrimitivePort.getId()
          Method to return PortProtoId of this PrimitivePort.
 

Methods in com.sun.electric.technology with parameters of type PrimitivePortId
 PrimitivePort TechPool.getPrimitivePort(PrimitivePortId primitivePortId)
          Get PrimitivePort by PrimitivePortId PrimitivePortId must belong to same IdManager as TechPool