ibasic1moveengine.java

来自「pso源程序」· Java 代码 · 共 15 行

JAVA
15
字号
/**
 * Description: For moving one node, and return the delta value for the cost
 *
 * @ Author        Create/Modi     Note
 * Xiaofeng Xie    Jul 16, 2006
 *
 * @version 1.0
 */

package maosKernel.behavior.mutate;

public interface IBasic1MoveEngine {
  int basic1Move(int nodeID); //return the delta cost value, return WORSTVALUE if failed
}

⌨️ 快捷键说明

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