Package org.optaplanner.examples.pas.app
Class PatientAdmissionScheduleApp
java.lang.Object
org.optaplanner.examples.common.app.LoggingMain
org.optaplanner.examples.common.app.CommonApp<PatientAdmissionSchedule>
org.optaplanner.examples.pas.app.PatientAdmissionScheduleApp
-
Nested Class Summary
Nested classes/interfaces inherited from class org.optaplanner.examples.common.app.CommonApp
CommonApp.ExtraAction<Solution_> -
Field Summary
FieldsFields inherited from class org.optaplanner.examples.common.app.CommonApp
DATA_DIR_SYSTEM_PROPERTY, dataDirName, description, iconResource, name, solutionBusiness, solverAndPersistenceFrame, solverConfigResourceFields inherited from class org.optaplanner.examples.common.app.LoggingMain
logger -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected Set<AbstractSolutionExporter<PatientAdmissionSchedule>>Used for the unsolved and solved directories, not for the import and output directories, in the data directory.protected Set<AbstractSolutionImporter<PatientAdmissionSchedule>>protected PatientAdmissionSchedulePanelstatic voidMethods inherited from class org.optaplanner.examples.common.app.CommonApp
createExtraActions, createSolutionBusiness, determineDataDir, getDataDirName, getDescription, getIconResource, getName, getSolverConfigResource, init, init, prepareSwingEnvironment
-
Field Details
-
SOLVER_CONFIG
- See Also:
-
DATA_DIR_NAME
- See Also:
-
-
Constructor Details
-
PatientAdmissionScheduleApp
public PatientAdmissionScheduleApp()
-
-
Method Details
-
main
-
createSolutionPanel
- Specified by:
createSolutionPanelin classCommonApp<PatientAdmissionSchedule>
-
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<PatientAdmissionSchedule>- Returns:
- never null
-
createSolutionImporters
- Overrides:
createSolutionImportersin classCommonApp<PatientAdmissionSchedule>
-
createSolutionExporters
- Overrides:
createSolutionExportersin classCommonApp<PatientAdmissionSchedule>
-