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

Update model to use transient data for ID references #463

Merged
merged 6 commits into from
Apr 9, 2024

Conversation

pstuecker
Copy link
Contributor

This replaces the current approach of a (mostly autogenerated) model-to-model transformation (model <-> toolboxmodel) by adding transient attributes to the EMF model.

For the set repo there are a lot of changes:

  • org.eclipse.set.toolboxmodel is changed to org.eclipse.set.model.planpro
  • Accessing objects from ID references now requires a call to the getValue()-function
  • Toolboxmodel has been removed
  • ID references are being resolved on load
  • The modelservice and related functionality has been migrated to set

@pstuecker pstuecker marked this pull request as draft March 21, 2024 09:10

This comment has been minimized.

Copy link

github-actions bot commented Mar 21, 2024

Test Results

23 tests   23 ✅  0s ⏱️
 9 suites   0 💤
 9 files     0 ❌

Results for commit 14cb816.

♻️ This comment has been updated with latest results.

@pstuecker pstuecker marked this pull request as ready for review March 22, 2024 14:42
@TruongQuangSB

This comment was marked as resolved.

This comment has been minimized.

@TruongQuangSB TruongQuangSB merged commit 39ae194 into main Apr 9, 2024
8 checks passed
@TruongQuangSB TruongQuangSB deleted the transient-model branch April 9, 2024 10:34

This comment has been minimized.

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.

2 participants