Uses of Interface
org.kie.dmn.feel.FEEL
-
Packages that use FEEL Package Description org.kie.dmn.feel org.kie.dmn.feel.lang.impl -
-
Uses of FEEL in org.kie.dmn.feel
Methods in org.kie.dmn.feel that return FEEL Modifier and Type Method Description static FEELFEEL. newInstance()Factory method to create a new FEEL engine instancestatic FEELFEEL. newInstance(List<org.kie.dmn.feel.lang.FEELProfile> profiles)Factory method to create a new FEEL engine instance using custom FEELProfile(s) -
Uses of FEEL in org.kie.dmn.feel.lang.impl
Classes in org.kie.dmn.feel.lang.impl that implement FEEL Modifier and Type Class Description classFEELImplLanguage runtime entry point
-