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

Packages that use TechId
com.sun.electric.database Package for the Electric database. 
com.sun.electric.database.hierarchy Package for hierarchy (cell instances inside of cells). 
com.sun.electric.database.id Package for Ids in the Electric database. 
com.sun.electric.database.variable Package for handling variables. 
com.sun.electric.technology Package for handling technology information. 
 

Uses of TechId in com.sun.electric.database
 

Fields in com.sun.electric.database declared as TechId
 TechId ImmutableCell.techId
          This ImmutableCell's TechId.
 

Methods in com.sun.electric.database that return types with arguments of type TechId
 java.util.Set<TechId> CellRevision.getTechUsages()
          Returns Set of Technologies used in this CellRevision
 

Methods in com.sun.electric.database with parameters of type TechId
 Technology Snapshot.getTech(TechId techId)
          Get Technology by TechId TechId must belong to same IdManager as TechPool
 ImmutableCell ImmutableCell.withTechId(TechId techId)
          Returns ImmutableCell which differs from this ImmutableCell by technology.
 

Uses of TechId in com.sun.electric.database.hierarchy
 

Methods in com.sun.electric.database.hierarchy with parameters of type TechId
 Technology EDatabase.getTech(TechId techId)
          Get Technology by TechId TechId must belong to same IdManager as TechPool
 

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

Fields in com.sun.electric.database.id declared as TechId
static TechId[] TechId.NULL_ARRAY
          Empty TechId array for initialization.
 TechId ArcProtoId.techId
          TechId of this ArcProtoId.
 TechId PrimitiveNodeId.techId
          TechId of this PrimitiveNodeId.
 

Methods in com.sun.electric.database.id that return TechId
 TechId IdManager.getTechId(int techIndex)
          Returns TechId by given index.
 TechId IdManager.newTechId(java.lang.String techName)
          Returns TechId with specified techName.
 TechId IdReader.readTechId()
          Reads TechId.
 

Methods in com.sun.electric.database.id with parameters of type TechId
 void IdWriter.writeTechId(TechId techId)
          Writes TechId.
 

Uses of TechId in com.sun.electric.database.variable
 

Methods in com.sun.electric.database.variable with parameters of type TechId
 Technology ElectricObject.getTech(TechId techId)
          Get Technology by TechId TechId must belong to same IdManager as TechPool
 

Uses of TechId in com.sun.electric.technology
 

Methods in com.sun.electric.technology that return TechId
 TechId Technology.getId()
          Returns the TechId of this technology.
 

Methods in com.sun.electric.technology that return types with arguments of type TechId
 java.util.Set<java.util.Map.Entry<TechId,Technology>> TechPool.entrySet()
           
 

Methods in com.sun.electric.technology with parameters of type TechId
static Technology Technology.findTechnology(TechId techId)
          Find the Technology with a particular TechId.
 Technology TechPool.getTech(TechId techId)
          Get Technology by TechId TechId must belong to same IdManager as TechPool