|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.camunda.bpm.dmn.engine.impl.DmnDecisionImpl
public class DmnDecisionImpl
| Field Summary | |
|---|---|
protected DmnDecisionLogic |
decisionLogic
|
protected String |
key
|
protected String |
name
|
protected Collection<DmnDecision> |
requiredDecision
|
| Constructor Summary | |
|---|---|
DmnDecisionImpl()
|
|
| 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. |
void |
setDecisionLogic(DmnDecisionLogic decisionLogic)
|
void |
setKey(String key)
|
void |
setName(String name)
|
void |
setRequiredDecision(List<DmnDecision> requiredDecision)
|
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 DmnDecisionLogic decisionLogic
protected Collection<DmnDecision> requiredDecision
| Constructor Detail |
|---|
public DmnDecisionImpl()
| Method Detail |
|---|
public String getKey()
DmnDecision
getKey in interface DmnDecisionpublic void setKey(String key)
public String getName()
DmnDecision
getName in interface DmnDecisionpublic void setName(String name)
public void setDecisionLogic(DmnDecisionLogic decisionLogic)
public DmnDecisionLogic getDecisionLogic()
DmnDecision
getDecisionLogic in interface DmnDecisionpublic void setRequiredDecision(List<DmnDecision> requiredDecision)
public Collection<DmnDecision> getRequiredDecisions()
DmnDecision
getRequiredDecisions in interface DmnDecisionpublic boolean isDecisionTable()
DmnDecision
isDecisionTable in interface DmnDecisionpublic String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||