rule_attributes.drl

来自「jboss规则引擎」· DRL 代码 · 共 15 行

DRL
15
字号



rule simple_rule 
		#attributes keywork (and colon) is totally optional
		salience 42
		agenda-group "my_group"
		no-loop 
		duration 42
		activation-group "my_activation_group"
	when
		Foo()
	then
		bar();
end

⌨️ 快捷键说明

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