Uses of Class
org.optaplanner.examples.pas.domain.Night
Packages that use Night
-
Uses of Night in org.optaplanner.examples.pas.domain
Methods in org.optaplanner.examples.pas.domain that return NightMethods in org.optaplanner.examples.pas.domain that return types with arguments of type NightMethods in org.optaplanner.examples.pas.domain with parameters of type NightModifier and TypeMethodDescriptionvoidAdmissionPart.setFirstNight(Night firstNight) voidAdmissionPart.setLastNight(Night lastNight) Method parameters in org.optaplanner.examples.pas.domain with type arguments of type NightModifier and TypeMethodDescriptionvoidPatientAdmissionSchedule.setNightList(List<Night> nightList) Constructors in org.optaplanner.examples.pas.domain with parameters of type NightModifierConstructorDescriptionAdmissionPart(long id, Patient patient, Night firstNight, Night lastNight, Specialism specialism)