Uses of Interface
io.camunda.zeebe.dmn.EvaluatedInput
Packages that use EvaluatedInput
-
Uses of EvaluatedInput in io.camunda.zeebe.dmn
Methods in io.camunda.zeebe.dmn that return types with arguments of type EvaluatedInputModifier and TypeMethodDescriptionEvaluatedDecision.evaluatedInputs()If the decision is a decision table then it returns theevaluated inputs. -
Uses of EvaluatedInput in io.camunda.zeebe.dmn.impl
Classes in io.camunda.zeebe.dmn.impl that implement EvaluatedInputMethods in io.camunda.zeebe.dmn.impl that return types with arguments of type EvaluatedInputModifier and TypeMethodDescriptionEvaluatedDmnScalaDecision.evaluatedInputs()Returns the value of theevaluatedInputsrecord component.Constructor parameters in io.camunda.zeebe.dmn.impl with type arguments of type EvaluatedInputModifierConstructorDescriptionEvaluatedDmnScalaDecision(String decisionId, String decisionName, DecisionType decisionType, org.agrona.DirectBuffer decisionOutput, List<EvaluatedInput> evaluatedInputs, List<MatchedRule> matchedRules) Creates an instance of aEvaluatedDmnScalaDecisionrecord class.