new_package.drl.template
来自「jboss规则引擎」· TEMPLATE 代码 · 共 28 行
TEMPLATE
28 行
#created on: $date$
$package$
#list any import classes here.
$expander$
#declare any global variables here
$functions$
rule "Your First Rule"
when
#conditions
then
#actions
end
rule "Your Second Rule"
#include attributes such as "salience" here...
when
#conditions
then
#actions
end
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?