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

Add support for multiple inheritance #588

Closed
pcdavid opened this issue Jul 1, 2021 · 0 comments · Fixed by #648
Closed

Add support for multiple inheritance #588

pcdavid opened this issue Jul 1, 2021 · 0 comments · Fixed by #648

Comments

@pcdavid
Copy link
Member

pcdavid commented Jul 1, 2021

Problem

  • As a studio maker,
  • when defining my custom business domain,
  • I want to define multiple super-types for an Entity,
  • so that I can share common definitions.

Solution

The changes in the metamodel, converter (DomainConverter) and modeler (domain.odesign) are trivial, but to make the result usable we need support for displaying and editing multi-valued references in the properties view, see #428.

pcdavid added a commit that referenced this issue Jul 23, 2021
Bug: #588
Signed-off-by: Pierre-Charles David <pierre-charles.david@obeo.fr>
@sbegaudeau sbegaudeau changed the title [Domain] Add support for multiple inheritance Add support for multiple inheritance Jul 26, 2021
@sbegaudeau sbegaudeau linked a pull request Aug 6, 2021 that will close this issue
6 tasks
sbegaudeau pushed a commit that referenced this issue Aug 6, 2021
Bug: #588
Signed-off-by: Pierre-Charles David <pierre-charles.david@obeo.fr>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants