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 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 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) |
void |
EmployeePanel.removeShiftAssignment(ShiftAssignment shiftAssignment) |
Copyright © 2006-2014 JBoss by Red Hat. All Rights Reserved.