com.sun.electric.tool.user.ncc
Class UnrecognizedPart

java.lang.Object
  extended by com.sun.electric.tool.user.ncc.UnrecognizedPart
All Implemented Interfaces:
java.io.Serializable

public class UnrecognizedPart
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
UnrecognizedPart(Cell cel, VarContext con, java.lang.String nm, NodeInst inst)
           
 
Method Summary
 Cell getCell()
           
 VarContext getContext()
           
 java.lang.String getName()
           
 NodeInst getNodeInst()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UnrecognizedPart

public UnrecognizedPart(Cell cel,
                        VarContext con,
                        java.lang.String nm,
                        NodeInst inst)
Method Detail

getCell

public Cell getCell()

getContext

public VarContext getContext()

getName

public java.lang.String getName()

getNodeInst

public NodeInst getNodeInst()