Package | Description |
---|---|
com.sun.electric.tool.ncc.result | |
com.sun.electric.tool.user.ncc |
Modifier and Type | Class and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
static NetObjReport |
NetObjReport.newNetObjReport(NetObjReport.NetObjReportable no) |
Modifier and Type | Method and Description |
---|---|
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 and Description |
---|
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) |
Modifier and Type | Method and Description |
---|---|
NetObjReport |
ExportMismatch.NameMismatch.getSuggestion() |
NetObjReport |
ExportMismatch.TopologyMismatch.getSuggestion() |
Modifier and Type | Method and Description |
---|---|
static void |
HighlightTools.highlightPortOrWire(Highlighter highlighter,
Cell cell,
NetObjReport portOrWire) |