wodka.batch
Class AutoSave

java.lang.Object
  extended bywodka.batch.AutoSave
All Implemented Interfaces:
java.lang.Runnable

public class AutoSave
extends java.lang.Object
implements java.lang.Runnable

Prozess that saves a GA in regular intervals.


Constructor Summary
AutoSave(BatchRunner runner, ExceptionHandler handler)
           
 
Method Summary
 BatchRunner getRunner()
           
 void run()
           
 void setRunner(BatchRunner runner)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AutoSave

public AutoSave(BatchRunner runner,
                ExceptionHandler handler)
Method Detail

run

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

getRunner

public BatchRunner getRunner()

setRunner

public void setRunner(BatchRunner runner)