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

Packages that use PrimitiveNodeId
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. 
 

Uses of PrimitiveNodeId in com.sun.electric.database
 

Methods in com.sun.electric.database that return PrimitiveNodeId
 PrimitiveNodeId EditingPreferences.getDefaultArcPinId(ArcProtoId apId)
           
 

Methods in com.sun.electric.database with parameters of type PrimitiveNodeId
 ImmutableNodeInst EditingPreferences.getDefaultNode(PrimitiveNodeId pnId)
           
 EditingPreferences EditingPreferences.withArcPin(ArcProtoId apId, PrimitiveNodeId arcPinId)
           
 EditingPreferences EditingPreferences.withNodeSize(PrimitiveNodeId pnId, EPoint size)
           
 

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.database.text
 

Methods in com.sun.electric.database.text with parameters of type PrimitiveNodeId
protected  java.lang.String PrefPackage.getKey(java.lang.String what, PrimitiveNodeId pnId)
           
 

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