Package org.kie.dmn.trisotech
Class TrisotechDMNProfile
- java.lang.Object
-
- org.kie.dmn.trisotech.TrisotechDMNProfile
-
- All Implemented Interfaces:
org.kie.dmn.core.compiler.DMNProfile,org.kie.dmn.feel.lang.FEELProfile
public class TrisotechDMNProfile extends Object implements org.kie.dmn.core.compiler.DMNProfile
-
-
Constructor Summary
Constructors Constructor Description TrisotechDMNProfile()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<org.kie.dmn.core.compiler.DRGElementCompiler>getDRGElementCompilers()List<org.kie.dmn.api.marshalling.DMNExtensionRegister>getExtensionRegisters()List<org.kie.dmn.feel.runtime.FEELFunction>getFEELFunctions()
-
-
-
Method Detail
-
getFEELFunctions
public List<org.kie.dmn.feel.runtime.FEELFunction> getFEELFunctions()
- Specified by:
getFEELFunctionsin interfaceorg.kie.dmn.feel.lang.FEELProfile
-
getExtensionRegisters
public List<org.kie.dmn.api.marshalling.DMNExtensionRegister> getExtensionRegisters()
- Specified by:
getExtensionRegistersin interfaceorg.kie.dmn.core.compiler.DMNProfile
-
getDRGElementCompilers
public List<org.kie.dmn.core.compiler.DRGElementCompiler> getDRGElementCompilers()
- Specified by:
getDRGElementCompilersin interfaceorg.kie.dmn.core.compiler.DMNProfile
-
-