Skip to content

Commit 5accf01

Browse files
some tries to fix it
1 parent c7d9be5 commit 5accf01

File tree

2 files changed

+15
-0
lines changed

2 files changed

+15
-0
lines changed

process/process_areas/architecture_design/architecture_concept.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -338,6 +338,12 @@ Relations between the architectural elements
338338

339339
The traceability between the architectural elements itself shall be established by modeling the elements in the *docs-as-code* tool. Here a "clickable" architecture can be generated which allows an easy tracing through the element tree. The previously introduced architectural components shall be connected by using following relations:
340340

341+
.. note::
342+
The current state only considers logic_arc_int, others will be addressed later in the model and is work in progress.
343+
344+
The following picture shows the metamodel for the architectural design including the defined elements and their relations.
345+
It serves as a guidance for modeling the architecture.
346+
341347
.. figure:: _assets/metamodel_architectural_design.drawio.svg
342348
:width: 90%
343349
:align: center

process/process_areas/architecture_design/guidance/architecture_modeling_example.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,15 @@ Feature Architecture File
132132
Module Viewpoint
133133
================
134134

135+
.. mod:: Module 1
136+
:id: mod__example_feature_archdes_module_1
137+
:security: YES
138+
:safety: ASIL_B
139+
:status: valid
140+
:includes: comp__component_example_1
141+
142+
This is Module 1.
143+
135144
.. mod_view_sta:: Module 1
136145
:id: mod_view_sta__example_feature__archdes_1
137146
:includes: comp_arc_sta__example_feature__archdes_component_1

0 commit comments

Comments
 (0)