public class DTInvokerFunction extends BaseFEELFunction
FEELFunction.Param
Constructor and Description |
---|
DTInvokerFunction(DecisionTableImpl dt) |
Modifier and Type | Method and Description |
---|---|
DecisionTableImpl |
getDecisionTable() |
List<List<FEELFunction.Param>> |
getParameters()
Returns the parameter 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() |
void |
setName(String name) |
String |
toString() |
getName, getSymbol, invokeReflectively
public DTInvokerFunction(DecisionTableImpl dt)
public FEELFnResult<Object> invoke(EvaluationContext ctx, Object[] params)
BaseFEELFunction
invoke
in class BaseFEELFunction
protected boolean isCustomFunction()
isCustomFunction
in class BaseFEELFunction
public DecisionTableImpl getDecisionTable()
public List<List<FEELFunction.Param>> getParameters()
FEELFunction
getParameters
in interface FEELFunction
getParameters
in class BaseFEELFunction
public void setName(String name)
setName
in class BaseFEELFunction
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.