Package org.jreliability.common
Class Failure<T>
- java.lang.Object
-
- org.jreliability.common.Occurrence<T>
-
- org.jreliability.common.Failure<T>
-
- Type Parameters:
T
- the type of the variables
- All Implemented Interfaces:
java.lang.Comparable<Occurrence<T>>
public class Failure<T> extends Occurrence<T>
TheFailure
represents the occurrence of a failure of an object and delivers the time of the failure as the information.
-
-
Field Summary
-
Fields inherited from class org.jreliability.common.Occurrence
t, time
-
-
Method Summary
-
Methods inherited from class org.jreliability.common.Occurrence
compareTo, getObject, getTime
-
-