Uses of Interface
com.sun.electric.tool.ncc.netlist.PinType

Packages that use PinType
com.sun.electric.tool.ncc.netlist   
com.sun.electric.tool.ncc.processing   
 

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

Classes in com.sun.electric.tool.ncc.netlist that implement PinType
static class Subcircuit.SubcircuitPinType
          presume that no ports are interchangable
 

Methods in com.sun.electric.tool.ncc.netlist that return PinType
 PinType[] Mos.getPinTypeArray()
           
 PinType Subcircuit.getPinTypeOfNthPin(int n)
           
 PinType Resistor.getPinTypeOfNthPin(int n)
           
abstract  PinType Part.getPinTypeOfNthPin(int n)
           
 PinType Mos.getPinTypeOfNthPin(int n)
           
 PinType Bipolar.getPinTypeOfNthPin(int n)
           
 

Uses of PinType in com.sun.electric.tool.ncc.processing
 

Methods in com.sun.electric.tool.ncc.processing that return PinType
 PinType[] SubcircuitInfo.getPinTypes()
           
 

Methods in com.sun.electric.tool.ncc.processing with parameters of type PinType
 void NewLocalPartitionWires.Signature.increment(PinType t)