Package org.kie.dmn.model.v1_3
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_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 StringallowedAnswersprotected List<AuthorityRequirement>authorityRequirementprotected List<DMNElementReference>decisionMakerprotected List<DMNElementReference>decisionOwnerprotected Expressionexpressionprotected List<DMNElementReference>impactedPerformanceIndicatorprotected List<InformationRequirement>informationRequirementprotected List<KnowledgeRequirement>knowledgeRequirementprotected Stringquestionprotected List<DMNElementReference>supportedObjectiveprotected List<DMNElementReference>usingProcessprotected 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 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)-
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 String question
-
allowedAnswers
protected String allowedAnswers
-
variable
protected InformationItem variable
-
informationRequirement
protected List<InformationRequirement> informationRequirement
-
knowledgeRequirement
protected List<KnowledgeRequirement> knowledgeRequirement
-
authorityRequirement
protected List<AuthorityRequirement> authorityRequirement
-
supportedObjective
protected List<DMNElementReference> supportedObjective
-
impactedPerformanceIndicator
protected List<DMNElementReference> impactedPerformanceIndicator
-
decisionMaker
protected List<DMNElementReference> decisionMaker
-
decisionOwner
protected List<DMNElementReference> decisionOwner
-
usingProcess
protected List<DMNElementReference> usingProcess
-
usingTask
protected List<DMNElementReference> usingTask
-
expression
protected Expression expression
-
-
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
-
-