Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions src/extensions/score_metamodel/metamodel.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -520,7 +520,7 @@ needs_types:
safety: ^(QM|ASIL_B)$
# req-Id: tool_req__docs_common_attr_status
status: ^(valid|invalid)$
optional_links:
mandatory_links:
includes: comp
tags:
- architecture_element
Expand All @@ -534,7 +534,7 @@ needs_types:
style: card
optional_links:
belongs_to: mod # for evaluation
includes: comp, comp_arc_sta # deprecated
includes: comp
tags:
- architecture_view
parts: 3
Expand Down Expand Up @@ -584,8 +584,8 @@ needs_types:
status: ^(valid|invalid)$
optional_links:
fulfils: comp_req
implements: logic_arc_int, real_arc_int_op
includes: comp_arc_sta, comp
implements: logic_arc_int, real_arc_int_op # deprecated, views does not implement anything. Now moved to comp
includes: comp
uses: logic_arc_int, real_arc_int_op
belongs_to: comp # TODO: make it mandatory
tags:
Expand Down
Loading