Class ExpDistFunction
- java.lang.Object
-
- de.uka.ipd.sdq.simucomframework.variables.functions.AbstractProbDistFunction
-
- de.uka.ipd.sdq.simucomframework.variables.functions.ExpDistFunction
-
- All Implemented Interfaces:
IFunction
public class ExpDistFunction extends AbstractProbDistFunction
-
-
Field Summary
-
Fields inherited from class de.uka.ipd.sdq.simucomframework.variables.functions.AbstractProbDistFunction
factory, randomGen
-
-
Constructor Summary
Constructors Constructor Description ExpDistFunction(de.uka.ipd.sdq.probfunction.math.IRandomGenerator stream, de.uka.ipd.sdq.probfunction.math.IPDFFactory factory)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleancheckParameters(List<Object> parameters)Test whether the given parameters can be processed by this functionObjectevaluate(List<Object> parameters)Evaluate the functions result using the parameters given
-
-
-
Method Detail
-
checkParameters
public boolean checkParameters(List<Object> parameters)
Description copied from interface:IFunctionTest whether the given parameters can be processed by this function- Parameters:
parameters- A set of parameters to be processed- Returns:
- true if the parameters fit to the functions preconditions, false otherwise
-
-