| Modifier and Type | Method and Description |
|---|---|
List<ShiftAssignment> |
NurseRoster.getShiftAssignmentList() |
| Modifier and Type | Method and Description |
|---|---|
void |
NurseRoster.setShiftAssignmentList(List<ShiftAssignment> shiftAssignmentList) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
MovableShiftAssignmentSelectionFilter.accept(NurseRoster nurseRoster,
ShiftAssignment shiftAssignment) |
boolean |
MovableShiftAssignmentSelectionFilter.accept(org.optaplanner.core.impl.score.director.ScoreDirector<NurseRoster> scoreDirector,
ShiftAssignment shiftAssignment) |
int |
ShiftAssignmentDifficultyComparator.compare(ShiftAssignment a,
ShiftAssignment b) |
| Modifier and Type | Method and Description |
|---|---|
static void |
NurseRosteringMoveHelper.moveEmployee(org.optaplanner.core.impl.score.director.ScoreDirector<NurseRoster> scoreDirector,
ShiftAssignment shiftAssignment,
Employee toEmployee) |
| Constructor and Description |
|---|
EmployeeChangeMove(ShiftAssignment shiftAssignment,
Employee toEmployee) |
ShiftAssignmentSwapMove(ShiftAssignment leftShiftAssignment,
ShiftAssignment rightShiftAssignment) |
| Constructor and Description |
|---|
EmployeeMultipleChangeMove(Employee fromEmployee,
List<ShiftAssignment> shiftAssignmentList,
Employee toEmployee) |
| Modifier and Type | Method and Description |
|---|---|
void |
EmployeePanel.addShiftAssignment(ShiftAssignment shiftAssignment) |
void |
NurseRosteringPanel.moveShiftAssignmentToEmployee(ShiftAssignment shiftAssignment,
Employee toEmployee) |
Copyright © 2006–2018 JBoss by Red Hat. All rights reserved.