public class LocalPartitionResult
extends java.lang.Object
Constructor and Description |
---|
LocalPartitionResult(java.util.List<EquivRecord> notMatchedParts,
java.util.List<EquivRecord> notMatchedWires,
NccGlobals globals) |
Modifier and Type | Method and Description |
---|---|
java.util.List<EquivRecReport> |
getPartRecReports() |
java.util.List<EquivRecReport> |
getWireRecReports() |
boolean |
matches() |
void |
printErrorReport()
Print text diagnostics for bad Part and Wire EquivRecords
|
public LocalPartitionResult(java.util.List<EquivRecord> notMatchedParts, java.util.List<EquivRecord> notMatchedWires, NccGlobals globals)
public boolean matches()
public java.util.List<EquivRecReport> getPartRecReports()
public java.util.List<EquivRecReport> getWireRecReports()
public void printErrorReport()