public class Decision extends DRGElement
DMNElement.ExtensionElements
URI_DMN, URI_FEEL, URI_KIE
Constructor and Description |
---|
Decision() |
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, setName
getDescription, getExtensionElements, getId, getLabel, setDescription, setExtensionElements, setId, setLabel
addChildren, getAdditionalAttributes, getChildren, getIdentifierString, getLocation, getNamespaceURI, getNsContext, getParent, getParentDRDElement, getPrefixForNamespaceURI, setAdditionalAttributes, setLocation, setParent
public String getQuestion()
public void setQuestion(String value)
public String getAllowedAnswers()
public void setAllowedAnswers(String value)
public InformationItem getVariable()
public void setVariable(InformationItem value)
public List<InformationRequirement> getInformationRequirement()
public List<KnowledgeRequirement> getKnowledgeRequirement()
public List<AuthorityRequirement> getAuthorityRequirement()
public List<DMNElementReference> getSupportedObjective()
public List<DMNElementReference> getImpactedPerformanceIndicator()
public List<DMNElementReference> getDecisionMaker()
public List<DMNElementReference> getDecisionOwner()
public List<DMNElementReference> getUsingProcess()
public List<DMNElementReference> getUsingTask()
public Expression getExpression()
public void setExpression(Expression value)
Copyright © 2001–2018 JBoss by Red Hat. All rights reserved.