com.sun.electric.tool.ncc.result
Class EquivRecReport

java.lang.Object
  extended by com.sun.electric.tool.ncc.result.EquivRecReport
All Implemented Interfaces:
java.io.Serializable

public class EquivRecReport
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Nested Class Summary
static interface EquivRecReport.EquivRecReportable
           
 
Constructor Summary
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(EquivRecReport.EquivRecReportable er, boolean hashMismatch)
           
 
Method Summary
 java.util.List<java.util.List<NetObjReport>> getMatchedNetObjs()
          Only bad local partition EquivRecords have matched net objects.
 java.util.List<java.util.List<NetObjReport>> getNotMatchedNetObjs()
           
 java.util.List<java.lang.String> getReasons()
           
 boolean hashMismatch()
           
 boolean hasParts()
           
 int maxSize()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EquivRecReport

public EquivRecReport(EquivRecReport.EquivRecReportable er,
                      boolean hashMismatch)

EquivRecReport

public 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)
Method Detail

maxSize

public int maxSize()

hashMismatch

public boolean hashMismatch()

getReasons

public java.util.List<java.lang.String> getReasons()

hasParts

public boolean hasParts()

getMatchedNetObjs

public java.util.List<java.util.List<NetObjReport>> getMatchedNetObjs()
Only bad local partition EquivRecords have matched net objects.


getNotMatchedNetObjs

public java.util.List<java.util.List<NetObjReport>> getNotMatchedNetObjs()