Uses of Class
org.optaplanner.examples.nurserostering.domain.ShiftDate
Packages that use ShiftDate
Package
Description
-
Uses of ShiftDate in org.optaplanner.examples.nurserostering.domain
Methods in org.optaplanner.examples.nurserostering.domain that return ShiftDateModifier and TypeMethodDescriptionNurseRosterParametrization.getFirstShiftDate()NurseRosterParametrization.getLastShiftDate()NurseRosterParametrization.getPlanningWindowStart()Shift.getShiftDate()ShiftAssignment.getShiftDate()Methods in org.optaplanner.examples.nurserostering.domain that return types with arguments of type ShiftDateModifier and TypeMethodDescriptionEmployee.getDayOffRequestMap()Employee.getDayOnRequestMap()NurseRoster.getShiftDateList()Methods in org.optaplanner.examples.nurserostering.domain with parameters of type ShiftDateModifier and TypeMethodDescriptionintbooleanNurseRosterParametrization.isInPlanningWindow(ShiftDate shiftDate) voidNurseRosterParametrization.setFirstShiftDate(ShiftDate firstShiftDate) voidNurseRosterParametrization.setLastShiftDate(ShiftDate lastShiftDate) voidNurseRosterParametrization.setPlanningWindowStart(ShiftDate planningWindowStart) voidShift.setShiftDate(ShiftDate shiftDate) Method parameters in org.optaplanner.examples.nurserostering.domain with type arguments of type ShiftDateModifier and TypeMethodDescriptionvoidEmployee.setDayOffRequestMap(Map<ShiftDate, DayOffRequest> dayOffRequestMap) voidEmployee.setDayOnRequestMap(Map<ShiftDate, DayOnRequest> dayOnRequestMap) voidNurseRoster.setShiftDateList(List<ShiftDate> shiftDateList) Constructors in org.optaplanner.examples.nurserostering.domain with parameters of type ShiftDate -
Uses of ShiftDate in org.optaplanner.examples.nurserostering.domain.request
Methods in org.optaplanner.examples.nurserostering.domain.request that return ShiftDateMethods in org.optaplanner.examples.nurserostering.domain.request with parameters of type ShiftDateModifier and TypeMethodDescriptionvoidDayOffRequest.setShiftDate(ShiftDate shiftDate) voidDayOnRequest.setShiftDate(ShiftDate shiftDate) Constructors in org.optaplanner.examples.nurserostering.domain.request with parameters of type ShiftDateModifierConstructorDescriptionDayOffRequest(long id, Employee employee, ShiftDate shiftDate, int weight) DayOnRequest(long id, Employee employee, ShiftDate shiftDate, int weight) -
Uses of ShiftDate in org.optaplanner.examples.nurserostering.optional.score
Methods in org.optaplanner.examples.nurserostering.optional.score that return ShiftDateModifier and TypeMethodDescriptionEmployeeConsecutiveAssignmentEnd.getShiftDate()EmployeeConsecutiveAssignmentStart.getShiftDate()Methods in org.optaplanner.examples.nurserostering.optional.score with parameters of type ShiftDateModifier and TypeMethodDescriptionstatic intEmployeeConsecutiveAssignmentStart.getDistanceToFirstDayOfWeekend(Employee employee, ShiftDate shiftDate) static intEmployeeConsecutiveAssignmentEnd.getDistanceToLastDayOfWeekend(Employee employee, ShiftDate shiftDate) static booleanEmployeeConsecutiveAssignmentStart.isWeekendAndNotFirstDayOfWeekend(Employee employee, ShiftDate shiftDate) static booleanEmployeeConsecutiveAssignmentEnd.isWeekendAndNotLastDayOfWeekend(Employee employee, ShiftDate shiftDate) voidEmployeeConsecutiveAssignmentEnd.setShiftDate(ShiftDate shiftDate) voidEmployeeConsecutiveAssignmentStart.setShiftDate(ShiftDate shiftDate) Constructors in org.optaplanner.examples.nurserostering.optional.score with parameters of type ShiftDateModifierConstructorDescriptionEmployeeConsecutiveAssignmentEnd(Employee employee, ShiftDate shiftDate) EmployeeConsecutiveAssignmentStart(Employee employee, ShiftDate shiftDate) -
Uses of ShiftDate in org.optaplanner.examples.nurserostering.persistence
Fields in org.optaplanner.examples.nurserostering.persistence with type parameters of type ShiftDate -
Uses of ShiftDate in org.optaplanner.examples.nurserostering.swingui
Method parameters in org.optaplanner.examples.nurserostering.swingui with type arguments of type ShiftDateModifier and TypeMethodDescriptionvoidEmployeePanel.setShiftDateListAndShiftList(List<ShiftDate> shiftDateList, List<Shift> shiftList) Constructor parameters in org.optaplanner.examples.nurserostering.swingui with type arguments of type ShiftDateModifierConstructorDescriptionEmployeePanel(NurseRosteringPanel nurseRosteringPanel, List<ShiftDate> shiftDateList, List<Shift> shiftList, Employee employee)