com.sun.electric.tool.ncc.processing
Class ReportHashCodeFailure

java.lang.Object
  extended by com.sun.electric.tool.ncc.processing.ReportHashCodeFailure

public class ReportHashCodeFailure
extends java.lang.Object

Try to print useful information to explain to the user why the Hash Code Partitioning phase failed.


Constructor Summary
ReportHashCodeFailure(NccGlobals globals)
          constructor does it all
 
Method Summary
 java.util.List<EquivRecReport> getPartRecReports()
           
 java.util.List<EquivRecReport> getWireRecReports()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReportHashCodeFailure

public ReportHashCodeFailure(NccGlobals globals)
constructor does it all

Method Detail

getWireRecReports

public java.util.List<EquivRecReport> getWireRecReports()

getPartRecReports

public java.util.List<EquivRecReport> getPartRecReports()