This chapter discusses typical design considerations when designing and implementing a decision with a limited number of possible outcomes using Blueriq.
When modeling a decision that is limited to two values (for instance Boolean), there are several ways to achieve this:
It is tempting to skip the column for |
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. |
The choice of method is often based on the preference of the business engineer. General recommendations are listed below:
|