Uses of Class
org.optaplanner.examples.pas.domain.AdmissionPart
-
Packages that use AdmissionPart Package Description org.optaplanner.examples.pas.domain -
-
Uses of AdmissionPart in org.optaplanner.examples.pas.domain
Methods in org.optaplanner.examples.pas.domain that return AdmissionPart Modifier and Type Method Description AdmissionPartBedDesignation. getAdmissionPart()Methods in org.optaplanner.examples.pas.domain that return types with arguments of type AdmissionPart Modifier and Type Method Description List<AdmissionPart>PatientAdmissionSchedule. getAdmissionPartList()Methods in org.optaplanner.examples.pas.domain with parameters of type AdmissionPart Modifier and Type Method Description intAdmissionPart. 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 AdmissionPart Modifier and Type Method Description voidPatientAdmissionSchedule. setAdmissionPartList(List<AdmissionPart> admissionPartList)Constructors in org.optaplanner.examples.pas.domain with parameters of type AdmissionPart Constructor Description BedDesignation(long id, AdmissionPart admissionPart, Bed bed)
-