|
Control Flow
Control Flow diagrams allow software requirements to be specified graphically
in a flowchart-like description. They can be used to control order of execution
of code segments as well as conditionally execute code segments. A variety of
built in blocks exist for constructing Control Flow diagrams, from simple Decisions
and Statements to Loops, Multiway Branches, and Truth Tables. In addition, the
Hierarchy block can be used to hierarchically link to other diagrams or external
code.
click
to enlarge image
|