Uses of Class
org.optaplanner.examples.pas.domain.PatientAdmissionSchedule
Packages that use PatientAdmissionSchedule
Package
Description
-
Uses of PatientAdmissionSchedule in org.optaplanner.examples.pas.app
Methods in org.optaplanner.examples.pas.app that return types with arguments of type PatientAdmissionScheduleModifier and TypeMethodDescriptionprotected Set<AbstractSolutionExporter<PatientAdmissionSchedule>>PatientAdmissionScheduleApp.createSolutionExporters()PatientAdmissionScheduleApp.createSolutionFileIO()protected Set<AbstractSolutionImporter<PatientAdmissionSchedule>>PatientAdmissionScheduleApp.createSolutionImporters() -
Uses of PatientAdmissionSchedule in org.optaplanner.examples.pas.domain.solver
Methods in org.optaplanner.examples.pas.domain.solver with parameters of type PatientAdmissionScheduleModifier and TypeMethodDescriptionBedDesignationDifficultyWeightFactory.createSorterWeight(PatientAdmissionSchedule schedule, BedDesignation bedDesignation) -
Uses of PatientAdmissionSchedule in org.optaplanner.examples.pas.optional.solver.move
Method parameters in org.optaplanner.examples.pas.optional.solver.move with type arguments of type PatientAdmissionScheduleModifier and TypeMethodDescriptionBedDesignationSwapMove.createUndoMove(org.optaplanner.core.api.score.director.ScoreDirector<PatientAdmissionSchedule> scoreDirector) protected voidBedDesignationSwapMove.doMoveOnGenuineVariables(org.optaplanner.core.api.score.director.ScoreDirector<PatientAdmissionSchedule> scoreDirector) booleanBedDesignationSwapMove.isMoveDoable(org.optaplanner.core.api.score.director.ScoreDirector<PatientAdmissionSchedule> scoreDirector) BedDesignationSwapMove.rebase(org.optaplanner.core.api.score.director.ScoreDirector<PatientAdmissionSchedule> destinationScoreDirector) -
Uses of PatientAdmissionSchedule in org.optaplanner.examples.pas.optional.solver.move.factory
Methods in org.optaplanner.examples.pas.optional.solver.move.factory with parameters of type PatientAdmissionScheduleModifier and TypeMethodDescriptionBedDesignationSwapMoveFactory.createMoveList(PatientAdmissionSchedule patientAdmissionSchedule) -
Uses of PatientAdmissionSchedule in org.optaplanner.examples.pas.persistence
Methods in org.optaplanner.examples.pas.persistence that return PatientAdmissionScheduleModifier and TypeMethodDescriptionPatientAdmissionScheduleImporter.PatientAdmissionScheduleInputBuilder.readSolution()Methods in org.optaplanner.examples.pas.persistence that return types with arguments of type PatientAdmissionScheduleModifier and TypeMethodDescriptionPatientAdmissionScheduleImporter.createTxtInputBuilder()PatientAdmissionScheduleExporter.createTxtOutputBuilder() -
Uses of PatientAdmissionSchedule in org.optaplanner.examples.pas.solver.move
Method parameters in org.optaplanner.examples.pas.solver.move with type arguments of type PatientAdmissionScheduleModifier and TypeMethodDescriptionBedChangeMove.createUndoMove(org.optaplanner.core.api.score.director.ScoreDirector<PatientAdmissionSchedule> scoreDirector) protected voidBedChangeMove.doMoveOnGenuineVariables(org.optaplanner.core.api.score.director.ScoreDirector<PatientAdmissionSchedule> scoreDirector) booleanBedChangeMove.isMoveDoable(org.optaplanner.core.api.score.director.ScoreDirector<PatientAdmissionSchedule> scoreDirector) static voidPatientAdmissionMoveHelper.moveBed(org.optaplanner.core.api.score.director.ScoreDirector<PatientAdmissionSchedule> scoreDirector, BedDesignation bedDesignation, Bed toBed) BedChangeMove.rebase(org.optaplanner.core.api.score.director.ScoreDirector<PatientAdmissionSchedule> destinationScoreDirector) -
Uses of PatientAdmissionSchedule in org.optaplanner.examples.pas.solver.move.factory
Methods in org.optaplanner.examples.pas.solver.move.factory that return types with arguments of type PatientAdmissionScheduleModifier and TypeMethodDescriptionList<org.optaplanner.core.impl.heuristic.move.Move<PatientAdmissionSchedule>>BedDesignationPillarPartSwapMoveFactory.createMoveList(PatientAdmissionSchedule patientAdmissionSchedule) Methods in org.optaplanner.examples.pas.solver.move.factory with parameters of type PatientAdmissionScheduleModifier and TypeMethodDescriptionList<org.optaplanner.core.impl.heuristic.move.Move<PatientAdmissionSchedule>>BedDesignationPillarPartSwapMoveFactory.createMoveList(PatientAdmissionSchedule patientAdmissionSchedule) -
Uses of PatientAdmissionSchedule in org.optaplanner.examples.pas.swingui
Methods in org.optaplanner.examples.pas.swingui with parameters of type PatientAdmissionScheduleModifier and TypeMethodDescriptionvoidPatientAdmissionSchedulePanel.resetPanel(PatientAdmissionSchedule patientAdmissionSchedule)