You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -123,22 +123,8 @@ The feature architecture contain the following views:
123
123
Static View
124
124
-----------
125
125
126
-
The first viewpoint is named as *feature architecture*. It displays the SW Components within the SW modules (= dependable elements) which are required to realize the feature including their interactions. Also the *logical interfaces* and the interaction between the feature and the user are included in this view. On this architectural level the feature requirements shall be allocated. An example for the static architecture is shown here:
The first viewpoint is named as *feature architecture*. It displays the SW Components within the SW modules (= dependable elements) which are required to realize the feature including their interactions. Also the *logical interfaces* and the interaction between the feature and the user are included in this view. On this architectural level the feature requirements shall be allocated. A full rendered example for the static architecture is maintained in the
In all views, the components which are marked as ASIL_B related are drawn with red borders.
144
130
@@ -164,20 +150,8 @@ See :ref:`uml_diagram_selection` in guideline for further information about the
164
150
Interface View
165
151
--------------
166
152
167
-
On the feature level only *logical interfaces* shall be displayed. This means that only logical names shall be provided for both the interface and the operations within. Those *logical interfaces* shall be connected to component interfaces on the module view.
On the feature level only *logical interfaces* shall be displayed. This means that only logical names shall be provided for both the interface and the operations within. Those *logical interfaces* shall be connected to component interfaces on the module view. A rendered logical-interface example is maintained in the
The *component architecture* describes the implementation of the functionalities in a white-box view. It describes the internal structure of SW components and their decomposition. It provides a more detailed information concerning the respective interfaces of a component. If a SW component interacts with a different component it is also included via a *use* relationship in the diagram. An example of the *component architecture* is displayed here:
The decomposition is optional and relies on the complexity of the component. Thus there is no graphic representation required for it.
215
178
In all views the components which are marked as ASIL_B related are drawn in red color.
@@ -234,21 +197,8 @@ Following scenarios should be included:
234
197
Interface View
235
198
--------------
236
199
237
-
The component interface view shows the actual interfaces of the component. Also links to their corresponding logical interfaces are displayed in this view:
The component interface view shows the actual interfaces of the component. Also links to their corresponding logical interfaces are displayed in this view. A rendered component-interface example is maintained in the
@@ -471,29 +421,8 @@ Here are some excerpts of UML diagrams made from the requirements of that file.
471
421
Feature Architecture
472
422
^^^^^^^^^^^^^^^^^^^^
473
423
474
-
The following section is an example, how an `Feature <https://eclipse-score.github.io/score/main/features/index.html>`_ looks like and how the architecture of an Feature is described. Please note that components with an "ASIL_B" safety rating are highlighted with red borders in the diagram (e.g., "Component 1").
@@ -523,21 +452,8 @@ The following section is an example, how an `Feature <https://eclipse-score.gith
523
452
Component Architecture
524
453
^^^^^^^^^^^^^^^^^^^^^^
525
454
526
-
The following section is an example, how an component looks like and how the detail design of an component is described. Please note that components with an "ASIL_B" safety rating are highlighted with red borders in the diagram (e.g., "Component 1").
527
-
528
-
.. comp_arc_sta:: Component Static View - Rendered Example
0 commit comments