Class SimpleFunctionTransformer<T>

  • Type Parameters:
    T - the type of variable
    All Implemented Interfaces:
    org.apache.commons.collections15.Transformer<T,​ReliabilityFunction>

    public class SimpleFunctionTransformer<T>
    extends java.lang.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.