mathcomp.run
Class IteratedAssemblerRun

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

public class IteratedAssemblerRun
extends AssemblerRun

Author:
pht

Field Summary
static boolean DEBUG
           
 
Constructor Summary
IteratedAssemblerRun()
           
 
Method Summary
 int getMaxIterations()
           
 void run()
           
 void setMaxIterations(int iterations)
           
 
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
 

Field Detail

DEBUG

public static boolean DEBUG
Constructor Detail

IteratedAssemblerRun

public IteratedAssemblerRun()
Method Detail

run

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

getMaxIterations

public int getMaxIterations()

setMaxIterations

public void setMaxIterations(int iterations)