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(java.lang.ClassLoader cl, java.util.Collection<org.kie.dmn.api.feel.runtime.events.FEELEventListener> listeners, java.util.Map<java.lang.String,java.lang.Object> inputVariables)Creates a new EvaluationContext with the supplied classloader, and the supplied parameters listeners and inputVariablesEvaluationContextImplFEELImpl. newEvaluationContext(java.util.Collection<org.kie.dmn.api.feel.runtime.events.FEELEventListener> listeners, java.util.Map<java.lang.String,java.lang.Object> inputVariables)Creates a new EvaluationContext using this FEEL instance classloader, and the supplied parameters listeners and inputVariables
-