com.sun.electric.tool.ncc.result
Class EquivRecReport
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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)
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()