You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 7, 2022. It is now read-only.
contains check for same type, but getSpot.getRequiredSkill() is string type, so i have to declare function in employee to get skill name ( my case was one fixed skill )
i checked this rule, it return false always, or might be issue of java version, i am using 1.8,
!getEmployee().getSkillSet().contains(getSpot().getRequiredSkill()))
contains check for same type, but getSpot.getRequiredSkill() is string type, so i have to declare function in employee to get skill name ( my case was one fixed skill )
optaplanner-training/optaplanner-training-lab902-solution/src/main/resources/org/optaplanner/training/workerrostering/solver/workerRosteringScoreRules.drl
Line 42 in a8820e8
The text was updated successfully, but these errors were encountered: