ShiftView(ZoneId zoneId,
Shift shift,
List<RequiredSkillViolation> requiredSkillViolationList,
List<UnavailableEmployeeViolation> unavailableEmployeeViolationList,
List<ShiftEmployeeConflict> shiftEmployeeConflictList,
List<DesiredTimeslotForEmployeeReward> desiredTimeslotForEmployeeRewardList,
List<UndesiredTimeslotForEmployeePenalty> undesiredTimeslotForEmployeePenaltyList,
List<RotationViolationPenalty> rotationViolationPenaltyList,
List<UnassignedShiftPenalty> unassignedShiftPenaltyList,
List<ContractMinutesViolation> contractMinutesViolationPenaltyList,
org.optaplanner.core.api.score.buildin.hardmediumsoftlong.HardMediumSoftLongScore indictmentScore) |