jaga.pj.circuits.fpgaft
Interface SingleFaultModel

All Superinterfaces:
java.util.Enumeration, FaultModel, java.io.Serializable
All Known Implementing Classes:
ConnectedElementsFaultModel, SingleRandomFaultModel, SingleUsedFaultModel, SingleStaticFaultModel, SingleFullFaultModel

public interface SingleFaultModel
extends FaultModel

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.


Methods inherited from interface jaga.pj.circuits.fpgaft.FaultModel
reset
 
Methods inherited from interface java.util.Enumeration
hasMoreElements, nextElement