|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.camunda.bpm.dmn.engine.impl.DmnDecisionRequirementsGraphImpl
public class DmnDecisionRequirementsGraphImpl
| Field Summary | |
|---|---|
protected Map<String,DmnDecision> |
decisions
|
protected String |
key
|
protected String |
name
|
| Constructor Summary | |
|---|---|
DmnDecisionRequirementsGraphImpl()
|
|
| Method Summary | |
|---|---|
void |
addDecision(DmnDecision decision)
|
DmnDecision |
getDecision(String key)
Gets the containing decision with the given key. |
Set<String> |
getDecisionKeys()
Get the keys of the containing decisions. |
Collection<DmnDecision> |
getDecisions()
Gets the containing decisions. |
String |
getKey()
The unique identifier of the diagram if exists. |
String |
getName()
The human readable name of the diagram if exists. |
void |
setDecisions(Map<String,DmnDecision> decisions)
|
void |
setKey(String key)
|
void |
setName(String name)
|
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected String key
protected String name
protected Map<String,DmnDecision> decisions
| Constructor Detail |
|---|
public DmnDecisionRequirementsGraphImpl()
| Method Detail |
|---|
public String getKey()
DmnDecisionRequirementsGraph
getKey in interface DmnDecisionRequirementsGraphpublic void setKey(String key)
public String getName()
DmnDecisionRequirementsGraph
getName in interface DmnDecisionRequirementsGraphpublic void setName(String name)
public Collection<DmnDecision> getDecisions()
DmnDecisionRequirementsGraph
getDecisions in interface DmnDecisionRequirementsGraphpublic void setDecisions(Map<String,DmnDecision> decisions)
public void addDecision(DmnDecision decision)
public DmnDecision getDecision(String key)
DmnDecisionRequirementsGraph
getDecision in interface DmnDecisionRequirementsGraphkey - the identifier of the decision
public Set<String> getDecisionKeys()
DmnDecisionRequirementsGraph
getDecisionKeys in interface DmnDecisionRequirementsGraphpublic String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||