📄 facthandlefactory.java
字号:
package org.drools.reteoo;import org.drools.FactHandle;import java.io.Serializable;public interface FactHandleFactory extends Serializable{ /** * Construct a handle with a new id. * @return The handle. */ FactHandle newFactHandle(); /** * Construct a handle with a specified id. * @param id The id to use. * @return The handle. */ FactHandle newFactHandle(long id);}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -