Class MachineReassignmentExporter
- java.lang.Object
-
- ai.timefold.solver.examples.common.app.LoggingMain
-
- ai.timefold.solver.examples.common.persistence.AbstractSolutionExporter<Solution_>
-
- ai.timefold.solver.examples.common.persistence.AbstractTxtSolutionExporter<MachineReassignment>
-
- ai.timefold.solver.examples.machinereassignment.persistence.MachineReassignmentExporter
-
public class MachineReassignmentExporter extends AbstractTxtSolutionExporter<MachineReassignment>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classMachineReassignmentExporter.MachineReassignmentOutputBuilder-
Nested classes/interfaces inherited from class ai.timefold.solver.examples.common.persistence.AbstractTxtSolutionExporter
AbstractTxtSolutionExporter.TxtOutputBuilder<Solution_>
-
Nested classes/interfaces inherited from class ai.timefold.solver.examples.common.persistence.AbstractSolutionExporter
AbstractSolutionExporter.OutputBuilder
-
-
Field Summary
-
Fields inherited from class ai.timefold.solver.examples.common.persistence.AbstractTxtSolutionExporter
DEFAULT_OUTPUT_FILE_SUFFIX
-
Fields inherited from class ai.timefold.solver.examples.common.app.LoggingMain
logger
-
-
Constructor Summary
Constructors Constructor Description MachineReassignmentExporter()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description AbstractTxtSolutionExporter.TxtOutputBuilder<MachineReassignment>createTxtOutputBuilder()StringgetOutputFileSuffix()static voidmain(String[] args)-
Methods inherited from class ai.timefold.solver.examples.common.persistence.AbstractTxtSolutionExporter
writeSolution
-
-
-
-
Method Detail
-
main
public static void main(String[] args)
-
getOutputFileSuffix
public String getOutputFileSuffix()
- Overrides:
getOutputFileSuffixin classAbstractTxtSolutionExporter<MachineReassignment>
-
createTxtOutputBuilder
public AbstractTxtSolutionExporter.TxtOutputBuilder<MachineReassignment> createTxtOutputBuilder()
- Specified by:
createTxtOutputBuilderin classAbstractTxtSolutionExporter<MachineReassignment>
-
-