【问题标题】:Drools rule templates and the forall decision table constructDrools 规则模板和 forall 决策表结构
【发布时间】:2011-06-22 07:28:57
【问题描述】:

目前正在尝试证明使用逗号分隔输入参数的数据库驱动规则模板。我们正在尝试重用似乎不适用于规则模板的 forall 决策表结构。

例如

<code>
template header
myCommaSeparated

package test.package;

template "Test Rule"
rule "@{row.rowNumber}"

    when
        forall(||){@{myCommaSeparated}}
    then        

end
end template   
</code>

这不起作用。根据文档规则模板应该能够做决策表可以做的一切?

【问题讨论】:

    标签: jboss rules drools


    【解决方案1】:

    您可以在 drools-user 邮件列表中关注类似(相同?)问题的状态:http://drools.46999.n3.nabble.com/rules-users-Rule-Templates-comma-separated-data-td3091621.html

    【讨论】:

      猜你喜欢
      • 2011-06-20
      • 2015-08-03
      • 1970-01-01
      • 2022-09-24
      • 1970-01-01
      • 2012-06-05
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多