public class MachineReassignmentFileIO extends Object implements org.optaplanner.persistence.common.api.domain.solution.SolutionFileIO<MachineReassignment>
| Modifier and Type | Field and Description |
|---|---|
static String |
FILE_EXTENSION |
| Constructor and Description |
|---|
MachineReassignmentFileIO() |
| Modifier and Type | Method and Description |
|---|---|
String |
getInputFileExtension() |
String |
getOutputFileExtension() |
MachineReassignment |
read(File inputSolutionFile) |
void |
write(MachineReassignment solution,
File outputSolutionFile) |
public static final String FILE_EXTENSION
public String getInputFileExtension()
getInputFileExtension in interface org.optaplanner.persistence.common.api.domain.solution.SolutionFileIO<MachineReassignment>public String getOutputFileExtension()
getOutputFileExtension in interface org.optaplanner.persistence.common.api.domain.solution.SolutionFileIO<MachineReassignment>public MachineReassignment read(File inputSolutionFile)
read in interface org.optaplanner.persistence.common.api.domain.solution.SolutionFileIO<MachineReassignment>public void write(MachineReassignment solution, File outputSolutionFile)
write in interface org.optaplanner.persistence.common.api.domain.solution.SolutionFileIO<MachineReassignment>Copyright © 2006–2017 JBoss by Red Hat. All rights reserved.