Skip to content
Leon Starr edited this page Jan 15, 2022 · 2 revisions

A Case is a possible outcome resulting from a decision.

A simple if then decision, for example, would choose between a true or false case.

A choice of traffic signal color could result in red, yellow or green Cases.

Identifiers

  1. Name + Switch + Deciding process + Graph

Attributes

Name

This is a decision value such as 'true' or 'false' or something more imaginative like 'hot enough' or 'too cold'. An example of a non-binary decision might have cases: 'above floor', 'at floor' and 'below floor'.

Type: Case Name, based on String

Clone this wiki locally