Package org.kie.dmn.model.v1_1
Class TDecision
-
- All Implemented Interfaces:
Decision,DMNElement,DMNModelInstrumentedBase,DRGElement,NamedElement
public class TDecision extends TDRGElement implements Decision
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.kie.dmn.model.v1_1.TDMNElement
TDMNElement.TExtensionElements
-
Nested classes/interfaces inherited from interface org.kie.dmn.model.api.DMNElement
DMNElement.ExtensionElements
-
-
Field Summary
-
Fields inherited from class org.kie.dmn.model.v1_1.KieDMNModelInstrumentedBase
URI_DMN, URI_FEEL, URI_KIE
-
-
Constructor Summary
Constructors Constructor Description TDecision()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetAllowedAnswers()List<AuthorityRequirement>getAuthorityRequirement()List<DMNElementReference>getDecisionMaker()List<DMNElementReference>getDecisionOwner()ExpressiongetExpression()List<DMNElementReference>getImpactedPerformanceIndicator()List<InformationRequirement>getInformationRequirement()List<KnowledgeRequirement>getKnowledgeRequirement()StringgetQuestion()List<DMNElementReference>getSupportedObjective()List<DMNElementReference>getUsingProcess()List<DMNElementReference>getUsingTask()InformationItemgetVariable()voidsetAllowedAnswers(String value)voidsetExpression(Expression value)voidsetQuestion(String value)voidsetVariable(InformationItem value)StringtoString()-
Methods inherited from class org.kie.dmn.model.v1_1.TNamedElement
getName, setName
-
Methods inherited from class org.kie.dmn.model.v1_1.TDMNElement
getDescription, getExtensionElements, getId, getLabel, setDescription, setExtensionElements, setId, setLabel
-
Methods inherited from class org.kie.dmn.model.v1_1.KieDMNModelInstrumentedBase
addChildren, findAllChildren, getAdditionalAttributes, getChildren, getIdentifierString, getLocation, getNamespaceURI, getNsContext, getParent, getParentDRDElement, getPrefixForNamespaceURI, getURIFEEL, setAdditionalAttributes, setLocation, setParent
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.kie.dmn.model.api.DMNElement
getDescription, getExtensionElements, getId, getLabel, setDescription, setExtensionElements, setId, setLabel
-
Methods inherited from interface org.kie.dmn.model.api.DMNModelInstrumentedBase
addChildren, findAllChildren, getAdditionalAttributes, getChildren, getIdentifierString, getLocation, getNamespaceURI, getNsContext, getParent, getParentDRDElement, getPrefixForNamespaceURI, getURIFEEL, recurseNsKeys, setAdditionalAttributes, setLocation, setParent
-
Methods inherited from interface org.kie.dmn.model.api.NamedElement
getName, setName
-
-
-
-
Method Detail
-
getQuestion
public String getQuestion()
- Specified by:
getQuestionin interfaceDecision
-
setQuestion
public void setQuestion(String value)
- Specified by:
setQuestionin interfaceDecision
-
getAllowedAnswers
public String getAllowedAnswers()
- Specified by:
getAllowedAnswersin interfaceDecision
-
setAllowedAnswers
public void setAllowedAnswers(String value)
- Specified by:
setAllowedAnswersin interfaceDecision
-
getVariable
public InformationItem getVariable()
- Specified by:
getVariablein interfaceDecision
-
setVariable
public void setVariable(InformationItem value)
- Specified by:
setVariablein interfaceDecision
-
getInformationRequirement
public List<InformationRequirement> getInformationRequirement()
- Specified by:
getInformationRequirementin interfaceDecision
-
getKnowledgeRequirement
public List<KnowledgeRequirement> getKnowledgeRequirement()
- Specified by:
getKnowledgeRequirementin interfaceDecision
-
getAuthorityRequirement
public List<AuthorityRequirement> getAuthorityRequirement()
- Specified by:
getAuthorityRequirementin interfaceDecision
-
getSupportedObjective
public List<DMNElementReference> getSupportedObjective()
- Specified by:
getSupportedObjectivein interfaceDecision
-
getImpactedPerformanceIndicator
public List<DMNElementReference> getImpactedPerformanceIndicator()
- Specified by:
getImpactedPerformanceIndicatorin interfaceDecision
-
getDecisionMaker
public List<DMNElementReference> getDecisionMaker()
- Specified by:
getDecisionMakerin interfaceDecision
-
getDecisionOwner
public List<DMNElementReference> getDecisionOwner()
- Specified by:
getDecisionOwnerin interfaceDecision
-
getUsingProcess
public List<DMNElementReference> getUsingProcess()
- Specified by:
getUsingProcessin interfaceDecision
-
getUsingTask
public List<DMNElementReference> getUsingTask()
- Specified by:
getUsingTaskin interfaceDecision
-
getExpression
public Expression getExpression()
- Specified by:
getExpressionin interfaceDecision
-
setExpression
public void setExpression(Expression value)
- Specified by:
setExpressionin interfaceDecision
-
-