wodka.ga.racer.mc
Class MCLinearStarRacer

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

public class MCLinearStarRacer
extends AbstractMCRacer

Author:
wolfi
See Also:
Serialized Form

Field Summary
 
Fields inherited from class wodka.ga.racer.AbstractRacer
handler, racerListener, runningRaces
 
Constructor Summary
MCLinearStarRacer()
           
 
Method Summary
 RaceRunner createRaceRunner()
           
 java.lang.String getLabel()
           
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

MCLinearStarRacer

public MCLinearStarRacer()
Method Detail

getLabel

public java.lang.String getLabel()

writeDescription

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

createRaceRunner

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