Class InvokeFunction
- java.lang.Object
-
- org.kie.dmn.feel.runtime.functions.BaseFEELFunction
-
- org.kie.dmn.feel.runtime.functions.extended.InvokeFunction
-
- All Implemented Interfaces:
org.kie.dmn.feel.runtime.FEELFunction
public class InvokeFunction extends BaseFEELFunction
-
-
Constructor Summary
Constructors Constructor Description InvokeFunction()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.kie.dmn.feel.runtime.functions.FEELFnResult<Object>invoke(org.kie.dmn.feel.lang.EvaluationContext ctx, String namespace, String modelName, String decisionName, Map<String,Object> parameters)-
Methods inherited from class org.kie.dmn.feel.runtime.functions.BaseFEELFunction
getName, getParam, getParameters, getSymbol, invoke, invokeReflectively, isCustomFunction, setName
-
-