Uses of Class
org.optaplanner.examples.nurserostering.domain.ShiftAssignment
Packages that use ShiftAssignment
Package
Description
-
Uses of ShiftAssignment in org.optaplanner.examples.nurserostering.domain
Methods in org.optaplanner.examples.nurserostering.domain that return types with arguments of type ShiftAssignmentMethods in org.optaplanner.examples.nurserostering.domain with parameters of type ShiftAssignmentMethod parameters in org.optaplanner.examples.nurserostering.domain with type arguments of type ShiftAssignmentModifier and TypeMethodDescriptionvoidNurseRoster.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 ShiftAssignmentModifier and TypeMethodDescriptionbooleanMovableShiftAssignmentSelectionFilter.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 ShiftAssignmentModifier and TypeMethodDescriptionstatic 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 ShiftAssignmentModifierConstructorDescriptionEmployeeMultipleChangeMove(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 ShiftAssignmentModifier and TypeMethodDescriptionvoidEmployeePanel.addShiftAssignment(ShiftAssignment shiftAssignment) voidNurseRosteringPanel.moveShiftAssignmentToEmployee(ShiftAssignment shiftAssignment, Employee toEmployee)