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