Class SimpleFunctionTransformer<T>

java.lang.Object
org.jreliability.function.common.SimpleFunctionTransformer<T>
Type Parameters:
T - the type of variable
All Implemented Interfaces:
org.apache.commons.collections15.Transformer<T,ReliabilityFunction>

public class SimpleFunctionTransformer<T> extends Object implements org.apache.commons.collections15.Transformer<T,ReliabilityFunction>
The SimpleFunctionTransformer is a basic implementation of a function Transformer.

Note: This functionTransformer has to be initialized with all elements T and their corresponding ReliabilityFunctions before using it.