Class MachineReassignmentImporter.MachineReassignmentInputBuilder
- java.lang.Object
-
- ai.timefold.solver.examples.common.app.LoggingMain
-
- ai.timefold.solver.examples.common.persistence.AbstractSolutionImporter.InputBuilder
-
- ai.timefold.solver.examples.common.persistence.AbstractTxtSolutionImporter.TxtInputBuilder<MachineReassignment>
-
- ai.timefold.solver.examples.machinereassignment.persistence.MachineReassignmentImporter.MachineReassignmentInputBuilder
-
- Enclosing class:
- MachineReassignmentImporter
public static class MachineReassignmentImporter.MachineReassignmentInputBuilder extends AbstractTxtSolutionImporter.TxtInputBuilder<MachineReassignment>
-
-
Field Summary
-
Fields inherited from class ai.timefold.solver.examples.common.persistence.AbstractTxtSolutionImporter.TxtInputBuilder
bufferedReader, inputFile
-
Fields inherited from class ai.timefold.solver.examples.common.app.LoggingMain
logger
-
-
Constructor Summary
Constructors Constructor Description MachineReassignmentInputBuilder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MachineReassignmentreadSolution()-
Methods inherited from class ai.timefold.solver.examples.common.persistence.AbstractTxtSolutionImporter.TxtInputBuilder
getInputId, 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 MachineReassignment readSolution() throws IOException
- Specified by:
readSolutionin classAbstractTxtSolutionImporter.TxtInputBuilder<MachineReassignment>- Throws:
IOException
-
-