Class KieExtendedDMNFunctions
- java.lang.Object
-
- org.kie.dmn.feel.runtime.functions.extended.KieExtendedDMNFunctions
-
public class KieExtendedDMNFunctions extends Object
additional functions not part of the spec version 1.x, or not incorporated in the spec yet.
-
-
Field Summary
Fields Modifier and Type Field Description protected static FEELFunction[]FUNCTIONS
-
Constructor Summary
Constructors Constructor Description KieExtendedDMNFunctions()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static <T extends FEELFunction>
TgetFunction(Class<T> functionClazz)static FEELFunction[]getFunctions()
-
-
-
Field Detail
-
FUNCTIONS
protected static final FEELFunction[] FUNCTIONS
-
-
Method Detail
-
getFunctions
public static FEELFunction[] getFunctions()
-
getFunction
@GwtIncompatible public static <T extends FEELFunction> T getFunction(Class<T> functionClazz)
-
-