Class DmnEvaluatedDecisionRuleImpl
java.lang.Object
org.camunda.bpm.dmn.engine.impl.delegate.DmnEvaluatedDecisionRuleImpl
- All Implemented Interfaces:
- DmnEvaluatedDecisionRule
- 
Field SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptiongetId()voidvoidsetOutputEntries(Map<String, DmnEvaluatedOutput> outputEntries) toString()
- 
Field Details- 
id
- 
outputEntries
 
- 
- 
Constructor Details- 
DmnEvaluatedDecisionRuleImpl
 
- 
- 
Method Details- 
getId- Specified by:
- getIdin interface- DmnEvaluatedDecisionRule
- Returns:
- the id of the decision rule or null if not set
 
- 
setId
- 
getOutputEntries- Specified by:
- getOutputEntriesin interface- DmnEvaluatedDecisionRule
- Returns:
- the evaluated output entries for the decision rule
 
- 
setOutputEntries
- 
toString
 
-