Solution_
- the solution type, the class with the PlanningSolution
annotationpublic abstract class AbstractXmlSolutionExporter<Solution_> extends AbstractSolutionExporter<Solution_>
Modifier and Type | Class and Description |
---|---|
static class |
AbstractXmlSolutionExporter.XmlOutputBuilder<Solution_> |
AbstractSolutionExporter.OutputBuilder
Modifier and Type | Field and Description |
---|---|
protected static String |
DEFAULT_OUTPUT_FILE_SUFFIX |
logger
Constructor and Description |
---|
AbstractXmlSolutionExporter() |
Modifier and Type | Method and Description |
---|---|
abstract AbstractXmlSolutionExporter.XmlOutputBuilder<Solution_> |
createXmlOutputBuilder() |
String |
getOutputFileSuffix() |
void |
writeSolution(Solution_ solution,
File outputFile) |
protected static final String DEFAULT_OUTPUT_FILE_SUFFIX
public String getOutputFileSuffix()
getOutputFileSuffix
in class AbstractSolutionExporter<Solution_>
public abstract AbstractXmlSolutionExporter.XmlOutputBuilder<Solution_> createXmlOutputBuilder()
public void writeSolution(Solution_ solution, File outputFile)
writeSolution
in class AbstractSolutionExporter<Solution_>
Copyright © 2006–2020 JBoss by Red Hat. All rights reserved.