Class KieExtendedDMNFunctions


  • public class KieExtendedDMNFunctions
    extends Object
    additional functions not part of the spec version 1.1
    • Field Detail

      • FUNCTIONS

        protected static final org.kie.dmn.feel.runtime.FEELFunction[] FUNCTIONS
    • Constructor Detail

      • KieExtendedDMNFunctions

        public KieExtendedDMNFunctions()
    • Method Detail

      • getFunctions

        public static org.kie.dmn.feel.runtime.FEELFunction[] getFunctions()
      • getFunction

        @GwtIncompatible
        public static <T extends org.kie.dmn.feel.runtime.FEELFunction> T getFunction​(Class<T> functionClazz)