Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrate text boxes

Image Removed  This chapter discusses typical design considerations when designing and implementing a decision with a limited number of possible outcomes using Blueriq.

...

  1. Using a default value expression
  2. Using a constant value and a business rule
  3. Using two business rules
  4. Using a decision table

Default value expression

Info
iconfalse

Image Modified

Constant value combined with business rule

Info
iconfalse

Image Modified

Image Modified

Two business rules

Info
iconfalse

Image Modified

Image Modified

Decision table

Info

Image Removed

iconfalse

Image Added

notenote
Info
UI Text Box
type

It is tempting to skip the column for Male, but it is advised to model a comprehensible table. In most cases, comprehensibility implies completeness (the mere fact that Male is missing from a gender-table might cause suspicion).

UI Text Box
type
Info

It is perhaps even more tempting to skip the [ ]-column for ELSE, but it is also advised to model an ELSE-column whenever the values are not restricted by a value list.

If Applicant.Gender was in fact limited by a value list consisting of the values Male and Female and it is obvious the set will never expend, the ELSE-column would have been redundant.

...