org.drools.planner.examples.common.persistence
Class AbstractXmlSolutionExporter
java.lang.Object
org.drools.planner.examples.common.app.LoggingMain
org.drools.planner.examples.common.persistence.AbstractSolutionExporter
org.drools.planner.examples.common.persistence.AbstractXmlSolutionExporter
- Direct Known Subclasses:
- NurseRosteringSolutionExporter
public abstract class AbstractXmlSolutionExporter
- extends AbstractSolutionExporter
Fields inherited from class org.drools.planner.examples.common.app.LoggingMain |
logger |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DEFAULT_OUTPUT_FILE_SUFFIX
protected static final String DEFAULT_OUTPUT_FILE_SUFFIX
- See Also:
- Constant Field Values
AbstractXmlSolutionExporter
protected AbstractXmlSolutionExporter(SolutionDao solutionDao)
getOutputFileSuffix
protected String getOutputFileSuffix()
- Specified by:
getOutputFileSuffix
in class AbstractSolutionExporter
createXmlOutputBuilder
public abstract AbstractXmlSolutionExporter.XmlOutputBuilder createXmlOutputBuilder()
writeSolution
public void writeSolution(Solution solution,
File outputFile)
- Specified by:
writeSolution
in class AbstractSolutionExporter
Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.