wodka.util
Class Exporter

java.lang.Object
  extended bywodka.util.Exporter

public class Exporter
extends java.lang.Object

Exports files to be run on the soda constructor / racer.


Method Summary
static Exporter current()
           
 void exportForBreeder(GeneticAlgorithm genAlgo, java.io.File outDir)
           
 void exportRaceFastest(GeneticAlgorithm genAlgo, java.io.Writer writer, java.lang.String terrain)
           
 void exportRaceHistory(GeneticAlgorithm genAlgo, java.io.Writer writer, java.lang.String terrain)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

current

public static Exporter current()

exportRaceFastest

public void exportRaceFastest(GeneticAlgorithm genAlgo,
                              java.io.Writer writer,
                              java.lang.String terrain)
                       throws WodkaException
Throws:
WodkaException

exportRaceHistory

public void exportRaceHistory(GeneticAlgorithm genAlgo,
                              java.io.Writer writer,
                              java.lang.String terrain)
                       throws WodkaException
Throws:
WodkaException

exportForBreeder

public void exportForBreeder(GeneticAlgorithm genAlgo,
                             java.io.File outDir)
                      throws WodkaException
Throws:
WodkaException