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

Packages that use PrimitiveNode.Function
com.sun.electric.database.hierarchy Package for hierarchy (cell instances inside of cells). 
com.sun.electric.database.prototype Package for the prototype classes in Electric. 
com.sun.electric.database.topology Package for connected Nodes and Arcs. 
com.sun.electric.technology Package for handling technology information. 
com.sun.electric.technology.technologies Package for the individual technologies. 
com.sun.electric.technology.xml Package for handling versions of Technology Xml syntax. 
com.sun.electric.tool.io.output   
com.sun.electric.tool.ncc.netlist   
 

Uses of PrimitiveNode.Function in com.sun.electric.database.hierarchy
 

Methods in com.sun.electric.database.hierarchy that return PrimitiveNode.Function
 PrimitiveNode.Function Cell.getFunction()
          Method to return the function of this Cell.
 

Uses of PrimitiveNode.Function in com.sun.electric.database.prototype
 

Methods in com.sun.electric.database.prototype that return PrimitiveNode.Function
 PrimitiveNode.Function NodeProto.getFunction()
          Method to return the function of this NodeProto.
 

Uses of PrimitiveNode.Function in com.sun.electric.database.topology
 

Methods in com.sun.electric.database.topology that return PrimitiveNode.Function
 PrimitiveNode.Function NodeInst.getFunction()
          Method to return the function of this NodeProto.
 

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

Fields in com.sun.electric.technology declared as PrimitiveNode.Function
 PrimitiveNode.Function Xml.PrimitiveNode.function
           
 PrimitiveNode.Function Xml.MenuNodeInst.function
          the function of the prototype
 

Methods in com.sun.electric.technology that return PrimitiveNode.Function
static PrimitiveNode.Function PrimitiveNode.Function.findName(java.lang.String name)
          Method to find a Function from its name.
 PrimitiveNode.Function PrimitiveNode.getFunction()
          Method to return the function of this PrimitiveNode.
 PrimitiveNode.Function PrimitiveNode.getGroupFunction()
          Method to return the function of this PrimitiveNode, grouped according to its general function.
 PrimitiveNode.Function Technology.getPrimitiveFunction(PrimitiveNode pn, int techBits)
          Method to return the pure "NodeProto Function" a PrimitiveNode in this Technology.
 PrimitiveNode.Function PrimitiveNode.Function.make3PortTransistor()
          Method to tell whether this function describes a 4-port transtor and to return the equivalent 3-port function.
static PrimitiveNode.Function PrimitiveNode.Function.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static PrimitiveNode.Function[] PrimitiveNode.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 PrimitiveNode.Function
static java.util.List<PrimitiveNode.Function> PrimitiveNode.Function.getFunctions()
          Method to return a List of all Functions that exist.
 

Methods in com.sun.electric.technology with parameters of type PrimitiveNode.Function
static NodeInst Technology.makeNodeInst(NodeProto np, PrimitiveNode.Function func, int angle, boolean display, java.lang.String varName, double fontSize)
          Method to create temporary nodes for the palette
 void PrimitiveNode.setFunction(PrimitiveNode.Function function)
          Method to set the function of this PrimitiveNode.
 void Technology.setPrimitiveFunction(NodeInst ni, PrimitiveNode.Function function)
          Method to set the pure "NodeProto Function" for a primitive NodeInst in this Technology.
 

Uses of PrimitiveNode.Function in com.sun.electric.technology.technologies
 

Methods in com.sun.electric.technology.technologies that return PrimitiveNode.Function
 PrimitiveNode.Function Schematics.getPrimitiveFunction(PrimitiveNode pn, int techBits)
          Method to return the pure "PrimitiveNode Function" a primitive NodeInst in this Technology.
 

Methods in com.sun.electric.technology.technologies with parameters of type PrimitiveNode.Function
static int Schematics.getPrimitiveFunctionBits(PrimitiveNode.Function function)
          Method to return the technology-specific function bits for a given PrimitiveNode.Function.
 void Schematics.setPrimitiveFunction(NodeInst ni, PrimitiveNode.Function function)
          Method to set the pure "PrimitiveNode Function" for a primitive NodeInst in this Technology.
 

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

Fields in com.sun.electric.technology.xml declared as PrimitiveNode.Function
 PrimitiveNode.Function XmlParam.PrimitiveNode.function
           
 PrimitiveNode.Function XmlParam.MenuNodeInst.function
           
 PrimitiveNode.Function Xml807.PrimitiveNode.function
           
 PrimitiveNode.Function Xml807.MenuNodeInst.function
          the function of the prototype
 PrimitiveNode.Function Xml806.PrimitiveNode.function
           
 PrimitiveNode.Function Xml806.MenuNodeInst.function
           
 PrimitiveNode.Function Xml805.PrimitiveNode.function
           
 PrimitiveNode.Function Xml805.MenuNodeInst.function
           
 

Uses of PrimitiveNode.Function in com.sun.electric.tool.io.output
 

Fields in com.sun.electric.tool.io.output declared as PrimitiveNode.Function
 PrimitiveNode.Function EDIFEquiv.NodeEquivalence.function
           
 

Uses of PrimitiveNode.Function in com.sun.electric.tool.ncc.netlist
 

Methods in com.sun.electric.tool.ncc.netlist that return PrimitiveNode.Function
static PrimitiveNode.Function PrimitiveNameToFunction.nameToFunction(java.lang.String nm)
           
 PrimitiveNode.Function Part.type()
          Return the type of part.
 

Constructors in com.sun.electric.tool.ncc.netlist with parameters of type PrimitiveNode.Function
Bipolar(PrimitiveNode.Function np, NccNameProxy.PartNameProxy name, double area, Wire emit, Wire base, Wire coll)
           
Mos(PrimitiveNode.Function np, NccNameProxy.PartNameProxy name, double width, double length, Wire src, Wire gate, Wire drn)
          The standard 3 terminal Transistor.
Part(NccNameProxy.PartNameProxy name, PrimitiveNode.Function type, Wire[] pins)
           
Resistor(PrimitiveNode.Function type, NccNameProxy.PartNameProxy name, double width, double length, Wire w1, Wire w2)