Class AbstractSvgTspOutputBuilder
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<TspSolution>
ai.timefold.solver.examples.tsp.persistence.AbstractSvgTspOutputBuilder
- Direct Known Subclasses:
SvgTspLineAndCircleExporter.SvgTspOutputBuilder,SvgTspPathExporter.SvgTspOutputBuilder
public abstract class AbstractSvgTspOutputBuilder
extends AbstractTxtSolutionExporter.TxtOutputBuilder<TspSolution>
Common base for the SVG exporters with some helpers
-
Field Summary
Fields inherited from class ai.timefold.solver.examples.common.persistence.AbstractTxtSolutionExporter.TxtOutputBuilder
bufferedWriter, solutionFields inherited from class ai.timefold.solver.examples.common.app.LoggingMain
logger -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class ai.timefold.solver.examples.common.persistence.AbstractTxtSolutionExporter.TxtOutputBuilder
setBufferedWriter, setSolution, writeSolution
-
Constructor Details
-
AbstractSvgTspOutputBuilder
public AbstractSvgTspOutputBuilder()
-