Uses of Class
org.kie.dmn.feel.lang.impl.EvaluationContextImpl
-
Packages that use EvaluationContextImpl Package Description org.kie.dmn.feel.lang.impl -
-
Uses of EvaluationContextImpl in org.kie.dmn.feel.lang.impl
Methods in org.kie.dmn.feel.lang.impl that return EvaluationContextImpl Modifier and Type Method Description EvaluationContextImplFEELImpl. newEvaluationContext(ClassLoader cl, Collection<org.kie.dmn.api.feel.runtime.events.FEELEventListener> listeners, Map<String,Object> inputVariables)Creates a new EvaluationContext with the supplied classloader, and the supplied parameters listeners and inputVariablesEvaluationContextImplFEELImpl. newEvaluationContext(Collection<org.kie.dmn.api.feel.runtime.events.FEELEventListener> listeners, Map<String,Object> inputVariables)Creates a new EvaluationContext using this FEEL instance classloader, and the supplied parameters listeners and inputVariables
-