Uses of Class
org.optaplanner.examples.pas.domain.AdmissionPart
Packages that use AdmissionPart
-
Uses of AdmissionPart in org.optaplanner.examples.pas.domain
Methods in org.optaplanner.examples.pas.domain that return AdmissionPartMethods in org.optaplanner.examples.pas.domain that return types with arguments of type AdmissionPartMethods in org.optaplanner.examples.pas.domain with parameters of type AdmissionPartModifier and TypeMethodDescriptionintAdmissionPart.calculateSameNightCount(AdmissionPart other) intDepartment.countHardDisallowedAdmissionPart(AdmissionPart admissionPart) intRoom.countHardDisallowedAdmissionPart(AdmissionPart admissionPart) intRoom.countSoftDisallowedAdmissionPart(AdmissionPart admissionPart) voidBedDesignation.setAdmissionPart(AdmissionPart admissionPart) Method parameters in org.optaplanner.examples.pas.domain with type arguments of type AdmissionPartModifier and TypeMethodDescriptionvoidPatientAdmissionSchedule.setAdmissionPartList(List<AdmissionPart> admissionPartList) Constructors in org.optaplanner.examples.pas.domain with parameters of type AdmissionPartModifierConstructorDescriptionBedDesignation(long id, AdmissionPart admissionPart) BedDesignation(long id, AdmissionPart admissionPart, Bed bed)