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

A Switch is similar to a Control Sequence in that it explicitly signals the completed execution of a source Process, with two differences.

  1. A Switch signals at least two downstream Processes
  2. A Switch chooses among two or more mutually exclusive Cases and only those Processes dependent on the selected Case may execute

Any Process dependent on a Case that is not selected will not be executed at all, along with any of that Process's downstream content or control dependent Process's.

Identifiers

  1. Name + Deciding process + Graph

Attributes

Name

This name describes the decision to be made. Examples could be 'Heat check' or 'Position relative to floor' or maybe 'Altitude'

Type: Switch Name, based on String

Clone this wiki locally