public class TDecision extends TDRGElement implements Decision
TDMNElement.TExtensionElements
DMNElement.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 |
name
description, 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, setName
getDescription, getExtensionElements, getId, getLabel, setDescription, setExtensionElements, setId, setLabel
addChildren, getAdditionalAttributes, getChildren, getIdentifierString, getLocation, getNamespaceURI, getNsContext, getParent, getParentDRDElement, getPrefixForNamespaceURI, getURIFEEL, setAdditionalAttributes, setLocation, setParent
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getName, setName
getDescription, getExtensionElements, getId, getLabel, setDescription, setExtensionElements, setId, setLabel
addChildren, getAdditionalAttributes, getChildren, getIdentifierString, getLocation, getNamespaceURI, getNsContext, getParent, getParentDRDElement, getPrefixForNamespaceURI, getURIFEEL, setAdditionalAttributes, setLocation, setParent
protected 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 Decision
public void setQuestion(String value)
setQuestion
in interface Decision
public String getAllowedAnswers()
getAllowedAnswers
in interface Decision
public void setAllowedAnswers(String value)
setAllowedAnswers
in interface Decision
public InformationItem getVariable()
getVariable
in interface Decision
public void setVariable(InformationItem value)
setVariable
in interface Decision
public List<InformationRequirement> getInformationRequirement()
getInformationRequirement
in interface Decision
public List<KnowledgeRequirement> getKnowledgeRequirement()
getKnowledgeRequirement
in interface Decision
public List<AuthorityRequirement> getAuthorityRequirement()
getAuthorityRequirement
in interface Decision
public List<DMNElementReference> getSupportedObjective()
getSupportedObjective
in interface Decision
public List<DMNElementReference> getImpactedPerformanceIndicator()
getImpactedPerformanceIndicator
in interface Decision
public List<DMNElementReference> getDecisionMaker()
getDecisionMaker
in interface Decision
public List<DMNElementReference> getDecisionOwner()
getDecisionOwner
in interface Decision
public List<DMNElementReference> getUsingProcess()
getUsingProcess
in interface Decision
public List<DMNElementReference> getUsingTask()
getUsingTask
in interface Decision
public Expression getExpression()
getExpression
in interface Decision
public void setExpression(Expression value)
setExpression
in interface Decision
Copyright © 2001–2018 JBoss by Red Hat. All rights reserved.