com.sun.electric.tool.ncc.netlist
Class Subcircuit.SubcircuitPinType

java.lang.Object
  extended by com.sun.electric.tool.ncc.netlist.Subcircuit.SubcircuitPinType
All Implemented Interfaces:
PinType
Enclosing class:
Subcircuit

public static class Subcircuit.SubcircuitPinType
extends java.lang.Object
implements PinType

presume that no ports are interchangable


Constructor Summary
Subcircuit.SubcircuitPinType(int typeCode, int portIndex, java.lang.String description)
           
 
Method Summary
 java.lang.String description()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Subcircuit.SubcircuitPinType

public Subcircuit.SubcircuitPinType(int typeCode,
                                    int portIndex,
                                    java.lang.String description)
Method Detail

description

public java.lang.String description()
Specified by:
description in interface PinType