Modifier and Type | Class and Description |
---|---|
class |
CompiledCustomFEELFunction |
Modifier and Type | Method and Description |
---|---|
List<FEELFunction> |
FEELProfile.getFEELFunctions() |
Collection<FEELFunction> |
CompilerContext.getFEELFunctions() |
Modifier and Type | Method and Description |
---|---|
CompilerContext |
CompilerContext.addFEELFunctions(Collection<FEELFunction> customFunction) |
Modifier and Type | Method and Description |
---|---|
Collection<FEELFunction> |
FEELImpl.getCustomFunctions() |
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,
List<FEELProfile> profiles,
FEELTypeRegistry typeRegistry) |
Modifier and Type | Method and Description |
---|---|
List<FEELFunction> |
KieExtendedFEELProfile.getFEELFunctions() |
List<FEELFunction> |
FEELv12Profile.getFEELFunctions() |
List<FEELFunction> |
DoCompileFEELProfile.getFEELFunctions() |
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) |
Modifier and Type | Class and Description |
---|---|
class |
CodeFunction |
class |
InvokeFunction
Deprecated.
Since DMNv1.2 it shall be possible to use the DMN standard's Import functionality
to import Business Knowledge Model (BKM) nodes and Decision Service in order to be invoked from another model
|
class |
NowFunction |
class |
TodayFunction |
Modifier and Type | Field and Description |
---|---|
protected static FEELFunction[] |
KieExtendedDMNFunctions.FUNCTIONS |
Modifier and Type | Method and Description |
---|---|
static <T extends FEELFunction> |
KieExtendedDMNFunctions.getFunction(Class<T> functionClazz) |
Modifier and Type | Method and Description |
---|---|
static FEELFunction[] |
KieExtendedDMNFunctions.getFunctions() |
Modifier and Type | Class and Description |
---|---|
class |
AfterFunction |
class |
BeforeFunction |
class |
CoincidesFunction |
class |
DuringFunction |
class |
FinishedByFunction |
class |
FinishesFunction |
class |
IncludesFunction |
class |
MeetsFunction |
class |
MetByFunction |
class |
OverlapsAfterFunction |
class |
OverlapsBeforeFunction |
class |
OverlapsFunction |
class |
StartedByFunction |
class |
StartsFunction |
Modifier and Type | Class and Description |
---|---|
class |
NNAllFunction
An implementation of the all() function that ignores nulls
|
class |
NNAnyFunction
An implementation of the any() function that ignores nulls
|
class |
NNCountFunction |
class |
NNMaxFunction |
class |
NNMeanFunction |
class |
NNMedianFunction |
class |
NNMinFunction |
class |
NNModeFunction |
class |
NNStddevFunction |
class |
NNSumFunction |
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.