public static class VehicleRoutingImporter.VehicleRoutingInputBuilder extends AbstractTxtSolutionImporter.TxtInputBuilder<VehicleRoutingSolution>
bufferedReader, inputFilelogger| 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, splitBySpacesOrTabspublic VehicleRoutingSolution readSolution() throws IOException
readSolution in class AbstractTxtSolutionImporter.TxtInputBuilder<VehicleRoutingSolution>IOExceptionpublic void readVrpWebFormat()
throws IOException
IOExceptionpublic void readCourseraFormat()
throws IOException
IOExceptionpublic void readTimeWindowedFormat()
throws IOException
IOExceptionCopyright © 2006–2018 JBoss by Red Hat. All rights reserved.