org.optaplanner.examples.vehiclerouting.persistence
Class VehicleRoutingImporter.VehicleRoutingInputBuilder
java.lang.Object
org.optaplanner.examples.common.app.LoggingMain
org.optaplanner.examples.common.persistence.AbstractSolutionImporter.InputBuilder
org.optaplanner.examples.common.persistence.AbstractTxtSolutionImporter.TxtInputBuilder
org.optaplanner.examples.vehiclerouting.persistence.VehicleRoutingImporter.VehicleRoutingInputBuilder
- Enclosing class:
- VehicleRoutingImporter
public static class VehicleRoutingImporter.VehicleRoutingInputBuilder
- extends AbstractTxtSolutionImporter.TxtInputBuilder
Methods inherited from class org.optaplanner.examples.common.persistence.AbstractTxtSolutionImporter.TxtInputBuilder |
factorial, getInputId, parseBooleanFromNumber, readConstantLine, readEmptyLine, readIntegerValue, readIntegerValue, readIntegerValue, readLongValue, readLongValue, readLongValue, readOptionalStringValue, readOptionalStringValue, readOptionalStringValue, readStringValue, readStringValue, readStringValue, readUntilConstantLine, removePrefixSuffixFromLine, setBufferedReader, setInputFile, splitBy, splitBy, splitByCommaAndTrim, splitByCommaAndTrim, splitByPipelineAndTrim, splitBySemicolonSeparatedValue, splitBySpace, splitBySpace, splitBySpace, splitBySpacesOrTabs, splitBySpacesOrTabs, splitBySpacesOrTabs |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
VehicleRoutingImporter.VehicleRoutingInputBuilder
public VehicleRoutingImporter.VehicleRoutingInputBuilder()
readSolution
public Solution readSolution()
throws IOException
- Specified by:
readSolution
in class AbstractTxtSolutionImporter.TxtInputBuilder
- Throws:
IOException
readVrpWebFormat
public void readVrpWebFormat()
throws IOException
- Throws:
IOException
readCourseraFormat
public void readCourseraFormat()
throws IOException
- Throws:
IOException
readTimeWindowedFormat
public void readTimeWindowedFormat()
throws IOException
- Throws:
IOException
Copyright © 2006-2015 JBoss by Red Hat. All Rights Reserved.