Class SqrtFunction
java.lang.Object
de.uka.ipd.sdq.simucomframework.variables.functions.SqrtFunction
- All Implemented Interfaces:
IFunction
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringName used in the stochastic expression for this function. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
SQRT_FUNCTION_NAME
Name used in the stochastic expression for this function.- See Also:
-
-
Constructor Details
-
SqrtFunction
public SqrtFunction()
-
-
Method Details
-
checkParameters
Description copied from interface:IFunctionTest whether the given parameters can be processed by this function- Specified by:
checkParametersin interfaceIFunction- Parameters:
parameters- A set of parameters to be processed- Returns:
- true if the parameters fit to the functions preconditions, false otherwise
-
evaluate
Description copied from interface:IFunctionEvaluate the functions result using the parameters given
-