Задача: Создание диаграмм последовательности для кадой подсистемы
Эта задача описывает шаги, выполняемые при создании диаграмм последовательности для каждой подсистемы.
Дисциплины: System Engineering Requirements
Взаимосвязи
Шаги
Create Operation Realizations
Working with the expanded (white-box) operation descriptions from the previous activity, the detail of messages, entities exchanged, sequencing, control flow, and associated data is added and the resulting Operation Realizations are captured in the System Model. As this detail is added, the System Designer evaluates the quality of the emergent collaborations, looking for opportunities to refactor the design. Annotate the Operation Realizations with descriptions of what the subsystem does when processing a message (drawn from the white-box step description and refined if necessary). These descriptions help with the next step, to develop specifications for each Subsystem Operation.
Aggregate similar subsystem white-box steps and specify the Subsystem Operations

Next, working from the white-box steps and the Operation Realizations, the Subsystem Operations are identified and their behavior specified. As with the identification of system operations, there might not be a unique subsystem operation for each white-box step; that is, as you examine the set of white-box steps and their associated exchange of messages, input-output entities, and so forth, you might find that it is possible to define a smaller set of Subsystem Operations to fulfill their needs.

The process allows you to reason about concurrency issues: if you were to view a Subsystem Operation as a discrete piece of functionality available to actors, then, as a first approximation, operations associated with the same process cannot be performed in parallel. This might lead you to reconsider the process allocation, or consider process replication, or to examine the perceived latency problem at a lower level of detail, for example, through examination of time-slicing options, and process sharing when an operation blocks (to do input-output, for example). These techniques can give acceptable responsiveness, whereas a delaying of the start of an operation (strictly serializing operations) might be intolerable. In this form, the survey sorted by process becomes a property of the System Model.

Дополнительные сведения
Руководства по инструментам