Package org.jreliability.tester
Class TestExponentialTransformer
java.lang.Object
org.jreliability.tester.TestExponentialTransformer
- All Implemented Interfaces:
org.apache.commons.collections15.Transformer<String,
ReliabilityFunction>
public class TestExponentialTransformer
extends Object
implements org.apache.commons.collections15.Transformer<String,ReliabilityFunction>
The
TestExponentialTransformer
is a Transformer
for the
TestExample
that uses ExponentialReliabilityFunction
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
-
TestExponentialTransformer
public TestExponentialTransformer()Constructs aTestExponentialTransformer
.
-
-
Method Details
-
transform
- Specified by:
transform
in interfaceorg.apache.commons.collections15.Transformer<String,
ReliabilityFunction>
-