@Singleton public class IndictmentUtils extends Object
| Constructor and Description |
|---|
IndictmentUtils() |
| Modifier and Type | Method and Description |
|---|---|
List<ContractMinutesViolation> |
getContractMinutesViolationList(org.optaplanner.core.api.score.constraint.Indictment indictment) |
List<DesiredTimeslotForEmployeeReward> |
getDesiredTimeslotForEmployeeRewardList(org.optaplanner.core.api.score.constraint.Indictment indictment) |
Map<Object,org.optaplanner.core.api.score.constraint.Indictment> |
getIndictmentMapForRoster(Roster roster) |
List<RequiredSkillViolation> |
getRequiredSkillViolationList(org.optaplanner.core.api.score.constraint.Indictment indictment) |
List<RotationViolationPenalty> |
getRotationViolationPenaltyList(org.optaplanner.core.api.score.constraint.Indictment indictment) |
List<ShiftEmployeeConflict> |
getShiftEmployeeConflictList(org.optaplanner.core.api.score.constraint.Indictment indictment) |
ShiftView |
getShiftViewWithIndictment(ZoneId zoneId,
Shift shift,
org.optaplanner.core.api.score.constraint.Indictment indictment) |
List<UnassignedShiftPenalty> |
getUnassignedShiftPenaltyList(org.optaplanner.core.api.score.constraint.Indictment indictment) |
List<UnavailableEmployeeViolation> |
getUnavailableEmployeeViolationList(org.optaplanner.core.api.score.constraint.Indictment indictment) |
List<UndesiredTimeslotForEmployeePenalty> |
getUndesiredTimeslotForEmployeePenaltyList(org.optaplanner.core.api.score.constraint.Indictment indictment) |
public Map<Object,org.optaplanner.core.api.score.constraint.Indictment> getIndictmentMapForRoster(Roster roster)
public ShiftView getShiftViewWithIndictment(ZoneId zoneId, Shift shift, org.optaplanner.core.api.score.constraint.Indictment indictment)
public List<RequiredSkillViolation> getRequiredSkillViolationList(org.optaplanner.core.api.score.constraint.Indictment indictment)
public List<UnavailableEmployeeViolation> getUnavailableEmployeeViolationList(org.optaplanner.core.api.score.constraint.Indictment indictment)
public List<DesiredTimeslotForEmployeeReward> getDesiredTimeslotForEmployeeRewardList(org.optaplanner.core.api.score.constraint.Indictment indictment)
public List<UndesiredTimeslotForEmployeePenalty> getUndesiredTimeslotForEmployeePenaltyList(org.optaplanner.core.api.score.constraint.Indictment indictment)
public List<ShiftEmployeeConflict> getShiftEmployeeConflictList(org.optaplanner.core.api.score.constraint.Indictment indictment)
public List<RotationViolationPenalty> getRotationViolationPenaltyList(org.optaplanner.core.api.score.constraint.Indictment indictment)
public List<UnassignedShiftPenalty> getUnassignedShiftPenaltyList(org.optaplanner.core.api.score.constraint.Indictment indictment)
public List<ContractMinutesViolation> getContractMinutesViolationList(org.optaplanner.core.api.score.constraint.Indictment indictment)
Copyright © 2017–2019 JBoss by Red Hat. All rights reserved.