Decision nodes
Decision Nodes
split a single segment into several branches. Branches are labeled with guards that determine which branch is active.
The following figure shows a decision node.
Planning for decision nodes
Else branches
A guard called
[else]
is active if all the guards on the other branches are false. Each decision node can have only one else branch.
Feedback