ienumdatajudgeengine.java
来自「pso源程序」· Java 代码 · 共 18 行
JAVA
18 行
/**
* Description: The interface for evaluating goodness of two points
*
* @ Author Create/Modi Note
* Xiaofeng Xie Apr 7, 2005 xiaofengxie@tsinghua.org.cn
*
* @version 1.0
*/
package maosKernel.represent.encode;
import Global.basic.data.enumerate.*;
public interface IEnumDataJudgeEngine {
public boolean judge(AbstractEnumValue enumValue) throws Exception;
}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?