wodka.ga.racer.mc
Class MCLinearSquareRacer

java.lang.Object
  extended bywodka.ga.racer.AbstractRacer
      extended bywodka.ga.racer.mc.AbstractMCRacer
          extended bywodka.ga.racer.mc.MCLinearSquareRacer
All Implemented Interfaces:
wwan.commons.param.Configurable, wwan.commons.param.Informative, Racer, RaceRunnerErrorHandler, RaceRunnerListener, java.io.Serializable, StreamPersistable

public class MCLinearSquareRacer
extends AbstractMCRacer

Author:
wolfi
See Also:
Serialized Form

Field Summary
 
Fields inherited from class wodka.ga.racer.AbstractRacer
handler, racerListener, runningRaces
 
Constructor Summary
MCLinearSquareRacer()
           
 
Method Summary
 RaceRunner createRaceRunner()
           
protected  GridFunction getGridFunction()
           
 java.lang.String getLabel()
           
protected  ModelHolder getModelHolder()
           
protected  void writeDescription(java.io.PrintWriter pw)
           
 
Methods inherited from class wodka.ga.racer.mc.AbstractMCRacer
getInfo
 
Methods inherited from class wodka.ga.racer.AbstractRacer
addModel, checkParameterList, finishedAdding, finishedRunning, fromStream, getParameterDescription, getVersion, handleThrowable, reset, setExceptionHandler, setFieldsFromParameterList, setParameterListFromFields, setRacerListener, setTerrainXml, stop, toStream, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MCLinearSquareRacer

public MCLinearSquareRacer()
Method Detail

getLabel

public java.lang.String getLabel()

writeDescription

protected void writeDescription(java.io.PrintWriter pw)
Specified by:
writeDescription in class AbstractMCRacer

getGridFunction

protected GridFunction getGridFunction()

getModelHolder

protected ModelHolder getModelHolder()

createRaceRunner

public RaceRunner createRaceRunner()
Overrides:
createRaceRunner in class AbstractMCRacer
See Also:
AbstractRacer.createRaceRunner()