OptaPlanner examples 6.1.0.Beta2

org.optaplanner.examples.travelingtournament.persistence
Class TravelingTournamentExporter

java.lang.Object
  extended by org.optaplanner.examples.common.app.LoggingMain
      extended by org.optaplanner.examples.common.persistence.AbstractSolutionExporter
          extended by org.optaplanner.examples.common.persistence.AbstractTxtSolutionExporter
              extended by org.optaplanner.examples.travelingtournament.persistence.TravelingTournamentExporter

public class TravelingTournamentExporter
extends AbstractTxtSolutionExporter


Nested Class Summary
static class TravelingTournamentExporter.TravelingTournamentOutputBuilder
           
 
Nested classes/interfaces inherited from class org.optaplanner.examples.common.persistence.AbstractTxtSolutionExporter
AbstractTxtSolutionExporter.TxtOutputBuilder
 
Nested classes/interfaces inherited from class org.optaplanner.examples.common.persistence.AbstractSolutionExporter
AbstractSolutionExporter.OutputBuilder
 
Field Summary
 
Fields inherited from class org.optaplanner.examples.common.persistence.AbstractTxtSolutionExporter
DEFAULT_OUTPUT_FILE_SUFFIX
 
Fields inherited from class org.optaplanner.examples.common.persistence.AbstractSolutionExporter
solutionDao
 
Fields inherited from class org.optaplanner.examples.common.app.LoggingMain
logger
 
Constructor Summary
TravelingTournamentExporter()
           
 
Method Summary
 AbstractTxtSolutionExporter.TxtOutputBuilder createTxtOutputBuilder()
           
protected  String getOutputFileSuffix()
           
static void main(String[] args)
           
 
Methods inherited from class org.optaplanner.examples.common.persistence.AbstractTxtSolutionExporter
writeSolution
 
Methods inherited from class org.optaplanner.examples.common.persistence.AbstractSolutionExporter
convertAll, getInputDir, getInputFileSuffix, getOutputDir
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TravelingTournamentExporter

public TravelingTournamentExporter()
Method Detail

main

public static void main(String[] args)

getOutputFileSuffix

protected String getOutputFileSuffix()
Overrides:
getOutputFileSuffix in class AbstractTxtSolutionExporter

createTxtOutputBuilder

public AbstractTxtSolutionExporter.TxtOutputBuilder createTxtOutputBuilder()
Specified by:
createTxtOutputBuilder in class AbstractTxtSolutionExporter

OptaPlanner examples 6.1.0.Beta2

Copyright © 2006-2014 JBoss by Red Hat. All Rights Reserved.