- java.lang.Object
-
- org.kie.dmn.feel.runtime.functions.BaseFEELFunction
-
- org.kie.dmn.core.ast.DMNFunctionWithReturnType
-
- All Implemented Interfaces:
- org.kie.dmn.feel.runtime.FEELFunction
public class DMNFunctionWithReturnType
extends org.kie.dmn.feel.runtime.functions.BaseFEELFunction
FEEL does not define the return type for function definition in its grammar.
While on FEEL layer the type could be inferred, at DMN layer this is governed in BKM case by the
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.kie.dmn.feel.runtime.FEELFunction
org.kie.dmn.feel.runtime.FEELFunction.Param
-
Constructor Summary
Constructors
Constructor and Description |
DMNFunctionWithReturnType(org.kie.dmn.feel.runtime.FEELFunction wrapped,
org.kie.dmn.api.core.DMNType returnType,
DMNMessageManager msgMgr,
org.kie.dmn.api.core.ast.BusinessKnowledgeModelNode node) |
-
Method Summary
-
Methods inherited from class org.kie.dmn.feel.runtime.functions.BaseFEELFunction
invoke, isCustomFunction, setName
-
-
Constructor Detail
-
DMNFunctionWithReturnType
public DMNFunctionWithReturnType(org.kie.dmn.feel.runtime.FEELFunction wrapped,
org.kie.dmn.api.core.DMNType returnType,
DMNMessageManager msgMgr,
org.kie.dmn.api.core.ast.BusinessKnowledgeModelNode node)
-
Method Detail
-
getName
public String getName()
- Specified by:
getName
in interface org.kie.dmn.feel.runtime.FEELFunction
- Overrides:
getName
in class org.kie.dmn.feel.runtime.functions.BaseFEELFunction
KIE :: Decision Model Notation :: Core 7.33.0.Final-redhat-00002
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.