Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

One could argue that to achieve this, the default should be set to unknown (a.k.a. no default is specified) and the situations in which the attribute should remain unknown should not be part of the decision table. This works fine, since a decision table and/or other logic elements will infer the value of that attribute and if no inference is applicable, the default value is chosen. Even if there is no default value, in that case the attribute remains unknown.

But what if you would want your decision table to be complete and hold all possible alternatives?
Or even in an incomplete decision table with a default, what if there are situations where the derived attribute really is unknown?

In that case, it must be possible to let the decision table set an attribute to unknown, using the symbol * to achieve this.
(undoubtedly the symbol ? would have been a better candidate for that).

...

UI Text Box
typewarning
The star (*) in the condition row an action alternative means: Set this attribute to unknown (system-set).

...