wodka.ga.racer.mc
Class ModelCompareLinearSquareRaceRunner

java.lang.Object
  extended bywodka.ga.racer.mc.ModelCompareRaceRunner
      extended bywodka.ga.racer.mc.ModelCompareLinearSquareRaceRunner
All Implemented Interfaces:
RaceRunner, java.lang.Runnable

public class ModelCompareLinearSquareRaceRunner
extends ModelCompareRaceRunner

Author:
wolfi

Constructor Summary
ModelCompareLinearSquareRaceRunner()
           
 
Method Summary
protected  GridFunction getGridFunction()
           
protected  ModelHolder getModelHolder()
           
 java.lang.String getName()
           
protected  void writeDescription(java.io.PrintWriter pw)
           
 
Methods inherited from class wodka.ga.racer.mc.ModelCompareRaceRunner
compare, run, setErrHandler, setGridFunction, setId, setModel, setRaceRunnerListener, setTerrainXml, setTimeout
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ModelCompareLinearSquareRaceRunner

public ModelCompareLinearSquareRaceRunner()
Method Detail

getName

public java.lang.String getName()

writeDescription

protected void writeDescription(java.io.PrintWriter pw)

getGridFunction

protected GridFunction getGridFunction()
Specified by:
getGridFunction in class ModelCompareRaceRunner

getModelHolder

protected ModelHolder getModelHolder()
Specified by:
getModelHolder in class ModelCompareRaceRunner