Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ST6RI-719 View rendering redefinition is incorrect #517

Merged
merged 3 commits into from
Nov 24, 2023
Merged

Conversation

seidewitz
Copy link
Member

  1. This PR corrects the implicit redefinition of a RenderingUsage that is a view rendering of a ViewDefinition or ViewUsage (i.e., that is owned via a ViewRenderingMembership). Previously, the implemented gave a view rendering implicit redefinitions of the view renderings of any view definitions or usages specialized by the containing view definition or usage. This has now been changed to conform to the SysML v2 Specification, which requires that view rendering directly redefine Views::View::viewRendering.
  2. The PR also corrects the checking of the validateViewDefinitionOnlyOneViewRendering and validateViewUsageOnlyOneViewRendering, so that a ViewDefinition or ViewUsage can have owned RedefinitionUsages other than its (at most) one view rendering.

@seidewitz seidewitz self-assigned this Nov 24, 2023
@seidewitz seidewitz merged commit c885d01 into master Nov 24, 2023
2 checks passed
@seidewitz seidewitz added this to the 2023-11 milestone Dec 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant