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

Fix UML composite and shared association #398

Merged
merged 1 commit into from Aug 18, 2020

Conversation

danyeaw
Copy link
Member

@danyeaw danyeaw commented Aug 17, 2020

Using the UML Composite and Share Association tools was only creating a normal association. To resolve this, I copied the SysML implementation, and refactored some of the functions in to the UML toolbox module to prevent duplication.

Signed-off-by: Dan Yeaw dan@yeaw.me

PR Checklist

Please check if your PR fulfills the following requirements:

PR Type

What kind of change does this PR introduce?

  • Bugfix
  • Feature
  • Code style update (formatting, local variables)
  • Refactoring (no functional changes, no api changes)
  • Documentation content changes

What is the current behavior?

UML composite and shared association tools create a normal association.

Issue Number: closes #396

What is the new behavior?

This issue is resolved, the composite and share associations are created properly.

Does this PR introduce a breaking change?

  • Yes
  • No

Other information

Using the UML Composite and Share Association
tools was only creating a normal association.
To resolve, copied the SysML implementation,
and refactored some of the functions in to the
UML toolbox module to prevent duplication.

Signed-off-by: Dan Yeaw <dan@yeaw.me>
@danyeaw danyeaw added this to the 2.0.1 milestone Aug 17, 2020
@github-actions github-actions bot added the chore Maintenance related PR label Aug 17, 2020
@danyeaw danyeaw requested a review from amolenaar August 17, 2020 01:43
@amolenaar amolenaar merged commit 2e56b93 into master Aug 18, 2020
@amolenaar amolenaar deleted the chore/fix-uml-containment branch August 18, 2020 10:20
@danyeaw danyeaw added bug An issue in the application and removed chore Maintenance related PR labels Aug 28, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug An issue in the application
Projects
None yet
Development

Successfully merging this pull request may close these issues.

UML Composite and Shared Association Don't Work
2 participants