org.camunda.bpm.dmn.engine.delegate
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
 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


Copyright © 2017 camunda services GmbH. All rights reserved.