|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface DmnDecision
A decision of the DMN Engine.
Decisions can be implement in different ways. To check if the decision is implemented
as a Decision Table see isDecisionTable().
| Method Summary | |
|---|---|
DmnDecisionLogic |
getDecisionLogic()
Returns the decision logic of the decision (e.g., a decision table). |
String |
getKey()
The unique identifier of the decision if exists. |
String |
getName()
The human readable name of the decision if exists. |
Collection<DmnDecision> |
getRequiredDecisions()
Returns the required decisions of this decision. |
boolean |
isDecisionTable()
Checks if the decision logic is implemented as Decision Table. |
| Method Detail |
|---|
String getKey()
String getName()
boolean isDecisionTable()
DmnDecisionLogic getDecisionLogic()
Collection<DmnDecision> getRequiredDecisions()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||