Class TruncFunction
- java.lang.Object
-
- de.uka.ipd.sdq.simucomframework.variables.functions.TruncFunction
-
-
Constructor Summary
Constructors Constructor Description TruncFunction()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
checkParameters(List<Object> parameters)
Test whether the given parameters can be processed by this functionObject
evaluate(List<Object> parameters)
Evaluate the functions result using the parameters given
-
-
-
Method Detail
-
checkParameters
public boolean checkParameters(List<Object> parameters)
Description copied from interface:IFunction
Test whether the given parameters can be processed by this function- Specified by:
checkParameters
in interfaceIFunction
- Parameters:
parameters
- A set of parameters to be processed- Returns:
- true if the parameters fit to the functions preconditions, false otherwise
-
-