org.optaplanner.examples.common.persistence
public abstract class AbstractXmlSolutionImporter.XmlInputBuilder extends AbstractSolutionImporter.InputBuilder
Modifier and Type | Field and Description |
---|---|
protected org.jdom.Document |
document |
protected File |
inputFile |
Constructor and Description |
---|
AbstractXmlSolutionImporter.XmlInputBuilder() |
Modifier and Type | Method and Description |
---|---|
protected void |
assertElementName(org.jdom.Element element,
String name) |
String |
getInputId() |
abstract org.optaplanner.core.impl.solution.Solution |
readSolution() |
void |
setDocument(org.jdom.Document document) |
void |
setInputFile(File inputFile) |
protected File inputFile
protected org.jdom.Document document
public AbstractXmlSolutionImporter.XmlInputBuilder()
public void setInputFile(File inputFile)
public void setDocument(org.jdom.Document document)
public abstract org.optaplanner.core.impl.solution.Solution readSolution() throws IOException, org.jdom.JDOMException
IOException
org.jdom.JDOMException
public String getInputId()
protected void assertElementName(org.jdom.Element element, String name)
Copyright © 2006-2013 JBoss by Red Hat. All Rights Reserved.