Class KieExtendedDMNFunctions


  • public class KieExtendedDMNFunctions
    extends Object
    additional functions not part of the spec version 1.x, or not incorporated in the spec yet.
    • Field Detail

      • FUNCTIONS

        protected static final FEELFunction[] FUNCTIONS
    • Constructor Detail

      • KieExtendedDMNFunctions

        public KieExtendedDMNFunctions()
    • Method Detail

      • getFunctions

        public static FEELFunction[] getFunctions()
      • getFunction

        @GwtIncompatible
        public static <T extends FEELFunction> T getFunction​(Class<T> functionClazz)