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:
Comparable<Occurrence<T>>
The
Failure
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
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.jreliability.common.Occurrence
compareTo, getObject, getTime
-
Constructor Details
-
Failure
Constructs aFailure
with a given object and a time.- Parameters:
t
- the objecttime
- the time
-