Uses of Class
org.optaplanner.examples.nurserostering.domain.ShiftType
Packages that use ShiftType
Package
Description
-
Uses of ShiftType in org.optaplanner.examples.nurserostering.domain
Methods in org.optaplanner.examples.nurserostering.domain that return ShiftTypeModifier and TypeMethodDescriptionShift.getShiftType()ShiftAssignment.getShiftType()ShiftTypeSkillRequirement.getShiftType()Methods in org.optaplanner.examples.nurserostering.domain that return types with arguments of type ShiftTypeMethods in org.optaplanner.examples.nurserostering.domain with parameters of type ShiftTypeModifier and TypeMethodDescriptionvoidShift.setShiftType(ShiftType shiftType) voidShiftTypeSkillRequirement.setShiftType(ShiftType shiftType) Method parameters in org.optaplanner.examples.nurserostering.domain with type arguments of type ShiftTypeModifier and TypeMethodDescriptionvoidNurseRoster.setShiftTypeList(List<ShiftType> shiftTypeList) Constructors in org.optaplanner.examples.nurserostering.domain with parameters of type ShiftType -
Uses of ShiftType in org.optaplanner.examples.nurserostering.domain.pattern
Methods in org.optaplanner.examples.nurserostering.domain.pattern that return ShiftTypeModifier and TypeMethodDescriptionShiftType2DaysPattern.getDayIndex0ShiftType()ShiftType3DaysPattern.getDayIndex0ShiftType()ShiftType2DaysPattern.getDayIndex1ShiftType()ShiftType3DaysPattern.getDayIndex1ShiftType()ShiftType3DaysPattern.getDayIndex2ShiftType()WorkBeforeFreeSequencePattern.getWorkShiftType()Methods in org.optaplanner.examples.nurserostering.domain.pattern with parameters of type ShiftTypeModifier and TypeMethodDescriptionvoidShiftType2DaysPattern.setDayIndex0ShiftType(ShiftType dayIndex0ShiftType) voidShiftType3DaysPattern.setDayIndex0ShiftType(ShiftType dayIndex0ShiftType) voidShiftType2DaysPattern.setDayIndex1ShiftType(ShiftType dayIndex1ShiftType) voidShiftType3DaysPattern.setDayIndex1ShiftType(ShiftType dayIndex1ShiftType) voidShiftType3DaysPattern.setDayIndex2ShiftType(ShiftType dayIndex2ShiftType) voidWorkBeforeFreeSequencePattern.setWorkShiftType(ShiftType workShiftType) Constructors in org.optaplanner.examples.nurserostering.domain.pattern with parameters of type ShiftTypeModifierConstructorDescriptionWorkBeforeFreeSequencePattern(long id, String code, DayOfWeek workDayOfWeek, ShiftType workShiftType, int freeDayLength) -
Uses of ShiftType in org.optaplanner.examples.nurserostering.persistence
Fields in org.optaplanner.examples.nurserostering.persistence with type parameters of type ShiftType