OptaPlanner distribution 6.0.0.Beta3

org.optaplanner.examples.vehiclerouting.persistence
Class VehicleRoutingSolutionImporter.VrpScheduleInputBuilder

java.lang.Object
  extended by org.optaplanner.examples.common.persistence.AbstractTxtSolutionImporter.TxtInputBuilder
      extended by org.optaplanner.examples.vehiclerouting.persistence.VehicleRoutingSolutionImporter.VrpScheduleInputBuilder
Enclosing class:
VehicleRoutingSolutionImporter

public class VehicleRoutingSolutionImporter.VrpScheduleInputBuilder
extends AbstractTxtSolutionImporter.TxtInputBuilder


Field Summary
 
Fields inherited from class org.optaplanner.examples.common.persistence.AbstractTxtSolutionImporter.TxtInputBuilder
bufferedReader, inputFile
 
Constructor Summary
VehicleRoutingSolutionImporter.VrpScheduleInputBuilder()
           
 
Method Summary
 void readBasicSolution()
           
 Solution readSolution()
           
 void readTimeWindowedSolution()
           
 
Methods inherited from class org.optaplanner.examples.common.persistence.AbstractTxtSolutionImporter.TxtInputBuilder
factorial, getInputId, parseBooleanFromNumber, readConstantLine, readEmptyLine, readIntegerValue, readIntegerValue, readIntegerValue, readLongValue, readLongValue, readLongValue, readRegexConstantLine, readStringValue, readStringValue, readStringValue, readUntilConstantLine, removePrefixSuffixFromLine, setBufferedReader, setInputFile, splitBy, splitBy, splitByPipelineAndTrim, splitBySemicolonSeparatedValue, splitBySpace, splitBySpace, splitBySpace, splitBySpacesOrTabs, splitBySpacesOrTabs
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VehicleRoutingSolutionImporter.VrpScheduleInputBuilder

public VehicleRoutingSolutionImporter.VrpScheduleInputBuilder()
Method Detail

readSolution

public Solution readSolution()
                      throws IOException
Specified by:
readSolution in class AbstractTxtSolutionImporter.TxtInputBuilder
Throws:
IOException

readBasicSolution

public void readBasicSolution()
                       throws IOException
Throws:
IOException

readTimeWindowedSolution

public void readTimeWindowedSolution()
                              throws IOException
Throws:
IOException

OptaPlanner distribution 6.0.0.Beta3

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