Class NurseRosteringApp
- java.lang.Object
-
- org.optaplanner.examples.common.app.LoggingMain
-
- org.optaplanner.examples.common.app.CommonApp<NurseRoster>
-
- org.optaplanner.examples.nurserostering.app.NurseRosteringApp
-
public class NurseRosteringApp extends CommonApp<NurseRoster>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.optaplanner.examples.common.app.CommonApp
CommonApp.ExtraAction<Solution_>
-
-
Field Summary
Fields Modifier and Type Field Description static StringDATA_DIR_NAMEstatic StringSOLVER_CONFIG-
Fields inherited from class org.optaplanner.examples.common.app.CommonApp
DATA_DIR_SYSTEM_PROPERTY, dataDirName, description, iconResource, name, solutionBusiness, solverAndPersistenceFrame, solverConfigResource
-
Fields inherited from class org.optaplanner.examples.common.app.LoggingMain
logger
-
-
Constructor Summary
Constructors Constructor Description NurseRosteringApp()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description protected Set<AbstractSolutionExporter>createSolutionExporters()org.optaplanner.persistence.common.api.domain.solution.SolutionFileIO<NurseRoster>createSolutionFileIO()Used for the unsolved and solved directories, not for the import and output directories, in the data directory.protected AbstractSolutionImporter[]createSolutionImporters()protected NurseRosteringPanelcreateSolutionPanel()static voidmain(String[] args)-
Methods inherited from class org.optaplanner.examples.common.app.CommonApp
createExtraActions, createSolutionBusiness, createSolverFactory, determineDataDir, getDataDirName, getDescription, getIconResource, getName, getSolverConfigResource, init, init, prepareSwingEnvironment
-
-
-
-
Field Detail
-
SOLVER_CONFIG
public static final String SOLVER_CONFIG
- See Also:
- Constant Field Values
-
DATA_DIR_NAME
public static final String DATA_DIR_NAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
main
public static void main(String[] args)
-
createSolutionPanel
protected NurseRosteringPanel createSolutionPanel()
- Specified by:
createSolutionPanelin classCommonApp<NurseRoster>
-
createSolutionFileIO
public org.optaplanner.persistence.common.api.domain.solution.SolutionFileIO<NurseRoster> createSolutionFileIO()
Description copied from class:CommonAppUsed for the unsolved and solved directories, not for the import and output directories, in the data directory.- Specified by:
createSolutionFileIOin classCommonApp<NurseRoster>- Returns:
- never null
-
createSolutionImporters
protected AbstractSolutionImporter[] createSolutionImporters()
- Overrides:
createSolutionImportersin classCommonApp<NurseRoster>
-
createSolutionExporters
protected Set<AbstractSolutionExporter> createSolutionExporters()
- Overrides:
createSolutionExportersin classCommonApp<NurseRoster>
-
-