Uses of Class
com.sun.electric.technology.ArcProto.Function

Packages that use ArcProto.Function
com.sun.electric.technology Package for handling technology information. 
com.sun.electric.technology.xml Package for handling versions of Technology Xml syntax. 
 

Uses of ArcProto.Function in com.sun.electric.technology
 

Fields in com.sun.electric.technology declared as ArcProto.Function
 ArcProto.Function Xml.ArcProto.function
           
 

Methods in com.sun.electric.technology that return ArcProto.Function
static ArcProto.Function ArcProto.Function.getContact(int level)
          Method to find the Function that corresponds to a contact on a given arc.
 ArcProto.Function ArcProto.getFunction()
          Method to return the function of this ArcProto.
static ArcProto.Function ArcProto.Function.getMetal(int level)
          Method to find the Function that corresponds to Metal on a given layer.
static ArcProto.Function ArcProto.Function.getPoly(int level)
          Method to find the Function that corresponds to Polysilicon on a given layer.
static ArcProto.Function ArcProto.Function.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ArcProto.Function[] ArcProto.Function.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.sun.electric.technology that return types with arguments of type ArcProto.Function
static java.util.List<ArcProto.Function> ArcProto.Function.getFunctions()
          Method to return a List of all ArcProto functions.
 

Methods in com.sun.electric.technology with parameters of type ArcProto.Function
protected  ArcProto Technology.newArcProto(java.lang.String protoName, double lambdaWidthOffset, double defaultWidth, ArcProto.Function function, Technology.ArcLayer... layers)
          Method to create a new ArcProto from the parameters.
 

Uses of ArcProto.Function in com.sun.electric.technology.xml
 

Fields in com.sun.electric.technology.xml declared as ArcProto.Function
 ArcProto.Function Xml806.ArcProto.function
           
 ArcProto.Function XmlParam.ArcProto.function
           
 ArcProto.Function Xml805.ArcProto.function
           
 ArcProto.Function Xml807.ArcProto.function