Interface DmnDecisionLogicEvaluationEvent

All Known Subinterfaces:
DmnDecisionLiteralExpressionEvaluationEvent, DmnDecisionTableEvaluationEvent
All Known Implementing Classes:
DmnDecisionLiteralExpressionEvaluationEventImpl, DmnDecisionTableEvaluationEventImpl

public interface DmnDecisionLogicEvaluationEvent
Event which represents the evaluation of a decision.
  • Method Details

    • getDecision

      DmnDecision getDecision()
      Returns:
      the evaluated decision
    • getExecutedDecisionElements

      long getExecutedDecisionElements()
      Returns:
      the number of executed decision elements during the evaluation