Package org.jreliability.sl
Class SLReliabilityFunction<T>
java.lang.Object
org.jreliability.function.SequentialFunction
org.jreliability.sl.SLReliabilityFunction<T>
- Type Parameters:
T- the type of variable
- All Implemented Interfaces:
Function,ReliabilityFunction
The
SLReliabilityFunction represents the ReliabilityFunction
using stochastic logic as implemented by SL.-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final org.apache.commons.collections15.Transformer<T, ReliabilityFunction> TheSLrepresenting theUnreliabilityFunction. -
Constructor Summary
ConstructorsConstructorDescriptionSLReliabilityFunction(SL<T> stochasticLogic, org.apache.commons.collections15.Transformer<T, ReliabilityFunction> functionTransformer) -
Method Summary
Methods inherited from class org.jreliability.function.SequentialFunction
getY
-
Field Details
-
stochasticLogic
TheSLrepresenting theUnreliabilityFunction. -
functionTransformer
protected final org.apache.commons.collections15.Transformer<T,ReliabilityFunction> functionTransformer
-
-
Constructor Details
-
SLReliabilityFunction
public SLReliabilityFunction(SL<T> stochasticLogic, org.apache.commons.collections15.Transformer<T, ReliabilityFunction> functionTransformer) - Parameters:
stochasticLogic- the stochastic logic representing the reliabilityFunctionfunctionTransformer- the functionTransformer to transform stochastic logic elements to reliabilityFunction
-
-
Method Details