OptaPlanner examples 6.2.0.Beta1

org.optaplanner.examples.dinnerparty.persistence
Class DinnerPartyImporter

java.lang.Object
  extended by org.optaplanner.examples.common.app.LoggingMain
      extended by org.optaplanner.examples.common.persistence.AbstractSolutionImporter
          extended by org.optaplanner.examples.common.persistence.AbstractTxtSolutionImporter
              extended by org.optaplanner.examples.dinnerparty.persistence.DinnerPartyImporter

public class DinnerPartyImporter
extends AbstractTxtSolutionImporter


Nested Class Summary
static class DinnerPartyImporter.DinnerPartyInputBuilder
           
 
Nested classes/interfaces inherited from class org.optaplanner.examples.common.persistence.AbstractTxtSolutionImporter
AbstractTxtSolutionImporter.TxtInputBuilder
 
Nested classes/interfaces inherited from class org.optaplanner.examples.common.persistence.AbstractSolutionImporter
AbstractSolutionImporter.InputBuilder
 
Field Summary
 
Fields inherited from class org.optaplanner.examples.common.persistence.AbstractSolutionImporter
DEFAULT_OUTPUT_FILE_SUFFIX, inputDir, outputDir, solutionDao
 
Fields inherited from class org.optaplanner.examples.common.app.LoggingMain
logger
 
Constructor Summary
DinnerPartyImporter()
           
 
Method Summary
 AbstractTxtSolutionImporter.TxtInputBuilder createTxtInputBuilder()
           
static void main(String[] args)
           
 
Methods inherited from class org.optaplanner.examples.common.persistence.AbstractTxtSolutionImporter
getInputFileSuffix, readSolution, readSolution
 
Methods inherited from class org.optaplanner.examples.common.persistence.AbstractSolutionImporter
acceptInputFile, acceptInputFileDuringBulkConvert, convert, convert, convertAll, getFlooredPossibleSolutionSize, getInputDir, getOutputDir, getOutputFileSuffix, isInputFileDirectory
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DinnerPartyImporter

public DinnerPartyImporter()
Method Detail

main

public static void main(String[] args)

createTxtInputBuilder

public AbstractTxtSolutionImporter.TxtInputBuilder createTxtInputBuilder()
Specified by:
createTxtInputBuilder in class AbstractTxtSolutionImporter

OptaPlanner examples 6.2.0.Beta1

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