Uses of Class
org.optaplanner.examples.pas.domain.BedDesignation
Packages that use BedDesignation
Package
Description
-
Uses of BedDesignation in org.optaplanner.examples.pas.domain
Methods in org.optaplanner.examples.pas.domain that return types with arguments of type BedDesignationMethod parameters in org.optaplanner.examples.pas.domain with type arguments of type BedDesignationModifier and TypeMethodDescriptionvoidPatientAdmissionSchedule.setBedDesignationList(List<BedDesignation> bedDesignationList) -
Uses of BedDesignation in org.optaplanner.examples.pas.domain.solver
Methods in org.optaplanner.examples.pas.domain.solver with parameters of type BedDesignationModifier and TypeMethodDescriptionBedDesignationDifficultyWeightFactory.createSorterWeight(PatientAdmissionSchedule schedule, BedDesignation bedDesignation) Constructors in org.optaplanner.examples.pas.domain.solver with parameters of type BedDesignationModifierConstructorDescriptionBedDesignationDifficultyWeight(BedDesignation bedDesignation, int hardDisallowedCount, int softDisallowedCount) -
Uses of BedDesignation in org.optaplanner.examples.pas.optional.solver.move
Constructors in org.optaplanner.examples.pas.optional.solver.move with parameters of type BedDesignationModifierConstructorDescriptionBedDesignationSwapMove(BedDesignation leftBedDesignation, BedDesignation rightBedDesignation) -
Uses of BedDesignation in org.optaplanner.examples.pas.solver.move
Methods in org.optaplanner.examples.pas.solver.move with parameters of type BedDesignationModifier and TypeMethodDescriptionstatic voidPatientAdmissionMoveHelper.moveBed(org.optaplanner.core.api.score.director.ScoreDirector<PatientAdmissionSchedule> scoreDirector, BedDesignation bedDesignation, Bed toBed) Constructors in org.optaplanner.examples.pas.solver.move with parameters of type BedDesignation