mathcomp.monitor
Class DefaultReportable

java.lang.Object
  extended by mathcomp.monitor.DefaultReportable
All Implemented Interfaces:
Reportable
Direct Known Subclasses:
AbstractSolver, AssemblerRun, DefaultAlgorithm, ErrorCalculator

public class DefaultReportable
extends java.lang.Object
implements Reportable

Author:
pht

Constructor Summary
DefaultReportable()
           
 
Method Summary
 Report getReport()
           
 void report()
           
 void setReport(Report report)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultReportable

public DefaultReportable()
Method Detail

setReport

public void setReport(Report report)
Specified by:
setReport in interface Reportable

report

public void report()
Specified by:
report in interface Reportable

getReport

public Report getReport()
Specified by:
getReport in interface Reportable