Class CoachShuttleGatheringImporter.CoachShuttleGatheringInputBuilder
- java.lang.Object
-
- org.optaplanner.examples.common.app.LoggingMain
-
- org.optaplanner.examples.common.persistence.AbstractSolutionImporter.InputBuilder
-
- org.optaplanner.examples.common.persistence.AbstractTxtSolutionImporter.TxtInputBuilder<CoachShuttleGatheringSolution>
-
- org.optaplanner.examples.coachshuttlegathering.persistence.CoachShuttleGatheringImporter.CoachShuttleGatheringInputBuilder
-
- Enclosing class:
- CoachShuttleGatheringImporter
public static class CoachShuttleGatheringImporter.CoachShuttleGatheringInputBuilder extends AbstractTxtSolutionImporter.TxtInputBuilder<CoachShuttleGatheringSolution>
-
-
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
Constructors Constructor Description CoachShuttleGatheringInputBuilder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetInputId()CoachShuttleGatheringSolutionreadSolution()-
Methods inherited from class org.optaplanner.examples.common.persistence.AbstractTxtSolutionImporter.TxtInputBuilder
parseBooleanFromNumber, readConstantLine, 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
-
-
-
-
Method Detail
-
readSolution
public CoachShuttleGatheringSolution readSolution() throws IOException
- Specified by:
readSolutionin classAbstractTxtSolutionImporter.TxtInputBuilder<CoachShuttleGatheringSolution>- Throws:
IOException
-
getInputId
public String getInputId()
- Overrides:
getInputIdin classAbstractTxtSolutionImporter.TxtInputBuilder<CoachShuttleGatheringSolution>
-
-