Interface DmnDecisionTableEvaluationEvent

    • Method Detail

      • getDecisionTable

        DmnDecision getDecisionTable()
        Returns:
        the evaluated decision table
      • getInputs

        java.util.List<DmnEvaluatedInput> getInputs()
        Returns:
        the inputs on which the decision table was evaluated
      • getMatchingRules

        java.util.List<DmnEvaluatedDecisionRule> getMatchingRules()
        Returns:
        the matching rules of the decision table evaluation
      • getCollectResultName

        java.lang.String getCollectResultName()
        Returns:
        the result name of the collect operation if the HitPolicy.COLLECT was used with an aggregator otherwise null
      • getCollectResultValue

        TypedValue getCollectResultValue()
        Returns:
        the result value of the collect operation if the HitPolicy.COLLECT was used with an aggregator otherwise null