Uses of Class
org.optaplanner.examples.nurserostering.domain.Employee
Packages that use Employee
Package
Description
-
Uses of Employee in org.optaplanner.examples.nurserostering.domain
Methods in org.optaplanner.examples.nurserostering.domain that return EmployeeMethods in org.optaplanner.examples.nurserostering.domain that return types with arguments of type EmployeeMethods in org.optaplanner.examples.nurserostering.domain with parameters of type EmployeeModifier and TypeMethodDescriptionintvoidShiftAssignment.setEmployee(Employee employee) voidSkillProficiency.setEmployee(Employee employee) Method parameters in org.optaplanner.examples.nurserostering.domain with type arguments of type EmployeeConstructors in org.optaplanner.examples.nurserostering.domain with parameters of type Employee -
Uses of Employee in org.optaplanner.examples.nurserostering.domain.request
Methods in org.optaplanner.examples.nurserostering.domain.request that return EmployeeModifier and TypeMethodDescriptionDayOffRequest.getEmployee()DayOnRequest.getEmployee()ShiftOffRequest.getEmployee()ShiftOnRequest.getEmployee()Methods in org.optaplanner.examples.nurserostering.domain.request with parameters of type EmployeeModifier and TypeMethodDescriptionvoidDayOffRequest.setEmployee(Employee employee) voidDayOnRequest.setEmployee(Employee employee) voidShiftOffRequest.setEmployee(Employee employee) voidShiftOnRequest.setEmployee(Employee employee) Constructors in org.optaplanner.examples.nurserostering.domain.request with parameters of type EmployeeModifierConstructorDescriptionDayOffRequest(long id, Employee employee, ShiftDate shiftDate, int weight) DayOnRequest(long id, Employee employee, ShiftDate shiftDate, int weight) ShiftOffRequest(long id, Employee employee, Shift shift, int weight) ShiftOnRequest(long id, Employee employee, Shift shift, int weight) -
Uses of Employee in org.optaplanner.examples.nurserostering.domain.solver
Methods in org.optaplanner.examples.nurserostering.domain.solver with parameters of type Employee -
Uses of Employee in org.optaplanner.examples.nurserostering.optional.score
Methods in org.optaplanner.examples.nurserostering.optional.score that return EmployeeModifier and TypeMethodDescriptionEmployeeConsecutiveAssignmentEnd.getEmployee()EmployeeConsecutiveAssignmentStart.getEmployee()EmployeeConsecutiveWeekendAssignmentEnd.getEmployee()EmployeeConsecutiveWeekendAssignmentStart.getEmployee()EmployeeFreeSequence.getEmployee()EmployeeWeekendSequence.getEmployee()EmployeeWorkSequence.getEmployee()Methods in org.optaplanner.examples.nurserostering.optional.score with parameters of type EmployeeModifier and TypeMethodDescriptionstatic intEmployeeConsecutiveAssignmentStart.getDistanceToFirstDayOfWeekend(Employee employee, ShiftDate shiftDate) static intEmployeeConsecutiveAssignmentEnd.getDistanceToLastDayOfWeekend(Employee employee, ShiftDate shiftDate) static booleanEmployeeConsecutiveAssignmentStart.isWeekendAndNotFirstDayOfWeekend(Employee employee, ShiftDate shiftDate) static booleanEmployeeConsecutiveAssignmentEnd.isWeekendAndNotLastDayOfWeekend(Employee employee, ShiftDate shiftDate) voidEmployeeConsecutiveAssignmentEnd.setEmployee(Employee employee) voidEmployeeConsecutiveAssignmentStart.setEmployee(Employee employee) voidEmployeeConsecutiveWeekendAssignmentEnd.setEmployee(Employee employee) voidEmployeeConsecutiveWeekendAssignmentStart.setEmployee(Employee employee) voidEmployeeFreeSequence.setEmployee(Employee employee) voidEmployeeWeekendSequence.setEmployee(Employee employee) voidEmployeeWorkSequence.setEmployee(Employee employee) Constructors in org.optaplanner.examples.nurserostering.optional.score with parameters of type EmployeeModifierConstructorDescriptionEmployeeConsecutiveAssignmentEnd(Employee employee, ShiftDate shiftDate) EmployeeConsecutiveAssignmentStart(Employee employee, ShiftDate shiftDate) EmployeeConsecutiveWeekendAssignmentEnd(Employee employee, int sundayIndex) EmployeeConsecutiveWeekendAssignmentStart(Employee employee, int sundayIndex) EmployeeFreeSequence(Employee employee, int firstDayIndex, int lastDayIndex) EmployeeWeekendSequence(Employee employee, int firstSundayIndex, int lastSundayIndex) EmployeeWorkSequence(Employee employee, int firstDayIndex, int lastDayIndex) -
Uses of Employee in org.optaplanner.examples.nurserostering.persistence
Fields in org.optaplanner.examples.nurserostering.persistence with type parameters of type Employee -
Uses of Employee in org.optaplanner.examples.nurserostering.solver.move
Methods in org.optaplanner.examples.nurserostering.solver.move with parameters of type EmployeeModifier and TypeMethodDescriptionstatic voidNurseRosteringMoveHelper.moveEmployee(org.optaplanner.core.api.score.director.ScoreDirector<NurseRoster> scoreDirector, ShiftAssignment shiftAssignment, Employee toEmployee) Constructors in org.optaplanner.examples.nurserostering.solver.move with parameters of type EmployeeModifierConstructorDescriptionEmployeeMultipleChangeMove(Employee fromEmployee, List<ShiftAssignment> shiftAssignmentList, Employee toEmployee) -
Uses of Employee in org.optaplanner.examples.nurserostering.swingui
Methods in org.optaplanner.examples.nurserostering.swingui that return EmployeeMethods in org.optaplanner.examples.nurserostering.swingui with parameters of type EmployeeModifier and TypeMethodDescriptionvoidNurseRosteringPanel.deleteEmployee(Employee employee) voidNurseRosteringPanel.moveShiftAssignmentToEmployee(ShiftAssignment shiftAssignment, Employee toEmployee) Constructors in org.optaplanner.examples.nurserostering.swingui with parameters of type EmployeeModifierConstructorDescriptionEmployeePanel(NurseRosteringPanel nurseRosteringPanel, List<ShiftDate> shiftDateList, List<Shift> shiftList, Employee employee)