You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
an information item name: the name of an InformationItem, if any, for which the decision table is its value
expression. This will usually be the name of the Decision or Business Knowledge Model for which the decision
table provides the decision logic.
an output label, which can be any text to describe the output of the decision table. The result of a decision table
must be referenced using the information item name, not the output label, in another expression.
a set of inputs (zero or more). Each input is made of an input expression and a number of input entries. The
specification of input expression and all input entries is referred to as the input clause.
a set of outputs (one or more). A single output has no name, only a value. Two or more outputs are called output
components. Each output component SHALL be named. Each output (component) SHALL specify an output
entry for each rule. The specification of output component name (if multiple outputs) and all output entries is
referred to as an output clause.
a list of rules (one or more) in rows or columns of the table (depending on orientation), where each rule is
composed of the specific input entries and output entries of the table row (or column). If the rules are expressed
as rows, the columns are clauses, and vice versa.
A decision table consists of:
expression. This will usually be the name of the Decision or Business Knowledge Model for which the decision
table provides the decision logic.
must be referenced using the information item name, not the output label, in another expression.
specification of input expression and all input entries is referred to as the input clause.
components. Each output component SHALL be named. Each output (component) SHALL specify an output
entry for each rule. The specification of output component name (if multiple outputs) and all output entries is
referred to as an output clause.
composed of the specific input entries and output entries of the table row (or column). If the rules are expressed
as rows, the columns are clauses, and vice versa.
See chapter 8 of the DMN specification (https://www.omg.org/spec/DMN).
The text was updated successfully, but these errors were encountered: