| Package | Description |
|---|---|
| org.optaweb.employeerostering.domain.shift.view | |
| org.optaweb.employeerostering.service.common |
| Modifier and Type | Method and Description |
|---|---|
List<PublishedShiftReassignedPenalty> |
ShiftView.getPublishedShiftReassignedPenaltyList() |
| Modifier and Type | Method and Description |
|---|---|
void |
ShiftView.setPublishedShiftReassignedPenaltyList(List<PublishedShiftReassignedPenalty> publishedShiftReassignedPenaltyList) |
| Constructor and Description |
|---|
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,
List<NoBreakViolation> noBreakViolationList,
List<PublishedShiftReassignedPenalty> publishedShiftReassignedPenaltyList,
org.optaplanner.core.api.score.buildin.hardmediumsoftlong.HardMediumSoftLongScore indictmentScore) |
| Modifier and Type | Method and Description |
|---|---|
List<PublishedShiftReassignedPenalty> |
IndictmentUtils.getPublishedShiftReassignedPenaltyList(org.optaplanner.core.api.score.constraint.Indictment indictment) |
Copyright © 2017–2020 JBoss by Red Hat. All rights reserved.