Interface DmnDecisionEvaluationEvent

  • All Known Implementing Classes:
    DmnDecisionEvaluationEventImpl

    public interface DmnDecisionEvaluationEvent
    Event which represents the evaluation of a decision
    • Method Detail

      • getRequiredDecisionResults

        java.util.Collection<DmnDecisionLogicEvaluationEvent> getRequiredDecisionResults()
        Returns:
        the collection of required decision results
      • getExecutedDecisionInstances

        long getExecutedDecisionInstances()
        Returns:
        the number of executed decision instances during the evaluation
      • getExecutedDecisionElements

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