| Modifier and Type | Method and Description |
|---|---|
Skill |
Shift.getRequiredSkill() |
| Modifier and Type | Method and Description |
|---|---|
List<Skill> |
EmployeeRoster.getSkillList() |
List<Skill> |
Employee.getSkills() |
| Modifier and Type | Method and Description |
|---|---|
void |
Shift.setRequiredSkill(Skill requiredSkill) |
| Modifier and Type | Method and Description |
|---|---|
void |
EmployeeRoster.setSkillList(List<Skill> skillList) |
void |
Employee.setSkills(List<Skill> skills) |
| Constructor and Description |
|---|
Shift(Timeslot timeslot,
Skill requiredSkill) |
| Constructor and Description |
|---|
Employee(String name,
List<Skill> skills) |
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–2019 JBoss by Red Hat. All rights reserved.