
rule element inside a decisionTable XML element.
Input Entry (Condition)

text element as child of an
inputEntry XML element.
The input entry is satisfied when the evaluated expression returns true.
Expression Language of an Input Entry
The expression language of the input entry can be specified by theexpressionLanguage attribute on the inputEntry XML element. The supported
expression languages are listed in the User Guide.
definitions XML element, is used.
Output Entry (Conclusion)

text element as child of
an outputEntry XML element.
Expression Language of an Output Entry
The expression language of the expression can be specified by theexpressionLanguage attribute on the outputEntry XML element. The supported
expression languages are listed in the User Guide.
definitions XML element, is used.
Empty Entries
Empty Input Entry
In case an input entry is irrelevant for a rule, the expression is empty, which is always satisfied.-. Otherwise, the expression is empty.
Empty Output Entry
If the output entry is empty, then the output is ignored and not part of the decision table result.Both Entries Empty
In case of a rule has an empty input and output entry, the outcome of evaluation will be determined with precedence of the empty input outcome.Description

description XML element.