Drools:为setName和getName方法

时间:2017-08-31 22:55:46

标签: variables get attributes set drools

我可以在setAttributename下方使用来更改任何对象的属性。是否可以使用变量或位置编号而不是属性名称@drools。

感谢您的支持。

rule "print"
    salience(5)
    when
    ....
    then
       modify($Object1){set-Attribute1 or 2 or 5 with a variable-("...");};
end

0 个答案:

没有答案