Uses of Class
org.optaplanner.examples.nurserostering.domain.Shift
-
Packages that use Shift Package Description org.optaplanner.examples.nurserostering.domain org.optaplanner.examples.nurserostering.domain.request org.optaplanner.examples.nurserostering.persistence -
-
Uses of Shift in org.optaplanner.examples.nurserostering.domain
Methods in org.optaplanner.examples.nurserostering.domain that return Shift Modifier and Type Method Description ShiftShiftAssignment. getShift()Methods in org.optaplanner.examples.nurserostering.domain that return types with arguments of type Shift Modifier and Type Method Description List<Shift>NurseRoster. getShiftList()List<Shift>ShiftDate. getShiftList()Map<Shift,ShiftOffRequest>Employee. getShiftOffRequestMap()Map<Shift,ShiftOnRequest>Employee. getShiftOnRequestMap()Methods in org.optaplanner.examples.nurserostering.domain with parameters of type Shift Modifier and Type Method Description voidShiftAssignment. setShift(Shift shift)Method parameters in org.optaplanner.examples.nurserostering.domain with type arguments of type Shift Modifier and Type Method Description voidNurseRoster. 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 Constructor Description ShiftAssignment(long id, Shift shift, int indexInShift) -
Uses of Shift in org.optaplanner.examples.nurserostering.domain.request
Methods in org.optaplanner.examples.nurserostering.domain.request that return Shift Modifier and Type Method Description ShiftShiftOffRequest. getShift()ShiftShiftOnRequest. getShift()Methods in org.optaplanner.examples.nurserostering.domain.request with parameters of type Shift Modifier and Type Method Description voidShiftOffRequest. setShift(Shift shift)voidShiftOnRequest. setShift(Shift shift)Constructors in org.optaplanner.examples.nurserostering.domain.request with parameters of type Shift Constructor Description ShiftOffRequest(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 Modifier and Type Field Description protected Map<Pair<LocalDate,String>,Shift>NurseRosteringImporter.NurseRosteringInputBuilder. dateAndShiftTypeToShiftMapprotected Map<Pair<DayOfWeek,ShiftType>,List<Shift>>NurseRosteringImporter.NurseRosteringInputBuilder. dayOfWeekAndShiftTypeToShiftListMap
-