com.sun.electric.tool.ncc.result
Class PortReport

java.lang.Object
  extended by com.sun.electric.tool.ncc.result.NetObjReport
      extended by com.sun.electric.tool.ncc.result.PortReport
All Implemented Interfaces:
java.io.Serializable

public class PortReport
extends NetObjReport

Save Port information needed by NCC GUI when reporting mismatches to user.

See Also:
Serialized Form

Nested Class Summary
static interface PortReport.PortReportable
           
 
Nested classes/interfaces inherited from class com.sun.electric.tool.ncc.result.NetObjReport
NetObjReport.NetObjReportable
 
Constructor Summary
PortReport(PortReport.PortReportable p)
           
 
Method Summary
 java.lang.String exportNamesString()
           
 java.lang.String getWireName()
           
 boolean isImplied()
           
 
Methods inherited from class com.sun.electric.tool.ncc.result.NetObjReport
fullDescription, getName, instanceDescription, newNetObjReport
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PortReport

public PortReport(PortReport.PortReportable p)
Method Detail

getWireName

public java.lang.String getWireName()

exportNamesString

public java.lang.String exportNamesString()

isImplied

public boolean isImplied()