Package org.kie.dmn.signavio
Class KieDMNSignavioProfile
- java.lang.Object
-
- org.kie.dmn.signavio.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_EXTprotected static java.util.List<org.kie.dmn.api.marshalling.DMNExtensionRegister>EXT_REGISTERSstatic org.kie.dmn.feel.runtime.FEELFunction[]SIGNAVIO_FUNCTIONS
-
Constructor Summary
Constructors Constructor Description KieDMNSignavioProfile()
-
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()
-
-
-
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
-
-
Method Detail
-
getExtensionRegisters
public java.util.List<org.kie.dmn.api.marshalling.DMNExtensionRegister> getExtensionRegisters()
- Specified by:
getExtensionRegistersin interfaceorg.kie.dmn.core.compiler.DMNProfile
-
getDRGElementCompilers
public java.util.List<org.kie.dmn.core.compiler.DRGElementCompiler> getDRGElementCompilers()
- Specified by:
getDRGElementCompilersin interfaceorg.kie.dmn.core.compiler.DMNProfile
-
getFEELFunctions
public java.util.List<org.kie.dmn.feel.runtime.FEELFunction> getFEELFunctions()
- Specified by:
getFEELFunctionsin interfaceorg.kie.dmn.feel.lang.FEELProfile
-
-