Package org.flowable.dmn.model
Class DecisionService
java.lang.Object
org.flowable.dmn.model.DmnElement
org.flowable.dmn.model.NamedElement
org.flowable.dmn.model.DRGElement
org.flowable.dmn.model.Invocable
org.flowable.dmn.model.DecisionService
- Author:
- Yvo Swillens
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected DmnDefinition
protected List<DmnElementReference>
protected List<DmnElementReference>
protected List<DmnElementReference>
protected List<DmnElementReference>
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
addEncapsulatedDecision
(DmnElementReference encapsulatedDecision) void
addInputData
(DmnElementReference inputData) void
addInputDecision
(DmnElementReference inputDecision) void
addOutputDecision
(DmnElementReference outputDecision) void
setDmnDefinition
(DmnDefinition dmnDefinition) void
setEncapsulatedDecisions
(List<DmnElementReference> encapsulatedDecisions) void
setInputData
(List<DmnElementReference> inputData) void
setInputDecisions
(List<DmnElementReference> inputDecisions) void
setOutputDecisions
(List<DmnElementReference> outputDecisions) 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
-
outputDecisions
-
encapsulatedDecisions
-
inputDecisions
-
inputData
-
dmnDefinition
-
-
Constructor Details
-
DecisionService
public DecisionService()
-
-
Method Details
-
getOutputDecisions
-
setOutputDecisions
-
addOutputDecision
-
getEncapsulatedDecisions
-
setEncapsulatedDecisions
-
addEncapsulatedDecision
-
getInputDecisions
-
setInputDecisions
-
addInputDecision
-
getInputData
-
setInputData
-
addInputData
-
getDmnDefinition
-
setDmnDefinition
-