Package org.flowable.dmn.model
Class DecisionTable
java.lang.Object
org.flowable.dmn.model.DmnElement
org.flowable.dmn.model.Expression
org.flowable.dmn.model.DecisionTable
- Author:
- Yvo Swillens
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected BuiltinAggregatorprotected HitPolicyprotected List<InputClause>protected Stringprotected List<OutputClause>protected DecisionTableOrientationprotected List<DecisionRule>Fields inherited from class org.flowable.dmn.model.Expression
typeRefFields inherited from class org.flowable.dmn.model.DmnElement
attributes, description, extensionElements, id, label -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddInput(InputClause input) voidaddOutput(OutputClause output) voidaddRule(DecisionRule rule) getRules()voidsetAggregation(BuiltinAggregator aggregation) voidsetHitPolicy(HitPolicy hitPolicy) voidsetOutputLabel(String outputLabel) voidsetPreferredOrientation(DecisionTableOrientation preferredOrientation) Methods inherited from class org.flowable.dmn.model.Expression
getTypeRef, setTypeRefMethods inherited from class org.flowable.dmn.model.DmnElement
addAttribute, addExtensionElement, getAttributes, getAttributeValue, getDescription, getExtensionElements, getId, getLabel, setAttributes, setDescription, setExtensionElements, setId, setLabel, setValues
-
Field Details
-
inputs
-
outputs
-
rules
-
hitPolicy
-
aggregation
-
preferredOrientation
-
outputLabel
-
-
Constructor Details
-
DecisionTable
public DecisionTable()
-
-
Method Details
-
getInputs
-
addInput
-
getOutputs
-
addOutput
-
getRules
-
addRule
-
getHitPolicy
-
setHitPolicy
-
getAggregation
-
setAggregation
-
getPreferredOrientation
-
setPreferredOrientation
-
getOutputLabel
-
setOutputLabel
-