OptaPlanner distribution 6.2.1-SNAPSHOT

org.optaplanner.examples.cheaptime.persistence
Class CheapTimeImporter

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.cheaptime.persistence.CheapTimeImporter

public class CheapTimeImporter
extends AbstractTxtSolutionImporter


Nested Class Summary
static class CheapTimeImporter.CheapTimeInputBuilder
           
 
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
CheapTimeImporter()
           
CheapTimeImporter(boolean withoutDao)
           
 
Method Summary
 AbstractTxtSolutionImporter.TxtInputBuilder createTxtInputBuilder()
           
 String getInputFileSuffix()
           
 boolean isInputFileDirectory()
           
static void main(String[] args)
           
 Solution readSolution(File inputFile)
           
 
Methods inherited from class org.optaplanner.examples.common.persistence.AbstractTxtSolutionImporter
readSolution
 
Methods inherited from class org.optaplanner.examples.common.persistence.AbstractSolutionImporter
acceptInputFile, acceptInputFileDuringBulkConvert, convert, convert, convertAll, getFlooredPossibleSolutionSize, getInputDir, getOutputDir, getOutputFileSuffix
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CheapTimeImporter

public CheapTimeImporter()

CheapTimeImporter

public CheapTimeImporter(boolean withoutDao)
Method Detail

main

public static void main(String[] args)

isInputFileDirectory

public boolean isInputFileDirectory()
Overrides:
isInputFileDirectory in class AbstractSolutionImporter

getInputFileSuffix

public String getInputFileSuffix()
Overrides:
getInputFileSuffix in class AbstractTxtSolutionImporter

createTxtInputBuilder

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

readSolution

public Solution readSolution(File inputFile)
Overrides:
readSolution in class AbstractTxtSolutionImporter

OptaPlanner distribution 6.2.1-SNAPSHOT

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