Skip to content

Commit 3dc0ad7

Browse files
update mod, comp_arc_sta (#350)
1 parent d9f95fd commit 3dc0ad7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/extensions/score_metamodel/metamodel.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -520,7 +520,7 @@ needs_types:
520520
safety: ^(QM|ASIL_B)$
521521
# req-Id: tool_req__docs_common_attr_status
522522
status: ^(valid|invalid)$
523-
optional_links:
523+
mandatory_links:
524524
includes: comp
525525
tags:
526526
- architecture_element
@@ -534,7 +534,7 @@ needs_types:
534534
style: card
535535
optional_links:
536536
belongs_to: mod # for evaluation
537-
includes: comp, comp_arc_sta # deprecated
537+
includes: comp
538538
tags:
539539
- architecture_view
540540
parts: 3
@@ -584,8 +584,8 @@ needs_types:
584584
status: ^(valid|invalid)$
585585
optional_links:
586586
fulfils: comp_req
587-
implements: logic_arc_int, real_arc_int_op
588-
includes: comp_arc_sta, comp
587+
implements: logic_arc_int, real_arc_int_op # deprecated, views does not implement anything. Now moved to comp
588+
includes: comp
589589
uses: logic_arc_int, real_arc_int_op
590590
belongs_to: comp # TODO: make it mandatory
591591
tags:

0 commit comments

Comments
 (0)