-
Notifications
You must be signed in to change notification settings - Fork 0
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
Expose other containment-related derived values from the driver #7
Comments
In today's discussion, we agreed that these would be useful. I think that |
It looks like the best approach may be to simply return all the elements of |
This commit overloads the elementID message field to allow for a new syntax ('uri#fragment'), where 'uri' is a metamodel URI in the package registry, and 'fragment' identifies an element within that package. This is mostly to allow for simple implementation of '.eContainingFeature', '.eClass' and so on, where we need to fetch objects from the metamodel. Regular MDObjects will still use the MagicDraw UUIDs.
Implemented as of d4a53f2. |
In addition to
eContainer
(#5),EObject
s also expose other special derived values, likeeContainingFeature
oreContents
. Should we expose these as well?The text was updated successfully, but these errors were encountered: