public interface CompilerContext
Modifier and Type | Method and Description |
---|---|
CompilerContext |
addFEELFunctions(Collection<FEELFunction> customFunction) |
CompilerContext |
addInputVariable(String name,
Object value) |
CompilerContext |
addInputVariableType(String name,
Type type) |
Collection<FEELFunction> |
getFEELFunctions() |
Map<String,Object> |
getInputVariables() |
Map<String,Type> |
getInputVariableTypes() |
Set<org.kie.dmn.api.feel.runtime.events.FEELEventListener> |
getListeners() |
CompilerContext addInputVariableType(String name, Type type)
CompilerContext addInputVariable(String name, Object value)
Set<org.kie.dmn.api.feel.runtime.events.FEELEventListener> getListeners()
CompilerContext addFEELFunctions(Collection<FEELFunction> customFunction)
Collection<FEELFunction> getFEELFunctions()
Copyright © 2001–2018 JBoss by Red Hat. All rights reserved.