Package org.jreliability.tester
Class TestWeibullTransformer
java.lang.Object
org.jreliability.tester.TestWeibullTransformer
- All Implemented Interfaces:
org.apache.commons.collections15.Transformer<String,
ReliabilityFunction>
public class TestWeibullTransformer
extends Object
implements org.apache.commons.collections15.Transformer<String,ReliabilityFunction>
The
TestWeibullTransformer
is a Transformer
for the
TestExample
that uses WeibullReliabilityFunction
s as
ReliabilityFunction
s.-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final String
The heater.protected ReliabilityFunction
TheReliabilityFunction
of the heater.protected final String
The first pump.protected ReliabilityFunction
TheReliabilityFunction
of the first pump.protected final String
The second pump.protected ReliabilityFunction
TheReliabilityFunction
of the second pump.protected Map
<String, ReliabilityFunction> Maps each element to itsReliabilityFunction
. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
heater
The heater.- See Also:
-
pump1
The first pump.- See Also:
-
pump2
The second pump.- See Also:
-
reliabilityFunction
Maps each element to itsReliabilityFunction
. -
heaterReliabilityFunction
TheReliabilityFunction
of the heater. -
pump1ReliabilityFunction
TheReliabilityFunction
of the first pump. -
pump2ReliabilityFunction
TheReliabilityFunction
of the second pump.
-
-
Constructor Details
-
TestWeibullTransformer
public TestWeibullTransformer()Constructs aTestWeibullTransformer
.
-
-
Method Details
-
transform
- Specified by:
transform
in interfaceorg.apache.commons.collections15.Transformer<String,
ReliabilityFunction>
-