Skip to content

Commit 6b35e02

Browse files
bugfix: linking of plat_saf_dfa (eclipse-score#374)
1 parent 572234e commit 6b35e02

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

src/extensions/score_metamodel/metamodel.yaml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -435,9 +435,9 @@ needs_types:
435435
status: ^(valid|invalid)$
436436
mandatory_links:
437437
includes: ^logic_arc_int(_op)*__.+$
438-
fulfils: feat_req
438+
fulfils: feat_req # TODO: make it mandatory
439439
optional_links:
440-
belongs_to: feat # for evaluation
440+
belongs_to: feat # make it mandatory for evaluation
441441
tags:
442442
- architecture_element
443443
- architecture_view
@@ -457,9 +457,9 @@ needs_types:
457457
# req-Id: tool_req__docs_common_attr_status
458458
status: ^(valid|invalid)$
459459
mandatory_links:
460-
fulfils: feat_req
460+
fulfils: feat_req # TODO: make it mandatory
461461
optional_links:
462-
belongs_to: feat # for evaluation
462+
belongs_to: feat # make in mandatory for evaluation
463463
tags:
464464
- architecture_view
465465
- architecture_element
@@ -481,7 +481,7 @@ needs_types:
481481
status: ^(valid|invalid)$
482482
optional_links:
483483
includes: logic_arc_int_op
484-
fulfils: feat_req
484+
fulfils: feat_req # TODO: make it mandatory
485485
tags:
486486
- architecture_element
487487
- architecture_view
@@ -583,7 +583,7 @@ needs_types:
583583
# req-Id: tool_req__docs_common_attr_status
584584
status: ^(valid|invalid)$
585585
optional_links:
586-
fulfils: comp_req
586+
fulfils: comp_req # TODO: make it mandatory
587587
implements: logic_arc_int, real_arc_int_op # deprecated, views does not implement anything. Now moved to comp
588588
includes: comp # deprecated
589589
uses: logic_arc_int, real_arc_int_op
@@ -606,7 +606,7 @@ needs_types:
606606
# req-Id: tool_req__docs_common_attr_status
607607
status: ^(valid|invalid)$
608608
optional_links:
609-
fulfils: comp_req
609+
fulfils: comp_req # TODO: make it mandatory
610610
belongs_to: comp # TODO: make it mandatory
611611
tags:
612612
- architecture_view
@@ -726,7 +726,7 @@ needs_types:
726726
# DFA (Dependent Failure Analysis)
727727
# No requirement!!
728728
plat_saf_dfa:
729-
title: Feature Dependent Failure Analysis
729+
title: Platform Dependent Failure Analysis
730730
mandatory_options:
731731
failure_id: ^.*$
732732
failure_effect: ^.*$
@@ -738,7 +738,7 @@ needs_types:
738738
optional_options:
739739
mitigation_issue: ^https://github.com/.*$
740740
optional_links:
741-
mitigated_by: feat_req, aou_req
741+
mitigated_by: stkh_req, aou_req
742742
parts: 3
743743

744744
# req-Id: tool_req__docs_saf_types

0 commit comments

Comments
 (0)