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
ReliabilityFunctions.-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final StringThe heater.protected ReliabilityFunctionTheReliabilityFunctionof the heater.protected final StringThe first pump.protected ReliabilityFunctionTheReliabilityFunctionof the first pump.protected final StringThe second pump.protected ReliabilityFunctionTheReliabilityFunctionof 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
TheReliabilityFunctionof the heater. -
pump1ReliabilityFunction
TheReliabilityFunctionof the first pump. -
pump2ReliabilityFunction
TheReliabilityFunctionof the second pump.
-
-
Constructor Details
-
TestExponentialTransformer
public TestExponentialTransformer()Constructs aTestExponentialTransformer.
-
-
Method Details
-
transform
- Specified by:
transformin interfaceorg.apache.commons.collections15.Transformer<String,ReliabilityFunction>
-