Uses of Class
org.optaplanner.examples.nurserostering.domain.ShiftAssignment
-
-
Uses of ShiftAssignment in org.optaplanner.examples.nurserostering.domain
Methods in org.optaplanner.examples.nurserostering.domain that return types with arguments of type ShiftAssignment Modifier and Type Method Description List<ShiftAssignment>NurseRoster. getShiftAssignmentList()Methods in org.optaplanner.examples.nurserostering.domain with parameters of type ShiftAssignment Modifier and Type Method Description intShiftAssignment. compareTo(ShiftAssignment o)Method parameters in org.optaplanner.examples.nurserostering.domain with type arguments of type ShiftAssignment Modifier and Type Method Description voidNurseRoster. setShiftAssignmentList(List<ShiftAssignment> shiftAssignmentList) -
Uses of ShiftAssignment in org.optaplanner.examples.nurserostering.domain.solver
Methods in org.optaplanner.examples.nurserostering.domain.solver with parameters of type ShiftAssignment Modifier and Type Method Description booleanMovableShiftAssignmentSelectionFilter. accept(org.optaplanner.core.api.score.director.ScoreDirector<NurseRoster> scoreDirector, ShiftAssignment selection)booleanShiftAssignmentPinningFilter. accept(NurseRoster nurseRoster, ShiftAssignment shiftAssignment)intShiftAssignmentDifficultyComparator. compare(ShiftAssignment a, ShiftAssignment b) -
Uses of ShiftAssignment in org.optaplanner.examples.nurserostering.solver.move
Methods in org.optaplanner.examples.nurserostering.solver.move with parameters of type ShiftAssignment Modifier and Type Method Description static voidNurseRosteringMoveHelper. moveEmployee(org.optaplanner.core.api.score.director.ScoreDirector<NurseRoster> scoreDirector, ShiftAssignment shiftAssignment, Employee toEmployee)Constructor parameters in org.optaplanner.examples.nurserostering.solver.move with type arguments of type ShiftAssignment Constructor Description EmployeeMultipleChangeMove(Employee fromEmployee, List<ShiftAssignment> shiftAssignmentList, Employee toEmployee) -
Uses of ShiftAssignment in org.optaplanner.examples.nurserostering.swingui
Methods in org.optaplanner.examples.nurserostering.swingui with parameters of type ShiftAssignment Modifier and Type Method Description voidEmployeePanel. addShiftAssignment(ShiftAssignment shiftAssignment)voidNurseRosteringPanel. moveShiftAssignmentToEmployee(ShiftAssignment shiftAssignment, Employee toEmployee)
-