Артефакт: Структурная диаграмма системной архитектуры
This artifact describes the internal structure of a system or part of a system.
Домены: Systems Architecture
Назначение
To represent the internal structure of the system under development or a component of it.
Взаимосвязи
Родительские практики выполнения
Артефакт-контейнер
РолиОтветственный: Изменен:
ЗадачиВход для: Выход из:
Описание
Основное описание

The main type of elements used to describe the internal structure are system blocks.

A System Block is an element of the structural description of the system under development. It is an encapsulated entity, i.e. its communication with the environment is performed through ports and associated interfaces. A System Block may be decomposed into sub-System Blocks. At the lowest level of decomposition, the behavior of a System Block is described by means of a statechart diagram.

A System Block must have a defined boundary. Communication with the environment is performed via ports and associated interfaces.

Доводка
Последствия отсутствияWithout this artifact, reasoning about the internal structure of the system would be very difficult.
Опции представления

A system block can be represented as:

  • A SysML block on a Block Definition Diagram.
  • The classifier of a SysML part on an Internal Block Diagram,
  • The classifier of a SysML lifeline on a Sequence Diagram.