Solution_ - the solution type, the class with the PlanningSolution annotationpublic abstract class AbstractSolutionExporter<Solution_> extends LoggingMain
| Modifier and Type | Class and Description |
|---|---|
static class |
AbstractSolutionExporter.OutputBuilder |
| Modifier and Type | Field and Description |
|---|---|
protected SolutionDao<Solution_> |
solutionDao |
logger| Constructor and Description |
|---|
AbstractSolutionExporter(boolean withoutDao) |
AbstractSolutionExporter(SolutionDao<Solution_> solutionDao) |
| Modifier and Type | Method and Description |
|---|---|
void |
convertAll() |
protected File |
getInputDir() |
protected String |
getInputFileSuffix() |
protected File |
getOutputDir() |
abstract String |
getOutputFileSuffix() |
abstract void |
writeSolution(Solution_ solution,
File outputFile) |
protected SolutionDao<Solution_> solutionDao
public AbstractSolutionExporter(SolutionDao<Solution_> solutionDao)
public AbstractSolutionExporter(boolean withoutDao)
Copyright © 2006–2017 JBoss by Red Hat. All rights reserved.