Uses of Interface
org.kie.dmn.feel.FEEL
-
Packages that use FEEL Package Description org.kie.dmn.feel org.kie.dmn.feel.lang.impl org.kie.dmn.feel.runtime.decisiontables -
-
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(ClassLoader cl)Factory method to create a new FEEL engine instance, using the specified classloader.static FEELFEEL. newInstance(ClassLoader cl, List<FEELProfile> profiles)Factory method to create a new FEEL engine instance using custom FEELProfile(s), using the specified classloader.static FEELFEEL. newInstance(List<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 -
Uses of FEEL in org.kie.dmn.feel.runtime.decisiontables
Constructors in org.kie.dmn.feel.runtime.decisiontables with parameters of type FEEL Constructor Description DecisionTableImpl(String name, List<String> parameterNames, List<DTInputClause> inputs, List<DTOutputClause> outputs, List<DTDecisionRule> decisionRules, HitPolicy hitPolicy, FEEL feel)
-