Interface DmnDecisionLiteralExpressionEvaluationEvent

All Superinterfaces:
DmnDecisionLogicEvaluationEvent
All Known Implementing Classes:
DmnDecisionLiteralExpressionEvaluationEventImpl

public interface DmnDecisionLiteralExpressionEvaluationEvent extends DmnDecisionLogicEvaluationEvent
Event which represents the evaluation of a decision with a literal expression.
  • Method Details

    • getOutputName

      String getOutputName()
      Returns:
      the output name of the evaluated expression
    • getOutputValue

      TypedValue getOutputValue()
      Returns:
      the value of the evaluated expression