Uses of Class
org.optaplanner.examples.pas.domain.Bed
-
Packages that use Bed Package Description org.optaplanner.examples.pas.domain org.optaplanner.examples.pas.domain.solver org.optaplanner.examples.pas.solver.move -
-
Uses of Bed in org.optaplanner.examples.pas.domain
Methods in org.optaplanner.examples.pas.domain that return Bed Modifier and Type Method Description BedBedDesignation. getBed()Methods in org.optaplanner.examples.pas.domain that return types with arguments of type Bed Modifier and Type Method Description List<Bed>PatientAdmissionSchedule. getBedList()List<Bed>Room. getBedList()Methods in org.optaplanner.examples.pas.domain with parameters of type Bed Modifier and Type Method Description voidBedDesignation. setBed(Bed bed)Method parameters in org.optaplanner.examples.pas.domain with type arguments of type Bed Modifier and Type Method Description voidPatientAdmissionSchedule. setBedList(List<Bed> bedList)voidRoom. setBedList(List<Bed> bedList)Constructors in org.optaplanner.examples.pas.domain with parameters of type Bed Constructor Description BedDesignation(long id, AdmissionPart admissionPart, Bed bed) -
Uses of Bed in org.optaplanner.examples.pas.domain.solver
Methods in org.optaplanner.examples.pas.domain.solver with parameters of type Bed Modifier and Type Method Description intBedStrengthComparator. compare(Bed a, Bed b) -
Uses of Bed in org.optaplanner.examples.pas.solver.move
Methods in org.optaplanner.examples.pas.solver.move with parameters of type Bed 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 Bed Constructor Description BedChangeMove(BedDesignation bedDesignation, Bed toBed)
-