| Modifier and Type | Method and Description |
|---|---|
Timeslot |
Shift.getTimeslot() |
| Modifier and Type | Method and Description |
|---|---|
List<Timeslot> |
EmployeeRoster.getTimeslotList() |
| Modifier and Type | Method and Description |
|---|---|
void |
Shift.setTimeslot(Timeslot timeslot) |
| Modifier and Type | Method and Description |
|---|---|
void |
EmployeeRoster.setTimeslotList(List<Timeslot> timeslotList) |
| Constructor and Description |
|---|
Shift(Timeslot timeslot,
Skill requiredSkill) |
| Constructor and Description |
|---|
EmployeeRoster(List<Employee> employeeList,
List<Shift> shiftList,
List<Skill> skillList,
List<Timeslot> timeslotList,
List<DayOffRequest> dayOffRequestList,
List<ShiftAssignment> shiftAssignmentList,
org.optaplanner.core.api.score.buildin.hardsoft.HardSoftScore score) |
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.