|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface DmnDecisionRequirementsGraph
Container of DmnDecisions which belongs to the same decision
requirements graph (i.e. DMN resource).
| Method Summary | |
|---|---|
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. |
| Method Detail |
|---|
String getKey()
String getName()
Collection<DmnDecision> getDecisions()
DmnDecision getDecision(String key)
key - the identifier of the decision
Set<String> getDecisionKeys()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||