public abstract class AbstractSolutionExporter extends LoggingMain
| Modifier and Type | Class and Description |
|---|---|
static class |
AbstractSolutionExporter.OutputBuilder |
| Modifier and Type | Field and Description |
|---|---|
protected SolutionDao |
solutionDao |
logger| Constructor and Description |
|---|
AbstractSolutionExporter(boolean withoutDao) |
AbstractSolutionExporter(SolutionDao solutionDao) |
| Modifier and Type | Method and Description |
|---|---|
void |
convertAll() |
protected File |
getInputDir() |
protected String |
getInputFileSuffix() |
protected File |
getOutputDir() |
abstract String |
getOutputFileSuffix() |
abstract void |
writeSolution(org.optaplanner.core.api.domain.solution.Solution solution,
File outputFile) |
protected SolutionDao solutionDao
public AbstractSolutionExporter(SolutionDao solutionDao)
public AbstractSolutionExporter(boolean withoutDao)
protected File getInputDir()
protected File getOutputDir()
protected String getInputFileSuffix()
public abstract String getOutputFileSuffix()
public void convertAll()
public abstract void writeSolution(org.optaplanner.core.api.domain.solution.Solution solution,
File outputFile)
Copyright © 2006–2016 JBoss by Red Hat. All rights reserved.