标签: drools
我做了一个简单的指导规则,当他们的gpa>设置学生符合条件= True时2.但每次我验证项目时,都会弹出一个错误:The method setEligible(Boolean) in the type Student is not applicable for the arguments (boolean).
The method setEligible(Boolean) in the type Student is not applicable for the arguments (boolean).
我按照blog post制定了指导规则。