Uses of Class
org.optaplanner.examples.nurserostering.domain.ShiftDate
-
-
Uses of ShiftDate in org.optaplanner.examples.nurserostering.domain
Methods in org.optaplanner.examples.nurserostering.domain that return ShiftDate Modifier and Type Method Description ShiftDateNurseRosterParametrization. getFirstShiftDate()ShiftDateNurseRosterParametrization. getLastShiftDate()ShiftDateNurseRosterParametrization. getPlanningWindowStart()ShiftDateShift. getShiftDate()ShiftDateShiftAssignment. getShiftDate()Methods in org.optaplanner.examples.nurserostering.domain that return types with arguments of type ShiftDate Modifier and Type Method Description Map<ShiftDate,DayOffRequest>Employee. getDayOffRequestMap()Map<ShiftDate,DayOnRequest>Employee. getDayOnRequestMap()List<ShiftDate>NurseRoster. getShiftDateList()Methods in org.optaplanner.examples.nurserostering.domain with parameters of type ShiftDate Modifier and Type Method Description intShiftDate. compareTo(ShiftDate o)booleanNurseRosterParametrization. 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 ShiftDate Modifier and Type Method Description voidEmployee. setDayOffRequestMap(Map<ShiftDate,DayOffRequest> dayOffRequestMap)voidEmployee. setDayOnRequestMap(Map<ShiftDate,DayOnRequest> dayOnRequestMap)voidNurseRoster. setShiftDateList(List<ShiftDate> shiftDateList) -
Uses of ShiftDate in org.optaplanner.examples.nurserostering.domain.request
Methods in org.optaplanner.examples.nurserostering.domain.request that return ShiftDate Modifier and Type Method Description ShiftDateDayOffRequest. getShiftDate()ShiftDateDayOnRequest. getShiftDate()Methods in org.optaplanner.examples.nurserostering.domain.request with parameters of type ShiftDate Modifier and Type Method Description voidDayOffRequest. setShiftDate(ShiftDate shiftDate)voidDayOnRequest. setShiftDate(ShiftDate shiftDate) -
Uses of ShiftDate in org.optaplanner.examples.nurserostering.persistence
Fields in org.optaplanner.examples.nurserostering.persistence with type parameters of type ShiftDate Modifier and Type Field Description protected Map<LocalDate,ShiftDate>NurseRosteringImporter.NurseRosteringInputBuilder. shiftDateMap -
Uses of ShiftDate in org.optaplanner.examples.nurserostering.score.drools
Methods in org.optaplanner.examples.nurserostering.score.drools that return ShiftDate Modifier and Type Method Description ShiftDateEmployeeConsecutiveAssignmentEnd. getShiftDate()ShiftDateEmployeeConsecutiveAssignmentStart. getShiftDate()Methods in org.optaplanner.examples.nurserostering.score.drools with parameters of type ShiftDate Modifier and Type Method Description static 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.score.drools with parameters of type ShiftDate Constructor Description EmployeeConsecutiveAssignmentEnd(Employee employee, ShiftDate shiftDate)EmployeeConsecutiveAssignmentStart(Employee employee, ShiftDate shiftDate) -
Uses of ShiftDate in org.optaplanner.examples.nurserostering.swingui
Method parameters in org.optaplanner.examples.nurserostering.swingui with type arguments of type ShiftDate Modifier and Type Method Description voidEmployeePanel. setShiftDateListAndShiftList(List<ShiftDate> shiftDateList, List<Shift> shiftList)Constructor parameters in org.optaplanner.examples.nurserostering.swingui with type arguments of type ShiftDate Constructor Description EmployeePanel(NurseRosteringPanel nurseRosteringPanel, List<ShiftDate> shiftDateList, List<Shift> shiftList, Employee employee)
-