mathcomp.run
Class TimeAssemblerRun

java.lang.Object
  extended by mathcomp.monitor.DefaultReportable
      extended by mathcomp.run.AssemblerRun
          extended by mathcomp.run.TimeAssemblerRun
All Implemented Interfaces:
java.lang.Runnable, Reportable

public class TimeAssemblerRun
extends AssemblerRun


Constructor Summary
TimeAssemblerRun()
           
 
Method Summary
 void run()
           
 
Methods inherited from class mathcomp.run.AssemblerRun
getAss, getErrorCalculator, getM, getSolver, getX, isMonitored, setAss, setDoErrorCalc, setErrorCalculator, setM, setMonitored, setSolver, setX
 
Methods inherited from class mathcomp.monitor.DefaultReportable
getReport, report, setReport
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TimeAssemblerRun

public TimeAssemblerRun()
Method Detail

run

public void run()
Specified by:
run in interface java.lang.Runnable
Overrides:
run in class AssemblerRun