Uses of Interface
org.kie.dmn.feel.runtime.UnaryTest
-
-
Uses of UnaryTest in org.kie.dmn.feel
Methods in org.kie.dmn.feel that return types with arguments of type UnaryTest Modifier and Type Method Description List<UnaryTest>FEEL. evaluateUnaryTests(String expression)Evaluates the given expression as a list of of unary tests.List<UnaryTest>FEEL. evaluateUnaryTests(String expression, Map<String,Type> variableTypes)Evaluates the given expression as a list of of unary tests. -
Uses of UnaryTest in org.kie.dmn.feel.codegen.feel11
Methods in org.kie.dmn.feel.codegen.feel11 that return types with arguments of type UnaryTest Modifier and Type Method Description List<UnaryTest>ProcessedUnaryTest. apply(EvaluationContext evaluationContext)List<UnaryTest>CompiledFEELUnaryTests. getUnaryTests()Methods in org.kie.dmn.feel.codegen.feel11 with parameters of type UnaryTest Modifier and Type Method Description static BooleanCompiledFEELSemanticMappings. not(Object arg, UnaryTest test) -
Uses of UnaryTest in org.kie.dmn.feel.lang.ast
Classes in org.kie.dmn.feel.lang.ast that implement UnaryTest Modifier and Type Class Description static classDashNode.DashUnaryTestMethods in org.kie.dmn.feel.lang.ast that return UnaryTest Modifier and Type Method Description UnaryTestDashNode. evaluate(EvaluationContext ctx)UnaryTestUnaryTestNode. evaluate(EvaluationContext ctx) -
Uses of UnaryTest in org.kie.dmn.feel.lang.impl
Methods in org.kie.dmn.feel.lang.impl that return types with arguments of type UnaryTest Modifier and Type Method Description List<UnaryTest>UnaryTestInterpretedExecutableExpression. apply(EvaluationContext evaluationContext)List<UnaryTest>FEELImpl. evaluateUnaryTests(String expression)List<UnaryTest>FEELImpl. evaluateUnaryTests(String expression, Map<String,Type> variableTypes)List<UnaryTest>UnaryTestCompiledExecutableExpression. getUnaryTests() -
Uses of UnaryTest in org.kie.dmn.feel.runtime
Classes in org.kie.dmn.feel.runtime that implement UnaryTest Modifier and Type Class Description classUnaryTestImplConstructors in org.kie.dmn.feel.runtime with parameters of type UnaryTest Constructor Description UnaryTestImpl(UnaryTest delegate, String text) -
Uses of UnaryTest in org.kie.dmn.feel.runtime.decisiontables
Methods in org.kie.dmn.feel.runtime.decisiontables that return types with arguments of type UnaryTest Modifier and Type Method Description List<UnaryTest>DTDecisionRule. getInputEntry()The instances of UnaryTests that specify the input conditions that this DecisionRule must match for the corresponding (by index) inputExpression.List<UnaryTest>DTInputClause. getInputValues()List<UnaryTest>DecisionTable.OutputClause. getOutputValues()List<UnaryTest>DTOutputClause. getOutputValues()Constructor parameters in org.kie.dmn.feel.runtime.decisiontables with type arguments of type UnaryTest Constructor Description DTInputClause(String inputExpression, String inputValuesText, List<UnaryTest> inputValues, CompiledExpression compiledInput, boolean isCollection)DTOutputClause(String name, String id, List<UnaryTest> outputValues, String defaultValue)DTOutputClause(String name, String id, List<UnaryTest> outputValues, String defaultValue, Type feelType, boolean isCollection)DTOutputClause(String name, List<UnaryTest> outputValues) -
Uses of UnaryTest in org.kie.dmn.feel.runtime.functions
Methods in org.kie.dmn.feel.runtime.functions that return types with arguments of type UnaryTest Modifier and Type Method Description protected List<List<UnaryTest>>DecisionTableFunction. objectToUnaryTestList(EvaluationContext ctx, List<List<Object>> values)
-