complex.dsl

来自「jboss规则引擎」· DSL 代码 · 共 6 行

DSL
6
字号
#place your comments here - this is just a description for your own purposes.
[when]There is a Person with name of {name}=Person(name=="{name}")
[when]Person is at least {age} years old and lives in {location}=Person(age > {age}, location == "{location}")
[then]Log "{message}"=System.out.println("{message}");
[when]Or=or

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?