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