Class NurseRosteringImporter
java.lang.Object
org.optaplanner.examples.common.app.LoggingMain
org.optaplanner.examples.common.persistence.AbstractSolutionImporter<Solution_>
org.optaplanner.examples.common.persistence.AbstractXmlSolutionImporter<NurseRoster>
org.optaplanner.examples.nurserostering.persistence.NurseRosteringImporter
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class org.optaplanner.examples.common.persistence.AbstractXmlSolutionImporter
AbstractXmlSolutionImporter.XmlInputBuilder<Solution_>Nested classes/interfaces inherited from class org.optaplanner.examples.common.persistence.AbstractSolutionImporter
AbstractSolutionImporter.InputBuilder -
Field Summary
Fields 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.AbstractXmlSolutionImporter
getInputFileSuffix, readSolutionMethods inherited from class org.optaplanner.examples.common.persistence.AbstractSolutionImporter
acceptInputFile, factorial, getFlooredPossibleSolutionSize
-
Constructor Details
-
NurseRosteringImporter
public NurseRosteringImporter()
-
-
Method Details
-
main
-
createXmlInputBuilder
- Specified by:
createXmlInputBuilderin classAbstractXmlSolutionImporter<NurseRoster>
-