Class DmnDecisionLiteralExpressionEvaluationEventImpl
java.lang.Object
org.camunda.bpm.dmn.engine.impl.delegate.DmnDecisionLiteralExpressionEvaluationEventImpl
- All Implemented Interfaces:
 DmnDecisionLiteralExpressionEvaluationEvent,DmnDecisionLogicEvaluationEvent
public class DmnDecisionLiteralExpressionEvaluationEventImpl
extends Object
implements DmnDecisionLiteralExpressionEvaluationEvent
- 
Field Summary
FieldsModifier and TypeFieldDescriptionprotected DmnDecisionprotected longprotected Stringprotected TypedValue - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionlongvoidsetDecision(DmnDecision decision) voidsetExecutedDecisionElements(long executedDecisionElements) voidsetOutputName(String outputName) voidsetOutputValue(TypedValue outputValue) toString() 
- 
Field Details
- 
decision
 - 
outputName
 - 
outputValue
 - 
executedDecisionElements
protected long executedDecisionElements 
 - 
 - 
Constructor Details
- 
DmnDecisionLiteralExpressionEvaluationEventImpl
public DmnDecisionLiteralExpressionEvaluationEventImpl() 
 - 
 - 
Method Details
- 
getDecision
- Specified by:
 getDecisionin interfaceDmnDecisionLogicEvaluationEvent- Returns:
 - the evaluated decision
 
 - 
setDecision
 - 
getOutputName
- Specified by:
 getOutputNamein interfaceDmnDecisionLiteralExpressionEvaluationEvent- Returns:
 - the output name of the evaluated expression
 
 - 
setOutputName
 - 
getOutputValue
- Specified by:
 getOutputValuein interfaceDmnDecisionLiteralExpressionEvaluationEvent- Returns:
 - the value of the evaluated expression
 
 - 
setOutputValue
 - 
getExecutedDecisionElements
public long getExecutedDecisionElements()- Specified by:
 getExecutedDecisionElementsin interfaceDmnDecisionLogicEvaluationEvent- Returns:
 - the number of executed decision elements during the evaluation
 
 - 
setExecutedDecisionElements
public void setExecutedDecisionElements(long executedDecisionElements)  - 
toString
 
 -