Class TspExporter.TspOutputBuilder
java.lang.Object
org.optaplanner.examples.common.app.LoggingMain
org.optaplanner.examples.common.persistence.AbstractSolutionExporter.OutputBuilder
org.optaplanner.examples.common.persistence.AbstractTxtSolutionExporter.TxtOutputBuilder<TspSolution>
org.optaplanner.examples.tsp.persistence.TspExporter.TspOutputBuilder
- Enclosing class:
- TspExporter
public static class TspExporter.TspOutputBuilder
extends AbstractTxtSolutionExporter.TxtOutputBuilder<TspSolution>
-
Field Summary
Fields inherited from class org.optaplanner.examples.common.persistence.AbstractTxtSolutionExporter.TxtOutputBuilder
bufferedWriter, solutionFields inherited from class org.optaplanner.examples.common.app.LoggingMain
logger -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.optaplanner.examples.common.persistence.AbstractTxtSolutionExporter.TxtOutputBuilder
setBufferedWriter, setSolution
-
Constructor Details
-
TspOutputBuilder
public TspOutputBuilder()
-
-
Method Details
-
writeSolution
- Specified by:
writeSolutionin classAbstractTxtSolutionExporter.TxtOutputBuilder<TspSolution>- Throws:
IOException
-