public class NccResults extends java.lang.Object implements java.lang.Iterable<NccResult>, java.io.Serializable
Constructor and Description |
---|
NccResults() |
Modifier and Type | Method and Description |
---|---|
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
|
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)