Uses of Class
com.sun.electric.tool.ncc.result.NetObjReport

Packages that use NetObjReport
com.sun.electric.tool.ncc.result   
com.sun.electric.tool.user.ncc   
 

Uses of NetObjReport in com.sun.electric.tool.ncc.result
 

Subclasses of NetObjReport in com.sun.electric.tool.ncc.result
 class PartReport
          Save Part information needed by the NCC GUI when reporting mismatches to the user.
 class PortReport
          Save Port information needed by NCC GUI when reporting mismatches to user.
 class WireReport
          Save Wire information needed by NCC GUI when reporting mismatches to the user.
 

Methods in com.sun.electric.tool.ncc.result that return NetObjReport
static NetObjReport NetObjReport.newNetObjReport(NetObjReport.NetObjReportable no)
           
 

Methods in com.sun.electric.tool.ncc.result that return types with arguments of type NetObjReport
 java.util.List<java.util.List<NetObjReport>> EquivRecReport.getMatchedNetObjs()
          Only bad local partition EquivRecords have matched net objects.
 java.util.List<java.util.List<NetObjReport>> EquivRecReport.getNotMatchedNetObjs()
           
 

Constructor parameters in com.sun.electric.tool.ncc.result with type arguments of type NetObjReport
EquivRecReport(boolean hashMismatch, boolean hasParts, java.util.List<java.util.List<NetObjReport>> matched, java.util.List<java.util.List<NetObjReport>> notMatched, java.util.List<java.lang.String> reasons)
           
EquivRecReport(boolean hashMismatch, boolean hasParts, java.util.List<java.util.List<NetObjReport>> matched, java.util.List<java.util.List<NetObjReport>> notMatched, java.util.List<java.lang.String> reasons)
           
 

Uses of NetObjReport in com.sun.electric.tool.user.ncc
 

Methods in com.sun.electric.tool.user.ncc that return NetObjReport
 NetObjReport ExportMismatch.NameMismatch.getSuggestion()
           
 NetObjReport ExportMismatch.TopologyMismatch.getSuggestion()
           
 

Methods in com.sun.electric.tool.user.ncc with parameters of type NetObjReport
static void HighlightTools.highlightPortOrWire(Highlighter highlighter, Cell cell, NetObjReport portOrWire)