Uses of Class
org.optaplanner.examples.nurserostering.domain.ShiftType
-
Packages that use ShiftType Package Description org.optaplanner.examples.nurserostering.domain org.optaplanner.examples.nurserostering.domain.pattern org.optaplanner.examples.nurserostering.persistence -
-
Uses of ShiftType in org.optaplanner.examples.nurserostering.domain
Methods in org.optaplanner.examples.nurserostering.domain that return ShiftType Modifier and Type Method Description ShiftTypeShift. getShiftType()ShiftTypeShiftAssignment. getShiftType()ShiftTypeShiftTypeSkillRequirement. getShiftType()Methods in org.optaplanner.examples.nurserostering.domain that return types with arguments of type ShiftType Modifier and Type Method Description List<ShiftType>NurseRoster. getShiftTypeList()Methods in org.optaplanner.examples.nurserostering.domain with parameters of type ShiftType Modifier and Type Method Description voidShift. setShiftType(ShiftType shiftType)voidShiftTypeSkillRequirement. setShiftType(ShiftType shiftType)Method parameters in org.optaplanner.examples.nurserostering.domain with type arguments of type ShiftType Modifier and Type Method Description voidNurseRoster. setShiftTypeList(List<ShiftType> shiftTypeList) -
Uses of ShiftType in org.optaplanner.examples.nurserostering.domain.pattern
Methods in org.optaplanner.examples.nurserostering.domain.pattern that return ShiftType Modifier and Type Method Description ShiftTypeShiftType2DaysPattern. getDayIndex0ShiftType()ShiftTypeShiftType3DaysPattern. getDayIndex0ShiftType()ShiftTypeShiftType2DaysPattern. getDayIndex1ShiftType()ShiftTypeShiftType3DaysPattern. getDayIndex1ShiftType()ShiftTypeShiftType3DaysPattern. getDayIndex2ShiftType()ShiftTypeWorkBeforeFreeSequencePattern. getWorkShiftType()Methods in org.optaplanner.examples.nurserostering.domain.pattern with parameters of type ShiftType Modifier and Type Method Description voidShiftType2DaysPattern. setDayIndex0ShiftType(ShiftType dayIndex0ShiftType)voidShiftType3DaysPattern. setDayIndex0ShiftType(ShiftType dayIndex0ShiftType)voidShiftType2DaysPattern. setDayIndex1ShiftType(ShiftType dayIndex1ShiftType)voidShiftType3DaysPattern. setDayIndex1ShiftType(ShiftType dayIndex1ShiftType)voidShiftType3DaysPattern. setDayIndex2ShiftType(ShiftType dayIndex2ShiftType)voidWorkBeforeFreeSequencePattern. setWorkShiftType(ShiftType workShiftType) -
Uses of ShiftType in org.optaplanner.examples.nurserostering.persistence
Fields in org.optaplanner.examples.nurserostering.persistence with type parameters of type ShiftType Modifier and Type Field Description protected Map<org.apache.commons.lang3.tuple.Pair<DayOfWeek,ShiftType>,List<Shift>>NurseRosteringImporter.NurseRosteringInputBuilder. dayOfWeekAndShiftTypeToShiftListMapprotected Map<String,ShiftType>NurseRosteringImporter.NurseRosteringInputBuilder. shiftTypeMap
-