|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.electric.tool.ncc.result.NccResults
public class NccResults
Summary results from the comparison of multiple pairs of Cells
Constructor Summary | |
---|---|
NccResults()
|
Method Summary | |
---|---|
void |
abandonPriorResults()
Normally we save the results from all comparisons. |
void |
add(NccResult r)
|
boolean |
exportMatch()
No problem was found with Exports |
java.util.List<NccGuiInfo> |
getAllComparisonMismatches()
|
NccResult |
getResultFromRootCells()
|
java.util.Iterator<NccResult> |
iterator()
|
boolean |
match()
|
java.lang.String |
summary(boolean checkSizes)
|
boolean |
topologyMatch()
No problem was found with the network topology |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public NccResults()
Method Detail |
---|
public void add(NccResult r)
public void abandonPriorResults()
public java.util.List<NccGuiInfo> getAllComparisonMismatches()
public boolean exportMatch()
public boolean topologyMatch()
public boolean match()
public java.util.Iterator<NccResult> iterator()
iterator
in interface java.lang.Iterable<NccResult>
public NccResult getResultFromRootCells()
public java.lang.String summary(boolean checkSizes)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |