Package org.camunda.bpm.dmn.engine.impl
Class DmnDecisionRequirementsGraphImpl
java.lang.Object
org.camunda.bpm.dmn.engine.impl.DmnDecisionRequirementsGraphImpl
- All Implemented Interfaces:
- DmnDecisionRequirementsGraph
- Direct Known Subclasses:
- DecisionRequirementsDefinitionEntity
public class DmnDecisionRequirementsGraphImpl
extends Object
implements DmnDecisionRequirementsGraph
- 
Field SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidaddDecision(DmnDecision decision) getDecision(String key) Gets the containing decision with the given key.Get the keys of the containing decisions.Gets the containing decisions.getKey()The unique identifier of the diagram if exists.getName()The human readable name of the diagram if exists.voidsetDecisions(Map<String, DmnDecision> decisions) voidvoidtoString()
- 
Field Details- 
key
- 
name
- 
decisions
 
- 
- 
Constructor Details- 
DmnDecisionRequirementsGraphImplpublic DmnDecisionRequirementsGraphImpl()
 
- 
- 
Method Details- 
getKeyDescription copied from interface:DmnDecisionRequirementsGraphThe unique identifier of the diagram if exists.- Specified by:
- getKeyin interface- DmnDecisionRequirementsGraph
- Returns:
- the identifier or null if not set
 
- 
setKey
- 
getNameDescription copied from interface:DmnDecisionRequirementsGraphThe human readable name of the diagram if exists.- Specified by:
- getNamein interface- DmnDecisionRequirementsGraph
- Returns:
- the name or null if not set
 
- 
setName
- 
getDecisionsDescription copied from interface:DmnDecisionRequirementsGraphGets the containing decisions.- Specified by:
- getDecisionsin interface- DmnDecisionRequirementsGraph
- Returns:
- the containing decisions
 
- 
setDecisions
- 
addDecision
- 
getDecisionDescription copied from interface:DmnDecisionRequirementsGraphGets the containing decision with the given key.- Specified by:
- getDecisionin interface- DmnDecisionRequirementsGraph
- Parameters:
- key- the identifier of the decision
- Returns:
- the decision or null if not exists
 
- 
getDecisionKeysDescription copied from interface:DmnDecisionRequirementsGraphGet the keys of the containing decisions.- Specified by:
- getDecisionKeysin interface- DmnDecisionRequirementsGraph
- Returns:
- the decision keys.
 
- 
toString
 
-