标签: variables get attributes set drools
我可以在setAttributename下方使用来更改任何对象的属性。是否可以使用变量或位置编号而不是属性名称@drools。
setAttributename
感谢您的支持。
rule "print" salience(5) when .... then modify($Object1){set-Attribute1 or 2 or 5 with a variable-("...");}; end