📄 test_notwithbindings.drl
字号:
package org.drools;
global java.util.List list;
rule "Hello World"
when
$cheese : Cheese ( $type : type )
not( Cheese ( type == $type ) )
then
list.add( $cheese );
end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -