public class TDecision extends TDRGElement implements Decision
TDMNElement.TExtensionElementsDMNElement.ExtensionElementsURI_DMN, URI_FEEL, URI_KIE| 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) |
String |
toString() |
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, 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, setParentpublic 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.