Class DoCompileFEELProfile
- java.lang.Object
-
- org.kie.dmn.feel.parser.feel11.profiles.DoCompileFEELProfile
-
- All Implemented Interfaces:
FEELProfile
public class DoCompileFEELProfile extends java.lang.Object implements FEELProfile
-
-
Constructor Summary
Constructors Constructor Description DoCompileFEELProfile()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<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
-
-
-
-
Method Detail
-
getFEELFunctions
public java.util.List<FEELFunction> getFEELFunctions()
- Specified by:
getFEELFunctionsin interfaceFEELProfile
-
-