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

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

public class WireReport
extends NetObjReport

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

See Also:
Serialized Form

Nested Class Summary
static interface WireReport.WireReportable
           
 
Nested classes/interfaces inherited from class com.sun.electric.tool.ncc.result.NetObjReport
NetObjReport.NetObjReportable
 
Constructor Summary
WireReport(WireReport.WireReportable w)
           
 
Method Summary
 NccNameProxy.WireNameProxy getNameProxy()
           
 
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

WireReport

public WireReport(WireReport.WireReportable w)
Method Detail

getNameProxy

public NccNameProxy.WireNameProxy getNameProxy()