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

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

Uses of ArcProtoId in com.sun.electric.database
 

Fields in com.sun.electric.database declared as ArcProtoId
 ArcProtoId ImmutableArcInst.protoId
          Arc prototype.
 

Methods in com.sun.electric.database with parameters of type ArcProtoId
static ImmutableArcInst ImmutableArcInst.newInstance(int arcId, ArcProtoId protoId, Name name, TextDescriptor nameDescriptor, int tailNodeId, PortProtoId tailPortId, EPoint tailLocation, int headNodeId, PortProtoId headPortId, EPoint headLocation, long gridExtendOverMin, int angle, int flags)
          Returns new ImmutableArcInst object.
 

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

Methods in com.sun.electric.database.id that return ArcProtoId
 ArcProtoId TechId.newArcProtoId(java.lang.String arcProtoName)
          Returns ArcProtoId with specified arcProtoName.
 ArcProtoId IdReader.readArcProtoId()
          Reads ArcProtoId.
 

Methods in com.sun.electric.database.id with parameters of type ArcProtoId
 void IdWriter.writeArcProtoId(ArcProtoId arcProtoId)
          Writes ArcProtoId.
 

Uses of ArcProtoId in com.sun.electric.technology
 

Fields in com.sun.electric.technology with type parameters of type ArcProtoId
 java.util.HashMap<ArcProtoId,java.lang.Integer> Technology.SizeCorrector.arcExtends
           
 

Methods in com.sun.electric.technology that return ArcProtoId
 ArcProtoId ArcProto.getId()
          Method to return the Id of this ArcProto.
 

Methods in com.sun.electric.technology with parameters of type ArcProtoId
 ArcProto Technology.getArcProto(ArcProtoId arcProtoId)
          Returns the ArcProto in this technology with a particular Id
 ArcProto TechPool.getArcProto(ArcProtoId arcProtoId)
          Get ArcProto by ArcProtoId ArcProtoId must belong to same IdManager as TechPool