Package org.kie.dmn.core.compiler
Interface DMNProfile
-
- All Superinterfaces:
org.kie.dmn.feel.lang.FEELProfile
- All Known Implementing Classes:
ExtendedDMNProfile
public interface DMNProfile extends org.kie.dmn.feel.lang.FEELProfile
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<DRGElementCompiler>getDRGElementCompilers()List<org.kie.dmn.api.marshalling.DMNExtensionRegister>getExtensionRegisters()
-
-
-
Method Detail
-
getExtensionRegisters
List<org.kie.dmn.api.marshalling.DMNExtensionRegister> getExtensionRegisters()
-
getDRGElementCompilers
List<DRGElementCompiler> getDRGElementCompilers()
-
-