|
OptaPlanner distribution 6.1.0.CR2 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.optaplanner.examples.common.app.LoggingMain
org.optaplanner.examples.common.persistence.AbstractSolutionImporter
org.optaplanner.examples.common.persistence.AbstractXmlSolutionImporter
public abstract class AbstractXmlSolutionImporter
| Nested Class Summary | |
|---|---|
static class |
AbstractXmlSolutionImporter.XmlInputBuilder
|
| Nested classes/interfaces inherited from class org.optaplanner.examples.common.persistence.AbstractSolutionImporter |
|---|
AbstractSolutionImporter.InputBuilder |
| Field Summary |
|---|
| Fields inherited from class org.optaplanner.examples.common.persistence.AbstractSolutionImporter |
|---|
DEFAULT_OUTPUT_FILE_SUFFIX, inputDir, outputDir, solutionDao |
| Fields inherited from class org.optaplanner.examples.common.app.LoggingMain |
|---|
logger |
| Constructor Summary | |
|---|---|
protected |
AbstractXmlSolutionImporter(SolutionDao solutionDao)
|
| Method Summary | |
|---|---|
abstract AbstractXmlSolutionImporter.XmlInputBuilder |
createXmlInputBuilder()
|
String |
getInputFileSuffix()
|
Solution |
readSolution(File inputFile)
|
| Methods inherited from class org.optaplanner.examples.common.persistence.AbstractSolutionImporter |
|---|
acceptInputFile, acceptInputFileDuringBulkConvert, convert, convert, convertAll, getFlooredPossibleSolutionSize, getInputDir, getOutputDir, getOutputFileSuffix |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
protected AbstractXmlSolutionImporter(SolutionDao solutionDao)
| Method Detail |
|---|
public String getInputFileSuffix()
getInputFileSuffix in class AbstractSolutionImporterpublic abstract AbstractXmlSolutionImporter.XmlInputBuilder createXmlInputBuilder()
public Solution readSolution(File inputFile)
readSolution in class AbstractSolutionImporter
|
OptaPlanner distribution 6.1.0.CR2 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||