Package | Description |
---|---|
org.kie.dmn.feel.lang | |
org.kie.dmn.feel.lang.impl | |
org.kie.dmn.feel.lang.types | |
org.kie.dmn.feel.parser.feel11 | |
org.kie.dmn.feel.runtime.functions |
Modifier and Type | Method and Description |
---|---|
Collection<FEELFunction> |
CompilerContext.getFEELFunctions() |
List<FEELFunction> |
FEELProfile.getFEELFunctions() |
Modifier and Type | Method and Description |
---|---|
CompilerContext |
CompilerContext.addFEELFunctions(Collection<FEELFunction> customFunction) |
Modifier and Type | Method and Description |
---|---|
Collection<FEELFunction> |
CompilerContextImpl.getFEELFunctions() |
Modifier and Type | Method and Description |
---|---|
CompilerContextImpl |
CompilerContextImpl.addFEELFunctions(Collection<FEELFunction> customFunction) |
Modifier and Type | Method and Description |
---|---|
FEELFunction |
FunctionSymbol.getEvaluator() |
Constructor and Description |
---|
FunctionSymbol(String id,
FEELFunction evaluator) |
FunctionSymbol(String id,
Scope scope,
FEELFunction evaluator) |
FunctionSymbol(String id,
Type type,
FEELFunction evaluator) |
FunctionSymbol(String id,
Type type,
Scope scope,
FEELFunction evaluator) |
Modifier and Type | Method and Description |
---|---|
static FEEL_1_1Parser |
FEELParser.parse(FEELEventListenersManager eventsManager,
String source,
Map<String,Type> inputVariableTypes,
Map<String,Object> inputVariables,
Collection<FEELFunction> additionalFunctions) |
Modifier and Type | Field and Description |
---|---|
protected static FEELFunction[] |
BuiltInFunctions.FUNCTIONS |
Modifier and Type | Method and Description |
---|---|
static <T extends FEELFunction> |
BuiltInFunctions.getFunction(Class<T> functionClazz) |
Modifier and Type | Method and Description |
---|---|
static FEELFunction[] |
BuiltInFunctions.getFunctions() |
Modifier and Type | Method and Description |
---|---|
FEELFnResult<List<Object>> |
SortFunction.invoke(EvaluationContext ctx,
List list,
FEELFunction function) |
Copyright © 2001–2018 JBoss by Red Hat. All rights reserved.