Uses of Class
org.optaplanner.examples.nurserostering.domain.Shift
Packages that use Shift
Package
Description
-
Uses of Shift in org.optaplanner.examples.nurserostering.domain
Methods in org.optaplanner.examples.nurserostering.domain that return ShiftMethods in org.optaplanner.examples.nurserostering.domain that return types with arguments of type ShiftModifier and TypeMethodDescriptionNurseRoster.getShiftList()ShiftDate.getShiftList()Employee.getShiftOffRequestMap()Employee.getShiftOnRequestMap()Methods in org.optaplanner.examples.nurserostering.domain with parameters of type ShiftMethod parameters in org.optaplanner.examples.nurserostering.domain with type arguments of type ShiftModifier and TypeMethodDescriptionvoidNurseRoster.setShiftList(List<Shift> shiftList) voidShiftDate.setShiftList(List<Shift> shiftList) voidEmployee.setShiftOffRequestMap(Map<Shift, ShiftOffRequest> shiftOffRequestMap) voidEmployee.setShiftOnRequestMap(Map<Shift, ShiftOnRequest> shiftOnRequestMap) Constructors in org.optaplanner.examples.nurserostering.domain with parameters of type Shift -
Uses of Shift in org.optaplanner.examples.nurserostering.domain.request
Methods in org.optaplanner.examples.nurserostering.domain.request that return ShiftMethods in org.optaplanner.examples.nurserostering.domain.request with parameters of type ShiftModifier and TypeMethodDescriptionvoidvoidConstructors in org.optaplanner.examples.nurserostering.domain.request with parameters of type ShiftModifierConstructorDescriptionShiftOffRequest(long id, Employee employee, Shift shift, int weight) ShiftOnRequest(long id, Employee employee, Shift shift, int weight) -
Uses of Shift in org.optaplanner.examples.nurserostering.persistence
Fields in org.optaplanner.examples.nurserostering.persistence with type parameters of type Shift