org.optaplanner.examples.common.persistence
public abstract class AbstractXmlSolutionImporter extends AbstractSolutionImporter
Modifier and Type | Class and Description |
---|---|
class |
AbstractXmlSolutionImporter.XmlInputBuilder |
DEFAULT_OUTPUT_FILE_SUFFIX, solutionDao
logger
Modifier | Constructor and Description |
---|---|
protected |
AbstractXmlSolutionImporter(SolutionDao solutionDao) |
Modifier and Type | Method and Description |
---|---|
abstract AbstractXmlSolutionImporter.XmlInputBuilder |
createXmlInputBuilder() |
String |
getInputFileSuffix() |
org.optaplanner.core.impl.solution.Solution |
readSolution(File inputFile) |
acceptInputFile, acceptInputFileDuringBulkConvert, convertAll, getInputDir, getOutputDir, getOutputFileSuffix
protected AbstractXmlSolutionImporter(SolutionDao solutionDao)
public String getInputFileSuffix()
getInputFileSuffix
in class AbstractSolutionImporter
public abstract AbstractXmlSolutionImporter.XmlInputBuilder createXmlInputBuilder()
public org.optaplanner.core.impl.solution.Solution readSolution(File inputFile)
readSolution
in class AbstractSolutionImporter
Copyright © 2006-2013 JBoss by Red Hat. All Rights Reserved.