Uses of Interface
com.sun.electric.database.id.NodeProtoId

Packages that use NodeProtoId
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.prototype Package for the prototype classes in Electric. 
 

Uses of NodeProtoId in com.sun.electric.database
 

Fields in com.sun.electric.database declared as NodeProtoId
 NodeProtoId ImmutableNodeInst.protoId
          Prototype id.
 

Methods in com.sun.electric.database with parameters of type NodeProtoId
static boolean ImmutableNodeInst.isCellCenter(NodeProtoId protoId)
           
static ImmutableNodeInst ImmutableNodeInst.newInstance(int nodeId, NodeProtoId protoId, Name name, TextDescriptor nameDescriptor, Orientation orient, EPoint anchor, EPoint size, int flags, int techBits, TextDescriptor protoDescriptor)
          Returns new ImmutableNodeInst or ImmutableIconInst object.
 

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

Classes in com.sun.electric.database.id that implement NodeProtoId
 class CellId
          The CellId class identifies a type of NodeInst independently of threads.
 class PrimitiveNodeId
          The PrimitiveNodeId immutable class identifies primitive node proto independently of threads.
 

Fields in com.sun.electric.database.id declared as NodeProtoId
 NodeProtoId PortProtoId.parentId
          Parent NodeProtoId of this PortProtoId
 

Methods in com.sun.electric.database.id that return NodeProtoId
 NodeProtoId PortProtoId.getParentId()
          Method to return the parent NodeProtoId of this PortProtoId.
 NodeProtoId IdReader.readNodeProtoId()
          Reads NodeProtoId.
 

Methods in com.sun.electric.database.id with parameters of type NodeProtoId
 void IdWriter.writeNodeProtoId(NodeProtoId nodeProtoId)
          Writes NodeProtoId.
 

Uses of NodeProtoId in com.sun.electric.database.prototype
 

Methods in com.sun.electric.database.prototype that return NodeProtoId
 NodeProtoId NodeProto.getId()
          Method to return NodeProtoId of this NodeProto.