Uses of Class
org.optaplanner.examples.nurserostering.domain.request.ShiftOnRequest
-
Packages that use ShiftOnRequest Package Description org.optaplanner.examples.nurserostering.domain -
-
Uses of ShiftOnRequest in org.optaplanner.examples.nurserostering.domain
Methods in org.optaplanner.examples.nurserostering.domain that return types with arguments of type ShiftOnRequest Modifier and Type Method Description List<ShiftOnRequest>NurseRoster. getShiftOnRequestList()Map<Shift,ShiftOnRequest>Employee. getShiftOnRequestMap()Method parameters in org.optaplanner.examples.nurserostering.domain with type arguments of type ShiftOnRequest Modifier and Type Method Description voidNurseRoster. setShiftOnRequestList(List<ShiftOnRequest> shiftOnRequestList)voidEmployee. setShiftOnRequestMap(Map<Shift,ShiftOnRequest> shiftOnRequestMap)
-