Modifier and Type | Method and Description |
---|---|
List<ShiftAssignment> |
NurseRoster.getShiftAssignmentList() |
Modifier and Type | Method and Description |
---|---|
int |
ShiftAssignment.compareTo(ShiftAssignment o) |
Modifier and Type | Method and Description |
---|---|
void |
NurseRoster.setShiftAssignmentList(List<ShiftAssignment> shiftAssignmentList) |
Modifier and Type | Method and Description |
---|---|
boolean |
ShiftAssignmentPinningFilter.accept(NurseRoster nurseRoster,
ShiftAssignment shiftAssignment) |
boolean |
MovableShiftAssignmentSelectionFilter.accept(org.optaplanner.core.impl.score.director.ScoreDirector<NurseRoster> scoreDirector,
ShiftAssignment selection) |
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 |
---|
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–2020 JBoss by Red Hat. All rights reserved.