org.drools.planner.examples.common.persistence
Class AbstractSolutionExporter
java.lang.Object
org.drools.planner.examples.common.app.LoggingMain
org.drools.planner.examples.common.persistence.AbstractSolutionExporter
- Direct Known Subclasses:
- AbstractTxtSolutionExporter, AbstractXmlSolutionExporter
public abstract class AbstractSolutionExporter
- extends LoggingMain
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 |
solutionDao
protected SolutionDao solutionDao
AbstractSolutionExporter
public AbstractSolutionExporter(SolutionDao solutionDao)
getInputDir
protected File getInputDir()
getOutputDir
protected File getOutputDir()
getInputFileSuffix
protected String getInputFileSuffix()
getOutputFileSuffix
protected abstract String getOutputFileSuffix()
convertAll
public void convertAll()
writeSolution
public abstract void writeSolution(Solution solution,
File outputFile)
Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.