Interface DmnDecisionLogicEvaluationEvent
- 
- All Known Subinterfaces:
 DmnDecisionLiteralExpressionEvaluationEvent,DmnDecisionTableEvaluationEvent
- All Known Implementing Classes:
 DmnDecisionLiteralExpressionEvaluationEventImpl,DmnDecisionTableEvaluationEventImpl
public interface DmnDecisionLogicEvaluationEventEvent which represents the evaluation of a decision. 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DmnDecisiongetDecision()longgetExecutedDecisionElements() 
 - 
 
- 
- 
Method Detail
- 
getDecision
DmnDecision getDecision()
- Returns:
 - the evaluated decision
 
 
- 
getExecutedDecisionElements
long getExecutedDecisionElements()
- Returns:
 - the number of executed decision elements during the evaluation
 
 
 - 
 
 -