|
Perform a functional decomposition of the coarse-grained system functions
| For each high-level system function identified, determine what the system must do to provide the required functions.
Replace the top-level action nodes with actions representing each of the leaf functions. |
Determine the sequencing of functions required
| Create control flows to sequence the system functions (actions) to generate the required behavior. |
|