Package org.kie.dmn.model.v1_1
Class TDecision
- java.lang.Object
-
- 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 java.lang.StringgetAllowedAnswers()java.util.List<AuthorityRequirement>getAuthorityRequirement()java.util.List<DMNElementReference>getDecisionMaker()java.util.List<DMNElementReference>getDecisionOwner()ExpressiongetExpression()java.util.List<DMNElementReference>getImpactedPerformanceIndicator()java.util.List<InformationRequirement>getInformationRequirement()java.util.List<KnowledgeRequirement>getKnowledgeRequirement()java.lang.StringgetQuestion()java.util.List<DMNElementReference>getSupportedObjective()java.util.List<DMNElementReference>getUsingProcess()java.util.List<DMNElementReference>getUsingTask()InformationItemgetVariable()voidsetAllowedAnswers(java.lang.String value)voidsetExpression(Expression value)voidsetQuestion(java.lang.String value)voidsetVariable(InformationItem value)java.lang.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 java.lang.String getQuestion()
- Specified by:
getQuestionin interfaceDecision
-
setQuestion
public void setQuestion(java.lang.String value)
- Specified by:
setQuestionin interfaceDecision
-
getAllowedAnswers
public java.lang.String getAllowedAnswers()
- Specified by:
getAllowedAnswersin interfaceDecision
-
setAllowedAnswers
public void setAllowedAnswers(java.lang.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 java.util.List<InformationRequirement> getInformationRequirement()
- Specified by:
getInformationRequirementin interfaceDecision
-
getKnowledgeRequirement
public java.util.List<KnowledgeRequirement> getKnowledgeRequirement()
- Specified by:
getKnowledgeRequirementin interfaceDecision
-
getAuthorityRequirement
public java.util.List<AuthorityRequirement> getAuthorityRequirement()
- Specified by:
getAuthorityRequirementin interfaceDecision
-
getSupportedObjective
public java.util.List<DMNElementReference> getSupportedObjective()
- Specified by:
getSupportedObjectivein interfaceDecision
-
getImpactedPerformanceIndicator
public java.util.List<DMNElementReference> getImpactedPerformanceIndicator()
- Specified by:
getImpactedPerformanceIndicatorin interfaceDecision
-
getDecisionMaker
public java.util.List<DMNElementReference> getDecisionMaker()
- Specified by:
getDecisionMakerin interfaceDecision
-
getDecisionOwner
public java.util.List<DMNElementReference> getDecisionOwner()
- Specified by:
getDecisionOwnerin interfaceDecision
-
getUsingProcess
public java.util.List<DMNElementReference> getUsingProcess()
- Specified by:
getUsingProcessin interfaceDecision
-
getUsingTask
public java.util.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
-
-