Class DmnDecisionEvaluationEventImpl
java.lang.Object
org.camunda.bpm.dmn.engine.impl.delegate.DmnDecisionEvaluationEventImpl
- All Implemented Interfaces:
 DmnDecisionEvaluationEvent
- 
Field Summary
FieldsModifier and TypeFieldDescriptionprotected DmnDecisionLogicEvaluationEventprotected longprotected longprotected Collection<DmnDecisionLogicEvaluationEvent> - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionlonglongvoidsetDecisionResult(DmnDecisionLogicEvaluationEvent decisionResult) voidsetExecutedDecisionElements(long executedDecisionElements) voidsetExecutedDecisionInstances(long executedDecisionInstances) voidsetRequiredDecisionResults(Collection<DmnDecisionLogicEvaluationEvent> requiredDecisionResults) toString() 
- 
Field Details
- 
decisionResult
 - 
requiredDecisionResults
 - 
executedDecisionInstances
protected long executedDecisionInstances - 
executedDecisionElements
protected long executedDecisionElements 
 - 
 - 
Constructor Details
- 
DmnDecisionEvaluationEventImpl
public DmnDecisionEvaluationEventImpl() 
 - 
 - 
Method Details
- 
getDecisionResult
- Specified by:
 getDecisionResultin interfaceDmnDecisionEvaluationEvent- Returns:
 - the result of the evaluated decision
 
 - 
setDecisionResult
 - 
getRequiredDecisionResults
- Specified by:
 getRequiredDecisionResultsin interfaceDmnDecisionEvaluationEvent- Returns:
 - the collection of required decision results
 
 - 
setRequiredDecisionResults
public void setRequiredDecisionResults(Collection<DmnDecisionLogicEvaluationEvent> requiredDecisionResults)  - 
getExecutedDecisionInstances
public long getExecutedDecisionInstances()- Specified by:
 getExecutedDecisionInstancesin interfaceDmnDecisionEvaluationEvent- Returns:
 - the number of executed decision instances during the evaluation
 
 - 
setExecutedDecisionInstances
public void setExecutedDecisionInstances(long executedDecisionInstances)  - 
getExecutedDecisionElements
public long getExecutedDecisionElements()- Specified by:
 getExecutedDecisionElementsin interfaceDmnDecisionEvaluationEvent- Returns:
 - the number of executed decision elements during the evaluation
 
 - 
setExecutedDecisionElements
public void setExecutedDecisionElements(long executedDecisionElements)  - 
toString
 
 -