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