Class NurseRosteringExporter
java.lang.Object
org.optaplanner.examples.common.app.LoggingMain
org.optaplanner.examples.common.persistence.AbstractSolutionExporter<Solution_>
org.optaplanner.examples.common.persistence.AbstractXmlSolutionExporter<NurseRoster>
org.optaplanner.examples.nurserostering.persistence.NurseRosteringExporter
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class org.optaplanner.examples.common.persistence.AbstractXmlSolutionExporter
AbstractXmlSolutionExporter.XmlOutputBuilder<Solution_>Nested classes/interfaces inherited from class org.optaplanner.examples.common.persistence.AbstractSolutionExporter
AbstractSolutionExporter.OutputBuilder -
Field Summary
Fields inherited from class org.optaplanner.examples.common.persistence.AbstractXmlSolutionExporter
DEFAULT_OUTPUT_FILE_SUFFIXFields inherited from class org.optaplanner.examples.common.app.LoggingMain
logger -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidMethods inherited from class org.optaplanner.examples.common.persistence.AbstractXmlSolutionExporter
getOutputFileSuffix, writeSolution
-
Constructor Details
-
NurseRosteringExporter
public NurseRosteringExporter()
-
-
Method Details
-
main
-
createXmlOutputBuilder
- Specified by:
createXmlOutputBuilderin classAbstractXmlSolutionExporter<NurseRoster>
-