Uses of Class
org.optaplanner.examples.pas.domain.BedDesignation
-
-
Uses of BedDesignation in org.optaplanner.examples.pas.domain
Methods in org.optaplanner.examples.pas.domain that return types with arguments of type BedDesignation Modifier and Type Method Description List<BedDesignation>PatientAdmissionSchedule. getBedDesignationList()Method parameters in org.optaplanner.examples.pas.domain with type arguments of type BedDesignation Modifier and Type Method Description voidPatientAdmissionSchedule. 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 BedDesignation Modifier and Type Method Description BedDesignationDifficultyWeightFactory.BedDesignationDifficultyWeightBedDesignationDifficultyWeightFactory. createSorterWeight(PatientAdmissionSchedule schedule, BedDesignation bedDesignation)Constructors in org.optaplanner.examples.pas.domain.solver with parameters of type BedDesignation Constructor Description BedDesignationDifficultyWeight(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 BedDesignation Constructor Description BedDesignationSwapMove(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 BedDesignation Modifier and Type Method Description static 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 Constructor Description BedChangeMove(BedDesignation bedDesignation, Bed toBed)
-