Package org.kie.dmn.model.v1_3
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_3.TDMNElement
TDMNElement.TExtensionElements
-
Nested classes/interfaces inherited from interface org.kie.dmn.model.api.DMNElement
DMNElement.ExtensionElements
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.StringallowedAnswersprotected java.util.List<AuthorityRequirement>authorityRequirementprotected java.util.List<DMNElementReference>decisionMakerprotected java.util.List<DMNElementReference>decisionOwnerprotected Expressionexpressionprotected java.util.List<DMNElementReference>impactedPerformanceIndicatorprotected java.util.List<InformationRequirement>informationRequirementprotected java.util.List<KnowledgeRequirement>knowledgeRequirementprotected java.lang.Stringquestionprotected java.util.List<DMNElementReference>supportedObjectiveprotected java.util.List<DMNElementReference>usingProcessprotected java.util.List<DMNElementReference>usingTaskprotected InformationItemvariable-
Fields inherited from class org.kie.dmn.model.v1_3.TNamedElement
name
-
Fields inherited from class org.kie.dmn.model.v1_3.TDMNElement
description, extensionElements, id, label
-
-
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)-
Methods inherited from class org.kie.dmn.model.v1_3.TNamedElement
getName, setName
-
Methods inherited from class org.kie.dmn.model.v1_3.TDMNElement
getDescription, getExtensionElements, getId, getLabel, setDescription, setExtensionElements, setId, setLabel
-
Methods inherited from class org.kie.dmn.model.v1_3.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, toString, 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
-
-
-
-
Field Detail
-
question
protected java.lang.String question
-
allowedAnswers
protected java.lang.String allowedAnswers
-
variable
protected InformationItem variable
-
informationRequirement
protected java.util.List<InformationRequirement> informationRequirement
-
knowledgeRequirement
protected java.util.List<KnowledgeRequirement> knowledgeRequirement
-
authorityRequirement
protected java.util.List<AuthorityRequirement> authorityRequirement
-
supportedObjective
protected java.util.List<DMNElementReference> supportedObjective
-
impactedPerformanceIndicator
protected java.util.List<DMNElementReference> impactedPerformanceIndicator
-
decisionMaker
protected java.util.List<DMNElementReference> decisionMaker
-
decisionOwner
protected java.util.List<DMNElementReference> decisionOwner
-
usingProcess
protected java.util.List<DMNElementReference> usingProcess
-
usingTask
protected java.util.List<DMNElementReference> usingTask
-
expression
protected Expression expression
-
-
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
-
-