Class KieDMNSignavioProfile

  • All Implemented Interfaces:
    org.kie.dmn.core.compiler.DMNProfile, org.kie.dmn.feel.lang.FEELProfile

    public class KieDMNSignavioProfile
    extends java.lang.Object
    implements org.kie.dmn.core.compiler.DMNProfile
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected static java.util.List<org.kie.dmn.core.compiler.DRGElementCompiler> COMPILATION_EXT  
      protected static java.util.List<org.kie.dmn.api.marshalling.DMNExtensionRegister> EXT_REGISTERS  
      static org.kie.dmn.feel.runtime.FEELFunction[] SIGNAVIO_FUNCTIONS  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.List<org.kie.dmn.core.compiler.DRGElementCompiler> getDRGElementCompilers()  
      java.util.List<org.kie.dmn.api.marshalling.DMNExtensionRegister> getExtensionRegisters()  
      java.util.List<org.kie.dmn.feel.runtime.FEELFunction> getFEELFunctions()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface org.kie.dmn.feel.lang.FEELProfile

        getValues
    • Field Detail

      • EXT_REGISTERS

        protected static final java.util.List<org.kie.dmn.api.marshalling.DMNExtensionRegister> EXT_REGISTERS
      • COMPILATION_EXT

        protected static final java.util.List<org.kie.dmn.core.compiler.DRGElementCompiler> COMPILATION_EXT
      • SIGNAVIO_FUNCTIONS

        public static final org.kie.dmn.feel.runtime.FEELFunction[] SIGNAVIO_FUNCTIONS
    • Constructor Detail

      • KieDMNSignavioProfile

        public KieDMNSignavioProfile()
    • Method Detail

      • getExtensionRegisters

        public java.util.List<org.kie.dmn.api.marshalling.DMNExtensionRegister> getExtensionRegisters()
        Specified by:
        getExtensionRegisters in interface org.kie.dmn.core.compiler.DMNProfile
      • getDRGElementCompilers

        public java.util.List<org.kie.dmn.core.compiler.DRGElementCompiler> getDRGElementCompilers()
        Specified by:
        getDRGElementCompilers in interface org.kie.dmn.core.compiler.DMNProfile
      • getFEELFunctions

        public java.util.List<org.kie.dmn.feel.runtime.FEELFunction> getFEELFunctions()
        Specified by:
        getFEELFunctions in interface org.kie.dmn.feel.lang.FEELProfile