Uses of Class
org.optaweb.employeerostering.domain.violation.RotationViolationPenalty
-
Packages that use RotationViolationPenalty Package Description org.optaweb.employeerostering.domain.shift.view org.optaweb.employeerostering.service.common -
-
Uses of RotationViolationPenalty in org.optaweb.employeerostering.domain.shift.view
Methods in org.optaweb.employeerostering.domain.shift.view that return types with arguments of type RotationViolationPenalty Modifier and Type Method Description List<RotationViolationPenalty>ShiftView. getRotationViolationPenaltyList()Method parameters in org.optaweb.employeerostering.domain.shift.view with type arguments of type RotationViolationPenalty Modifier and Type Method Description voidShiftView. setRotationViolationPenaltyList(List<RotationViolationPenalty> rotationViolationPenaltyList) -
Uses of RotationViolationPenalty in org.optaweb.employeerostering.service.common
Methods in org.optaweb.employeerostering.service.common that return types with arguments of type RotationViolationPenalty Modifier and Type Method Description List<RotationViolationPenalty>IndictmentUtils. getRotationViolationPenaltyList(org.optaplanner.core.api.score.constraint.Indictment indictment)
-