Class CurriculumCourseExporter.CurriculumCourseOutputBuilder
- java.lang.Object
-
- ai.timefold.solver.examples.common.app.LoggingMain
-
- ai.timefold.solver.examples.common.persistence.AbstractSolutionExporter.OutputBuilder
-
- ai.timefold.solver.examples.common.persistence.AbstractTxtSolutionExporter.TxtOutputBuilder<CourseSchedule>
-
- ai.timefold.solver.examples.curriculumcourse.persistence.CurriculumCourseExporter.CurriculumCourseOutputBuilder
-
- Enclosing class:
- CurriculumCourseExporter
public static class CurriculumCourseExporter.CurriculumCourseOutputBuilder extends AbstractTxtSolutionExporter.TxtOutputBuilder<CourseSchedule>
-
-
Field Summary
-
Fields inherited from class ai.timefold.solver.examples.common.persistence.AbstractTxtSolutionExporter.TxtOutputBuilder
bufferedWriter, solution
-
Fields inherited from class ai.timefold.solver.examples.common.app.LoggingMain
logger
-
-
Constructor Summary
Constructors Constructor Description CurriculumCourseOutputBuilder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidwriteSolution()-
Methods inherited from class ai.timefold.solver.examples.common.persistence.AbstractTxtSolutionExporter.TxtOutputBuilder
setBufferedWriter, setSolution
-
-
-
-
Method Detail
-
writeSolution
public void writeSolution() throws IOException- Specified by:
writeSolutionin classAbstractTxtSolutionExporter.TxtOutputBuilder<CourseSchedule>- Throws:
IOException
-
-