Uses of Class
com.sun.electric.technology.TechFactory.Param

Packages that use TechFactory.Param
com.sun.electric.technology Package for handling technology information. 
com.sun.electric.technology.technologies Package for the individual technologies. 
 

Uses of TechFactory.Param in com.sun.electric.technology
 

Fields in com.sun.electric.technology with type parameters of type TechFactory.Param
 java.util.Map<TechFactory.Param,java.lang.Object> Technology.State.paramValues
           
 

Methods in com.sun.electric.technology that return types with arguments of type TechFactory.Param
 java.util.Map<TechFactory.Param,java.lang.Object> TechPool.getTechParams()
           
 java.util.List<TechFactory.Param> TechFactory.getTechParams()
           
 

Methods in com.sun.electric.technology with parameters of type TechFactory.Param
 Setting Technology.getSetting(TechFactory.Param param)
           
 

Method parameters in com.sun.electric.technology with type arguments of type TechFactory.Param
abstract  Xml.Technology TechFactory.getXml(java.util.Map<TechFactory.Param,java.lang.Object> params)
           
 Technology TechFactory.newInstance(Generic generic, java.util.Map<TechFactory.Param,java.lang.Object> paramValues)
           
 Technology.State Technology.withState(java.util.Map<TechFactory.Param,java.lang.Object> paramValues)
          Method to set state of a technology.
 TechPool TechPool.withTechParams(java.util.Map<TechFactory.Param,java.lang.Object> paramValues)
           
 

Constructor parameters in com.sun.electric.technology with type arguments of type TechFactory.Param
Technology(Generic generic, TechFactory techFactory, java.util.Map<TechFactory.Param,java.lang.Object> techParams, Foundry.Type defaultFoundry, int defaultNumMetals)
          Constructs a Technology.
Technology(Generic generic, TechFactory techFactory, java.util.Map<TechFactory.Param,java.lang.Object> techParams, Xml.Technology t)
           
Technology(IdManager idManager, Generic generic, TechFactory techFactory, java.util.Map<TechFactory.Param,java.lang.Object> techParams, Foundry.Type defaultFoundry, int defaultNumMetals)
          Constructs a Technology.
 

Uses of TechFactory.Param in com.sun.electric.technology.technologies
 

Methods in com.sun.electric.technology.technologies that return types with arguments of type TechFactory.Param
static java.util.List<TechFactory.Param> MoCMOS.getTechParams()
          This method is called from TechFactory by reflection.
 

Method parameters in com.sun.electric.technology.technologies with type arguments of type TechFactory.Param
static Xml.Technology MoCMOS.getPatchedXml(java.util.Map<TechFactory.Param,java.lang.Object> params)
          This method is called from TechFactory by reflection.
 

Constructor parameters in com.sun.electric.technology.technologies with type arguments of type TechFactory.Param
MoCMOS(Generic generic, TechFactory techFactory, java.util.Map<TechFactory.Param,java.lang.Object> techParams, Xml.Technology t)