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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DmnDecision
getDecision()
long
getExecutedDecisionElements()
-
-
-
Method Detail
-
getDecision
DmnDecision getDecision()
- Returns:
- the evaluated decision
-
getExecutedDecisionElements
long getExecutedDecisionElements()
- Returns:
- the number of executed decision elements during the evaluation
-
-