OptaPlanner distribution 6.1.0.Final

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

java.lang.Object
  extended by org.optaplanner.examples.common.app.LoggingMain
      extended by org.optaplanner.examples.common.persistence.AbstractSolutionImporter.InputBuilder
          extended by org.optaplanner.examples.common.persistence.AbstractTxtSolutionImporter.TxtInputBuilder
              extended by org.optaplanner.examples.vehiclerouting.persistence.VehicleRoutingImporter.VrpScheduleInputBuilder
Enclosing class:
VehicleRoutingImporter

public static class VehicleRoutingImporter.VrpScheduleInputBuilder
extends AbstractTxtSolutionImporter.TxtInputBuilder


Field Summary
 
Fields inherited from class org.optaplanner.examples.common.persistence.AbstractTxtSolutionImporter.TxtInputBuilder
bufferedReader, inputFile
 
Fields inherited from class org.optaplanner.examples.common.app.LoggingMain
logger
 
Constructor Summary
VehicleRoutingImporter.VrpScheduleInputBuilder()
           
 
Method Summary
 void readBasicFormat()
           
 void readCourseraFormat()
           
 Solution readSolution()
           
 void readTimeWindowedFormat()
           
 
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, splitByCommaAndTrim, splitByCommaAndTrim, 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

VehicleRoutingImporter.VrpScheduleInputBuilder

public VehicleRoutingImporter.VrpScheduleInputBuilder()
Method Detail

readSolution

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

readBasicFormat

public void readBasicFormat()
                     throws IOException
Throws:
IOException

readCourseraFormat

public void readCourseraFormat()
                        throws IOException
Throws:
IOException

readTimeWindowedFormat

public void readTimeWindowedFormat()
                            throws IOException
Throws:
IOException

OptaPlanner distribution 6.1.0.Final

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