Skip to content

Commit c7d9be5

Browse files
fix review findings
1 parent 78e3f6d commit c7d9be5

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

process/process_areas/architecture_design/architecture_concept.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ Although it is required to create a *DFA* on platform level no additional view i
265265
Specification of the architectural design
266266
*****************************************
267267

268-
The architectural design shall be modeled with the help of static, dynamic and interfaces at each defined level.
268+
The architectural design shall be modeled according to the :ref:`building blocks meta model <general_concepts_building_blocks>` with the help of static, dynamic and interfaces at each defined level.
269269
For the description a natural language, diagrams or a semi-formal language (*UML*, see :ref:`uml_diagram_selection`) shall be used.
270270

271271
The architectural elements itself including their correlations shall be modeled in a database like approach. Therefore following architectural elements shall be used:

process/process_areas/architecture_design/architecture_getstrt.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ Architecture Generation for Sphinx-Needs
6060
Overview
6161
--------
6262

63-
The system provides utilities to generate `PlantUML <https://plantuml.com/en/>`_ diagrams from requirement specifications. It supports various architectural elements types including:
63+
The system provides utilities to generate diagrams (like `PlantUML <https://plantuml.com/en/>`_) diagrams from requirement specifications. It supports various architectural elements types including:
6464

6565
* Features
6666
* Logical Interfaces

process/process_areas/architecture_design/guidance/architecture_modeling_example.rst

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Feature Architecture File
2828
:safety: QM
2929
:status: valid
3030
:includes: logic_arc_int__example_feature__archdes_logical_interface_1, logic_arc_int__example_feature__archdes_logical_interface_2
31-
:consists_of: comp__component_example1
31+
:consists_of: comp__component_example_1
3232

3333
This is the example feature.
3434

@@ -156,15 +156,16 @@ Component Architecure File(s)
156156
=============================
157157

158158
.. comp:: Component 1
159-
:id: comp__component_example1
159+
:id: comp__component_example_1
160160
:security: YES
161161
:safety: ASIL_B
162162
:status: invalid
163-
:implements: logic_arc_int__feature_name__interface_name
163+
:implements: logic_arc_int__example_feature__archdes_logical_interface_1, logic_arc_int__example_feature__archdes_logical_interface_2
164+
:uses: logic_arc_int__example_feature__archdes_logical_interface_3
164165

165166
Example Component 1 description.
166167

167-
.. comp_arc_sta:: Component 1 Static View
168+
.. comp_arc_sta:: Component 1
168169
:id: comp_arc_sta__example_feature__archdes_component_1
169170
:status: valid
170171
:safety: ASIL_B

0 commit comments

Comments
 (0)