Uses of Class
com.sun.electric.tool.ncc.netlist.PartType

Packages that use PartType
com.sun.electric.tool.ncc.netlist   
 

Uses of PartType in com.sun.electric.tool.ncc.netlist
 

Methods in com.sun.electric.tool.ncc.netlist that return PartType
 PartType PartTypeTable.get(java.lang.String nm)
           
 PartType Mos.getType()
           
 PartType PartTypeTable.getTypeFromLongName(java.lang.String nm)
           
 

Methods in com.sun.electric.tool.ncc.netlist that return types with arguments of type PartType
 java.util.Iterator<PartType> PartTypeTable.iterator()
           
 

Constructors in com.sun.electric.tool.ncc.netlist with parameters of type PartType
Mos(PartType np, NccNameProxy.PartNameProxy name, double width, double length, Wire src, Wire gate, Wire drn)
          The standard 3 terminal Transistor.
Resistor(PartType type, NccNameProxy.PartNameProxy name, double width, double length, Wire w1, Wire w2)