Package org.flowable.dmn.model
Class Decision
java.lang.Object
org.flowable.dmn.model.DmnElement
org.flowable.dmn.model.NamedElement
org.flowable.dmn.model.DRGElement
org.flowable.dmn.model.Decision
- Author:
- Yvo Swillens
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected String
protected List<AuthorityRequirement>
protected DmnDefinition
protected Expression
protected boolean
protected String
protected List<InformationRequirement>
protected List<InformationRequirement>
protected InformationItem
Fields inherited from class org.flowable.dmn.model.NamedElement
name
Fields inherited from class org.flowable.dmn.model.DmnElement
attributes, description, extensionElements, id, label
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
addAuthorityRequirement
(AuthorityRequirement authorityRequirement) void
addRequiredDecision
(InformationRequirement requiredDecision) void
addRequiredInput
(InformationRequirement requiredInput) boolean
void
setAllowedAnswers
(String allowedAnswers) void
setAuthorityRequirements
(List<AuthorityRequirement> authorityRequirements) void
setDmnDefinition
(DmnDefinition dmnDefinition) void
setExpression
(Expression expression) void
setForceDMN11
(boolean forceDMN11) void
setQuestion
(String question) void
setRequiredDecisions
(List<InformationRequirement> requiredDecisions) void
setRequiredInputs
(List<InformationRequirement> requiredInputs) void
setVariable
(InformationItem variable) Methods inherited from class org.flowable.dmn.model.NamedElement
getName, setName
Methods inherited from class org.flowable.dmn.model.DmnElement
addAttribute, addExtensionElement, getAttributes, getAttributeValue, getDescription, getExtensionElements, getId, getLabel, setAttributes, setDescription, setExtensionElements, setId, setLabel, setValues
-
Field Details
-
question
-
allowedAnswers
-
variable
-
requiredDecisions
-
requiredInputs
-
authorityRequirements
-
expression
-
forceDMN11
protected boolean forceDMN11 -
dmnDefinition
-
-
Constructor Details
-
Decision
public Decision()
-
-
Method Details
-
getQuestion
-
setQuestion
-
getAllowedAnswers
-
setAllowedAnswers
-
getVariable
-
setVariable
-
getRequiredDecisions
-
setRequiredDecisions
-
addRequiredDecision
-
getRequiredInputs
-
setRequiredInputs
-
addRequiredInput
-
getAuthorityRequirements
-
setAuthorityRequirements
-
addAuthorityRequirement
-
getExpression
-
setExpression
-
isForceDMN11
public boolean isForceDMN11() -
setForceDMN11
public void setForceDMN11(boolean forceDMN11) -
getDmnDefinition
-
setDmnDefinition
-