Skip to content
Open
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
3 changes: 1 addition & 2 deletions src/extensions/score_metamodel/metamodel.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -562,7 +562,6 @@ needs_types:
# req-Id: tool_req__docs_common_attr_status
status: ^(valid|invalid)$
optional_links:
fulfils: comp_req
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If this picture is still correct, then a 'includes' where 'comp' is allowed is missing here too right?
Or is that the 'consists_of' link here?

Copy link
Contributor Author

@RolandJentschETAS RolandJentschETAS Jan 23, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It is the "consists_of". The picture in the process have to be adopted. There is a parallel PR in the process area for this.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

picture was updated

implements: logic_arc_int, real_arc_int_op
uses: logic_arc_int, real_arc_int_op
consists_of: comp
Expand All @@ -586,7 +585,7 @@ needs_types:
optional_links:
fulfils: comp_req
implements: logic_arc_int, real_arc_int_op # deprecated, views does not implement anything. Now moved to comp
includes: comp
includes: comp # deprecated
uses: logic_arc_int, real_arc_int_op
belongs_to: comp # TODO: make it mandatory
tags:
Expand Down
Loading