public class DTInvokerFunction extends BaseFEELFunction
| Constructor and Description |
|---|
DTInvokerFunction(DecisionTableImpl dt) |
| Modifier and Type | Method and Description |
|---|---|
DecisionTableImpl |
getDecisionTable() |
List<List<String>> |
getParameterNames()
Returns the parameter names for each supported signature.
|
FEELFnResult<Object> |
invoke(EvaluationContext ctx,
Object[] params)
this method should be overriden by custom function implementations that should be invoked reflectively
|
protected boolean |
isCustomFunction() |
getName, getSymbol, invokeReflectively, setNamepublic DTInvokerFunction(DecisionTableImpl dt)
public FEELFnResult<Object> invoke(EvaluationContext ctx, Object[] params)
BaseFEELFunctioninvoke in class BaseFEELFunctionprotected boolean isCustomFunction()
isCustomFunction in class BaseFEELFunctionpublic DecisionTableImpl getDecisionTable()
public List<List<String>> getParameterNames()
FEELFunctiongetParameterNames in interface FEELFunctiongetParameterNames in class BaseFEELFunctionCopyright © 2001–2016 JBoss by Red Hat. All rights reserved.