expander_multiple_constraints.drl
来自「jboss规则引擎」· DRL 代码 · 共 19 行
DRL
19 行
#created on: 13/04/2006
package mydsl
expander multiple_constraints.dsl
rule "Your First Rule"
when
There is a Person with
- age less than 42
-location is 'atlanta'
Bar bar black sheep
then
Log "hola bob"
end
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?