Package org.kie.dmn.feel.lang
Interface FEELProfile
-
- All Known Implementing Classes:
DoCompileFEELProfile,FEELv12Profile,KieExtendedFEELProfile
public interface FEELProfile
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description java.util.List<FEELFunction>getFEELFunctions()default java.util.Map<java.lang.String,java.lang.Object>getValues()
-
-
-
Method Detail
-
getFEELFunctions
java.util.List<FEELFunction> getFEELFunctions()
-
getValues
default java.util.Map<java.lang.String,java.lang.Object> getValues()
-
-