org.optaplanner.examples.vehiclerouting.persistence
public class VehicleRoutingSolutionImporter.VrpScheduleInputBuilder extends AbstractTxtSolutionImporter.TxtInputBuilder
bufferedReader, inputFile
Constructor and Description |
---|
VehicleRoutingSolutionImporter.VrpScheduleInputBuilder() |
Modifier and Type | Method and Description |
---|---|
void |
readAlternativeBasicSolution() |
void |
readBasicSolution() |
org.optaplanner.core.impl.solution.Solution |
readSolution() |
void |
readTimeWindowedSolution() |
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
public VehicleRoutingSolutionImporter.VrpScheduleInputBuilder()
public org.optaplanner.core.impl.solution.Solution readSolution() throws IOException
readSolution
in class AbstractTxtSolutionImporter.TxtInputBuilder
IOException
public void readBasicSolution() throws IOException
IOException
public void readAlternativeBasicSolution() throws IOException
IOException
public void readTimeWindowedSolution() throws IOException
IOException
Copyright © 2006-2013 JBoss by Red Hat. All Rights Reserved.