Задача: Декомпозиция диаграммы деятельности
Эта задача уточняет диаграмму деятельности черного ящика, которая описывает функциональный поток прецедента.
Дисциплины: System Engineering Requirements
Назначение
To group functional requirements into actions and show how these actions are logically linked together by decomposing the black-box activity diagram.
Взаимосвязи
Основное описание

There are two general rules to follow when you perform this task:

  • Don't go too deep with the decomposition: the recommendation is no more than two levels below the top level.
  • Homogeneously decompose across all activities.
Шаги
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.
Дополнительные сведения