Class SvgTspPathExporter.SvgTspOutputBuilder
- 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.AbstractSvgTspOutputBuilder
-
- org.optaplanner.examples.tsp.persistence.SvgTspPathExporter.SvgTspOutputBuilder
-
- Enclosing class:
- SvgTspPathExporter
public static class SvgTspPathExporter.SvgTspOutputBuilder extends AbstractSvgTspOutputBuilder
-
-
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 SvgTspOutputBuilder()
-
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<TspSolution>- Throws:
IOException
-
-