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