public class TDecision extends TDRGElement implements Decision
TDMNElement.TExtensionElementsDMNElement.ExtensionElements| Modifier and Type | Field and Description |
|---|---|
protected String |
allowedAnswers |
protected List<AuthorityRequirement> |
authorityRequirement |
protected List<DMNElementReference> |
decisionMaker |
protected List<DMNElementReference> |
decisionOwner |
protected Expression |
expression |
protected List<DMNElementReference> |
impactedPerformanceIndicator |
protected List<InformationRequirement> |
informationRequirement |
protected List<KnowledgeRequirement> |
knowledgeRequirement |
protected String |
question |
protected List<DMNElementReference> |
supportedObjective |
protected List<DMNElementReference> |
usingProcess |
protected List<DMNElementReference> |
usingTask |
protected InformationItem |
variable |
namedescription, extensionElements, id, label| Constructor and Description |
|---|
TDecision() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAllowedAnswers() |
List<AuthorityRequirement> |
getAuthorityRequirement() |
List<DMNElementReference> |
getDecisionMaker() |
List<DMNElementReference> |
getDecisionOwner() |
Expression |
getExpression() |
List<DMNElementReference> |
getImpactedPerformanceIndicator() |
List<InformationRequirement> |
getInformationRequirement() |
List<KnowledgeRequirement> |
getKnowledgeRequirement() |
String |
getQuestion() |
List<DMNElementReference> |
getSupportedObjective() |
List<DMNElementReference> |
getUsingProcess() |
List<DMNElementReference> |
getUsingTask() |
InformationItem |
getVariable() |
void |
setAllowedAnswers(String value) |
void |
setExpression(Expression value) |
void |
setQuestion(String value) |
void |
setVariable(InformationItem value) |
getName, setNamegetDescription, getExtensionElements, getId, getLabel, setDescription, setExtensionElements, setId, setLabeladdChildren, findAllChildren, getAdditionalAttributes, getChildren, getIdentifierString, getLocation, getNamespaceURI, getNsContext, getParent, getParentDRDElement, getPrefixForNamespaceURI, getURIFEEL, setAdditionalAttributes, setLocation, setParentclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetName, setNamegetDescription, getExtensionElements, getId, getLabel, setDescription, setExtensionElements, setId, setLabeladdChildren, findAllChildren, getAdditionalAttributes, getChildren, getIdentifierString, getLocation, getNamespaceURI, getNsContext, getParent, getParentDRDElement, getPrefixForNamespaceURI, getURIFEEL, recurseNsKeys, setAdditionalAttributes, setLocation, setParentprotected String question
protected String allowedAnswers
protected InformationItem variable
protected List<InformationRequirement> informationRequirement
protected List<KnowledgeRequirement> knowledgeRequirement
protected List<AuthorityRequirement> authorityRequirement
protected List<DMNElementReference> supportedObjective
protected List<DMNElementReference> impactedPerformanceIndicator
protected List<DMNElementReference> decisionMaker
protected List<DMNElementReference> decisionOwner
protected List<DMNElementReference> usingProcess
protected List<DMNElementReference> usingTask
protected Expression expression
public String getQuestion()
getQuestion in interface Decisionpublic void setQuestion(String value)
setQuestion in interface Decisionpublic String getAllowedAnswers()
getAllowedAnswers in interface Decisionpublic void setAllowedAnswers(String value)
setAllowedAnswers in interface Decisionpublic InformationItem getVariable()
getVariable in interface Decisionpublic void setVariable(InformationItem value)
setVariable in interface Decisionpublic List<InformationRequirement> getInformationRequirement()
getInformationRequirement in interface Decisionpublic List<KnowledgeRequirement> getKnowledgeRequirement()
getKnowledgeRequirement in interface Decisionpublic List<AuthorityRequirement> getAuthorityRequirement()
getAuthorityRequirement in interface Decisionpublic List<DMNElementReference> getSupportedObjective()
getSupportedObjective in interface Decisionpublic List<DMNElementReference> getImpactedPerformanceIndicator()
getImpactedPerformanceIndicator in interface Decisionpublic List<DMNElementReference> getDecisionMaker()
getDecisionMaker in interface Decisionpublic List<DMNElementReference> getDecisionOwner()
getDecisionOwner in interface Decisionpublic List<DMNElementReference> getUsingProcess()
getUsingProcess in interface Decisionpublic List<DMNElementReference> getUsingTask()
getUsingTask in interface Decisionpublic Expression getExpression()
getExpression in interface Decisionpublic void setExpression(Expression value)
setExpression in interface DecisionCopyright © 2001–2020 JBoss by Red Hat. All rights reserved.