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
Every feature- and component requirement shall be linked via satisfied_by at least to one valid architectural element on the same level.
336
+
337
+
* feat_req -> feature (feat)
338
+
* comp_req -> component (comp)
339
+
328
340
.. gd_req:: Requirements linkage architecture
329
341
:id: gd_req__req_linkage_architecture
330
342
:status: valid
331
-
:tags:prio_2_automation, check
343
+
:tags:prio_3_automation, check
332
344
:complies: std_req__iso26262__support_6423
333
345
:satisfies: wf__req_feat_req, wf__req_comp_req
334
346
335
-
It shall be checked if every feature- and component requirement is linked at least to one valid architectural element on the same level.
347
+
It shall be checked if every featurerequirement is linked via fulfilled_by at least to one valid architectural diagram/interface on the same level.
336
348
This should also include requirement type checking:
337
349
338
350
* If the requirement is of type "Functional" it shall be linked to architecture diagram elements.
339
-
* If the requirement is of type "Interface" it shall be linked to architecture interface elements. Here the level matching is feature <> logical and component <> real.
340
-
* If the requirement is of any other type there shall not be a link to architecture elements.
351
+
* If the requirement is of type "Interface" it shall be linked to architecture interface elements.
341
352
342
-
Note that the linking is done from the architecture element to the requirement as described for example in :ref:`allocate_feature_requirements`.
353
+
Note that the linking done via "fulfils" from the architecture element to the requirement as described for example in :ref:`allocate_feature_requirements`.
0 commit comments