singlefaultmodel.java
来自「Java遗传算法库」· Java 代码 · 共 20 行
JAVA
20 行
/*
* SingleFaultModel.java
*
* Created on 18 May 2002, 16:59
*/
package jaga.pj.circuits.fpgaft;
/** Interface to collate all Single Fault Model classes which we'll know
* will only return a Point object from their nextElement() method. The x
* coordinate will define the position of the fault while the y coordinate
* defines the value of the fault.
*
* @author Michael Garvie
* @version
*/
public interface SingleFaultModel extends FaultModel {
}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?