📄 ibasic1moveengine.java
字号:
/**
* 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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -