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