Class TrisotechDMNProfile

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

    public class TrisotechDMNProfile
    extends java.lang.Object
    implements org.kie.dmn.core.compiler.DMNProfile
    • 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
    • Constructor Detail

      • TrisotechDMNProfile

        public TrisotechDMNProfile()
    • Method Detail

      • getFEELFunctions

        public java.util.List<org.kie.dmn.feel.runtime.FEELFunction> getFEELFunctions()
        Specified by:
        getFEELFunctions in interface org.kie.dmn.feel.lang.FEELProfile
      • 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