Uses of Class
org.optaplanner.examples.pas.domain.Night
-
Packages that use Night Package Description org.optaplanner.examples.pas.domain -
-
Uses of Night in org.optaplanner.examples.pas.domain
Methods in org.optaplanner.examples.pas.domain that return Night Modifier and Type Method Description NightAdmissionPart. getFirstNight()NightAdmissionPart. getLastNight()Methods in org.optaplanner.examples.pas.domain that return types with arguments of type Night Modifier and Type Method Description List<Night>PatientAdmissionSchedule. getNightList()Methods in org.optaplanner.examples.pas.domain with parameters of type Night Modifier and Type Method Description voidAdmissionPart. setFirstNight(Night firstNight)voidAdmissionPart. setLastNight(Night lastNight)Method parameters in org.optaplanner.examples.pas.domain with type arguments of type Night Modifier and Type Method Description voidPatientAdmissionSchedule. setNightList(List<Night> nightList)Constructors in org.optaplanner.examples.pas.domain with parameters of type Night Constructor Description AdmissionPart(Patient patient, Night firstNight, Night lastNight, Specialism specialism)
-