public static class VehicleRoutingImporter.VehicleRoutingInputBuilder extends AbstractTxtSolutionImporter.TxtInputBuilder<VehicleRoutingSolution>
bufferedReader, inputFile
logger
Constructor and Description |
---|
VehicleRoutingInputBuilder() |
Modifier and Type | Method and Description |
---|---|
void |
readCourseraFormat() |
VehicleRoutingSolution |
readSolution() |
void |
readTimeWindowedFormat() |
void |
readVrpWebFormat() |
getInputId, parseBooleanFromNumber, readConstantLine, readEmptyLine, readIntegerValue, readIntegerValue, readIntegerValue, readLongValue, readLongValue, readLongValue, readOptionalConstantLine, readOptionalStringValue, readOptionalStringValue, readOptionalStringValue, readStringValue, readStringValue, readStringValue, readUntilConstantLine, removePrefixSuffixFromLine, setBufferedReader, setInputFile, skipOptionalConstantLines, splitBy, splitBy, splitByCommaAndTrim, splitByCommaAndTrim, splitByPipelineAndTrim, splitBySemicolonSeparatedValue, splitBySemicolonSeparatedValue, splitBySpace, splitBySpace, splitBySpace, splitBySpace, splitBySpacesOrTabs, splitBySpacesOrTabs, splitBySpacesOrTabs
public VehicleRoutingSolution readSolution() throws IOException
readSolution
in class AbstractTxtSolutionImporter.TxtInputBuilder<VehicleRoutingSolution>
IOException
public void readVrpWebFormat() throws IOException
IOException
public void readCourseraFormat() throws IOException
IOException
public void readTimeWindowedFormat() throws IOException
IOException
Copyright © 2006–2019 JBoss by Red Hat. All rights reserved.