public class DmnDecisionEvaluationEventImpl extends Object implements DmnDecisionEvaluationEvent
| Modifier and Type | Field and Description | 
|---|---|
| protected DmnDecisionLogicEvaluationEvent | decisionResult | 
| protected long | executedDecisionElements | 
| protected Collection<DmnDecisionLogicEvaluationEvent> | requiredDecisionResults | 
| Constructor and Description | 
|---|
| DmnDecisionEvaluationEventImpl() | 
| Modifier and Type | Method and Description | 
|---|---|
| DmnDecisionLogicEvaluationEvent | getDecisionResult() | 
| long | getExecutedDecisionElements() | 
| Collection<DmnDecisionLogicEvaluationEvent> | getRequiredDecisionResults() | 
| void | setDecisionResult(DmnDecisionLogicEvaluationEvent decisionResult) | 
| void | setExecutedDecisionElements(long executedDecisionElements) | 
| void | setRequiredDecisionResults(Collection<DmnDecisionLogicEvaluationEvent> requiredDecisionResults) | 
| String | toString() | 
protected DmnDecisionLogicEvaluationEvent decisionResult
protected Collection<DmnDecisionLogicEvaluationEvent> requiredDecisionResults
protected long executedDecisionElements
public DmnDecisionLogicEvaluationEvent getDecisionResult()
getDecisionResult in interface DmnDecisionEvaluationEventpublic void setDecisionResult(DmnDecisionLogicEvaluationEvent decisionResult)
public Collection<DmnDecisionLogicEvaluationEvent> getRequiredDecisionResults()
getRequiredDecisionResults in interface DmnDecisionEvaluationEventpublic void setRequiredDecisionResults(Collection<DmnDecisionLogicEvaluationEvent> requiredDecisionResults)
public long getExecutedDecisionElements()
getExecutedDecisionElements in interface DmnDecisionEvaluationEventpublic void setExecutedDecisionElements(long executedDecisionElements)
Copyright © 2018. All rights reserved.