functions.drl

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

DRL
27
字号

import java.lang.String

function String functionA(String s, Integer i) {
	
	foo();

}

function void functionB() {
	bar();	
}


rule something 
	when
	then
end

rule "one more thing"
	when
	then
end



⌨️ 快捷键说明

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