Skip to content

Commit c08c60c

Browse files
committed
add review findings
1 parent aee8b7d commit c08c60c

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

process/process_areas/architecture_design/guidance/architecture_process_reqs.rst

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Architectural Model
3636

3737
The architectural elements shall be hierarchically structured on two levels:
3838

39-
* Feature Level
39+
* Feature Level (=Logical Level)
4040
* Component Level
4141

4242
.. gd_req:: Structuring of the architectural elements
@@ -47,8 +47,8 @@ Architectural Model
4747

4848
Following architectural elements shall be defined on the respective hierarchical level:
4949

50-
* Feature Level
51-
* Feature (feat_arc_sta)
50+
* Logical Level
51+
* Feature (logic_arc_sta)
5252
* Logical Interface (logic_arc_int)
5353
* Logical Interface Operation (logic_arc_int_op)
5454

@@ -81,8 +81,8 @@ Architectural Views
8181

8282
The architecture shall be shown on following views on each architectural level:
8383

84-
* Package Diagram (feat_arc_sta, comp_arc_sta)
85-
* Sequence Diagram (feat_arc_dyn, comp_arc_dyn)
84+
* Package Diagram (logic_arc_sta, comp_arc_sta)
85+
* Sequence Diagram (logic_arc_dyn, comp_arc_dyn)
8686
* Interface View (logic_arc_int, comp_arc_int)
8787

8888
Only an additional view shall be created on module level.
@@ -159,7 +159,7 @@ Traceability to Requirements
159159

160160
**Examples:**
161161

162-
* feat_req <-> feat_arc_(sta|dyn), logic_arc_int, logic_arc_int_op
162+
* feat_req <-> logic_arc_(sta|dyn), logic_arc_int, logic_arc_int_op
163163
* comp_req <-> comp_arc_(sta|dyn|int|int_op)
164164

165165
.. note::
@@ -193,7 +193,7 @@ Checks for Architectural Design
193193
:status: valid
194194
:tags: attribute, check
195195

196-
It shall be checked that safety architectural elements (Safety != QM) can only be linked against safety architectural elements.
196+
It shall be checked that valid safety architectural elements (Safety != QM) can only be linked against valid safety architectural elements.
197197

198198
.. gd_req:: Architecture linkage security
199199
:id: gd_req__arch__linkage_security_trace
@@ -216,8 +216,8 @@ Checks for Architectural Design
216216

217217
It shall be checked that requirements of a respective type can only be linked to architectural elements according to following traceability:
218218

219-
* Functional requirements <-> static / dynamic architecture
220-
* Interface requirements <-> interface architecture
219+
* Functional requirements <-> static / dynamic architectural elements (logic_arc_sta, logic_arc_dyn)
220+
* Interface requirements <-> interface architectural elements (logic_arc_int, logic_arc_int_op)
221221

222222
.. gd_req:: Architecture check consistency modules
223223
:id: gd_req__arch__consistency_model

0 commit comments

Comments
 (0)