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

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

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

Methods in com.sun.electric.database.id that return PrimitiveNodeId
 PrimitiveNodeId PrimitivePortId.getParentId()
          Method to return the parent NodeProtoId of this PortProtoId.
 PrimitiveNodeId TechId.newPrimitiveNodeId(java.lang.String primitiveNodeName)
          Returns PrimitiveNodeId with specified primitiveNodeName.
 

Uses of PrimitiveNodeId in com.sun.electric.technology
 

Fields in com.sun.electric.technology with type parameters of type PrimitiveNodeId
 java.util.HashMap<PrimitiveNodeId,EPoint> Technology.SizeCorrector.nodeExtends
           
 

Methods in com.sun.electric.technology that return PrimitiveNodeId
 PrimitiveNodeId PrimitiveNode.getId()
          Method to return NodeProtoId of this NodeProto.
 

Methods in com.sun.electric.technology with parameters of type PrimitiveNodeId
 PrimitiveNode Technology.getPrimitiveNode(PrimitiveNodeId primitiveNodeId)
          Returns the PrimitiveNode in this technology with a particular Id
 PrimitiveNode TechPool.getPrimitiveNode(PrimitiveNodeId primitiveNodeId)
          Get PrimitiveNode by PrimitiveNodeId PrimitiveNodeId must belong to same IdManager as TechPool