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 interchangeable
 

Methods in com.sun.electric.tool.ncc.netlist that return PinType
 PinType Resistor.getPinTypeOfNthPin(int n)
           
abstract  PinType Part.getPinTypeOfNthPin(int n)
           
 PinType Bipolar.getPinTypeOfNthPin(int n)
           
 PinType Subcircuit.getPinTypeOfNthPin(int n)
           
 PinType Mos.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 LocalPartitionWires.Signature.increment(PinType t)