Uses of Interface
org.kie.dmn.feel.runtime.FEELFunction
-
-
Uses of FEELFunction in org.kie.dmn.feel.codegen.feel11
Classes in org.kie.dmn.feel.codegen.feel11 that implement FEELFunction Modifier and Type Class Description classCompiledCustomFEELFunction -
Uses of FEELFunction in org.kie.dmn.feel.lang
Methods in org.kie.dmn.feel.lang that return types with arguments of type FEELFunction Modifier and Type Method Description java.util.Collection<FEELFunction>CompilerContext. getFEELFunctions()java.util.List<FEELFunction>FEELProfile. getFEELFunctions()Method parameters in org.kie.dmn.feel.lang with type arguments of type FEELFunction Modifier and Type Method Description CompilerContextCompilerContext. addFEELFunctions(java.util.Collection<FEELFunction> customFunction) -
Uses of FEELFunction in org.kie.dmn.feel.lang.ast
Fields in org.kie.dmn.feel.lang.ast declared as FEELFunction Modifier and Type Field Description FEELFunctionTemporalConstantNode. fnConstructors in org.kie.dmn.feel.lang.ast with parameters of type FEELFunction Constructor Description TemporalConstantNode(FunctionInvocationNode orig, java.lang.Object value, FEELFunction fn, java.util.List<java.lang.Object> params) -
Uses of FEELFunction in org.kie.dmn.feel.lang.ast.visitor
Fields in org.kie.dmn.feel.lang.ast.visitor with type parameters of type FEELFunction Modifier and Type Field Description static java.util.List<FEELFunction>ASTTemporalConstantVisitor. TEMPORAL_FNS -
Uses of FEELFunction in org.kie.dmn.feel.lang.impl
Methods in org.kie.dmn.feel.lang.impl that return types with arguments of type FEELFunction Modifier and Type Method Description java.util.Collection<FEELFunction>FEELImpl. getCustomFunctions()java.util.Collection<FEELFunction>CompilerContextImpl. getFEELFunctions()Method parameters in org.kie.dmn.feel.lang.impl with type arguments of type FEELFunction Modifier and Type Method Description CompilerContextImplCompilerContextImpl. addFEELFunctions(java.util.Collection<FEELFunction> customFunction) -
Uses of FEELFunction in org.kie.dmn.feel.lang.types
Methods in org.kie.dmn.feel.lang.types that return FEELFunction Modifier and Type Method Description FEELFunctionFunctionSymbol. getEvaluator()Constructors in org.kie.dmn.feel.lang.types with parameters of type FEELFunction Constructor Description FunctionSymbol(java.lang.String id, Scope scope, FEELFunction evaluator)FunctionSymbol(java.lang.String id, Type type, Scope scope, FEELFunction evaluator)FunctionSymbol(java.lang.String id, Type type, FEELFunction evaluator)FunctionSymbol(java.lang.String id, FEELFunction evaluator) -
Uses of FEELFunction in org.kie.dmn.feel.parser.feel11
Method parameters in org.kie.dmn.feel.parser.feel11 with type arguments of type FEELFunction Modifier and Type Method Description static FEEL_1_1ParserFEELParser. parse(FEELEventListenersManager eventsManager, java.lang.String source, java.util.Map<java.lang.String,Type> inputVariableTypes, java.util.Map<java.lang.String,java.lang.Object> inputVariables, java.util.Collection<FEELFunction> additionalFunctions, java.util.List<FEELProfile> profiles, FEELTypeRegistry typeRegistry) -
Uses of FEELFunction in org.kie.dmn.feel.parser.feel11.profiles
Methods in org.kie.dmn.feel.parser.feel11.profiles that return types with arguments of type FEELFunction Modifier and Type Method Description java.util.List<FEELFunction>DoCompileFEELProfile. getFEELFunctions()java.util.List<FEELFunction>FEELv12Profile. getFEELFunctions()java.util.List<FEELFunction>KieExtendedFEELProfile. getFEELFunctions() -
Uses of FEELFunction in org.kie.dmn.feel.runtime.functions
Fields in org.kie.dmn.feel.runtime.functions declared as FEELFunction Modifier and Type Field Description protected static FEELFunction[]BuiltInFunctions. FUNCTIONSMethods in org.kie.dmn.feel.runtime.functions with type parameters of type FEELFunction Modifier and Type Method Description static <T extends FEELFunction>
TBuiltInFunctions. getFunction(java.lang.Class<T> functionClazz)Methods in org.kie.dmn.feel.runtime.functions that return FEELFunction Modifier and Type Method Description static FEELFunction[]BuiltInFunctions. getFunctions()Methods in org.kie.dmn.feel.runtime.functions with parameters of type FEELFunction Modifier and Type Method Description FEELFnResult<java.util.List<java.lang.Object>>SortFunction. invoke(EvaluationContext ctx, java.util.List list, FEELFunction function) -
Uses of FEELFunction in org.kie.dmn.feel.runtime.functions.extended
Classes in org.kie.dmn.feel.runtime.functions.extended that implement FEELFunction Modifier and Type Class Description classCeilingFunctionprovisional access for DMN14-126classCodeFunctionclassContextFunctionProposal DMN14-187 Experimental for DMN14-183, an inverse of `get entries()` See also: DMN14-181, DMN14-182classContextMergeFunctionProposal DMN14-187 Experimental for DMN14-182 See also: DMN14-181, DMN14-183classContextPutFunctionProposal DMN14-187 Experimental for DMN14-181 See also: DMN14-182, DMN14-183classDateFunctionclassDurationFunctionclassFloorFunctionprovisional access for DMN14-126classInvokeFunctionDeprecated.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 modelclassNowFunctionclassRangeFunctionclassRoundDownFunctionprovisional access for DMN14-126classRoundHalfDownFunctionprovisional access for DMN14-126classRoundHalfUpFunctionprovisional access for DMN14-126classRoundUpFunctionprovisional access for DMN14-126classStringJoinFunctionclassTimeFunctionclassTodayFunctionFields in org.kie.dmn.feel.runtime.functions.extended declared as FEELFunction Modifier and Type Field Description protected static FEELFunction[]KieExtendedDMNFunctions. FUNCTIONSMethods in org.kie.dmn.feel.runtime.functions.extended with type parameters of type FEELFunction Modifier and Type Method Description static <T extends FEELFunction>
TKieExtendedDMNFunctions. getFunction(java.lang.Class<T> functionClazz)Methods in org.kie.dmn.feel.runtime.functions.extended that return FEELFunction Modifier and Type Method Description static FEELFunction[]KieExtendedDMNFunctions. getFunctions() -
Uses of FEELFunction in org.kie.dmn.feel.runtime.functions.interval
Classes in org.kie.dmn.feel.runtime.functions.interval that implement FEELFunction Modifier and Type Class Description classAfterFunctionclassBeforeFunctionclassCoincidesFunctionclassDuringFunctionclassFinishedByFunctionclassFinishesFunctionclassIncludesFunctionclassMeetsFunctionclassMetByFunctionclassOverlapsAfterFunctionclassOverlapsBeforeFunctionclassOverlapsFunctionclassStartedByFunctionclassStartsFunction -
Uses of FEELFunction in org.kie.dmn.feel.runtime.functions.twovaluelogic
Classes in org.kie.dmn.feel.runtime.functions.twovaluelogic that implement FEELFunction Modifier and Type Class Description classNNAllFunctionAn implementation of the all() function that ignores nullsclassNNAnyFunctionAn implementation of the any() function that ignores nullsclassNNCountFunctionclassNNMaxFunctionclassNNMeanFunctionclassNNMedianFunctionclassNNMinFunctionclassNNModeFunctionclassNNStddevFunctionclassNNSumFunction
-