org.optaplanner.examples.common.persistence
public abstract class AbstractXmlSolutionExporter extends AbstractSolutionExporter
Modifier and Type | Class and Description |
---|---|
class |
AbstractXmlSolutionExporter.XmlOutputBuilder |
Modifier and Type | Field and Description |
---|---|
protected static String |
DEFAULT_OUTPUT_FILE_SUFFIX |
solutionDao
logger
Modifier | Constructor and Description |
---|---|
protected |
AbstractXmlSolutionExporter(SolutionDao solutionDao) |
Modifier and Type | Method and Description |
---|---|
abstract AbstractXmlSolutionExporter.XmlOutputBuilder |
createXmlOutputBuilder() |
protected String |
getOutputFileSuffix() |
void |
writeSolution(org.optaplanner.core.impl.solution.Solution solution,
File outputFile) |
convertAll, getInputDir, getInputFileSuffix, getOutputDir
protected static final String DEFAULT_OUTPUT_FILE_SUFFIX
protected AbstractXmlSolutionExporter(SolutionDao solutionDao)
protected String getOutputFileSuffix()
getOutputFileSuffix
in class AbstractSolutionExporter
public abstract AbstractXmlSolutionExporter.XmlOutputBuilder createXmlOutputBuilder()
public void writeSolution(org.optaplanner.core.impl.solution.Solution solution, File outputFile)
writeSolution
in class AbstractSolutionExporter
Copyright © 2006-2013 JBoss by Red Hat. All Rights Reserved.