Skip to main content



      Home
Home » Modeling » Epsilon » [Eugenia] Generating common super edit parts(Common operations for EditParts )
[Eugenia] Generating common super edit parts [message #1058204] Mon, 13 May 2013 04:28 Go to next message
Eclipse UserFriend
Hi all

when using EMF/EMFatic we're modeling our domain with a class hierarchy, i.e. we have domain elements that have a supertype.

class File extends Resource {}
class Folder extends Resource {}


On the diagram side, this hierarchy is not generated for the diagram's edit parts, but this would be tremendously helpful, when implementing common diagram behavior (i.e. to find/select all elements of a specific type).

How can we best achieve this?

Thanks for your help,
Kaspar

[Updated on: Mon, 13 May 2013 04:29] by Moderator

Re: [Eugenia] Generating common super edit parts [message #1058238 is a reply to message #1058204] Mon, 13 May 2013 06:17 Go to previous message
Eclipse UserFriend
Hi Kaspar,

I may be wrong but I'm afraid it's GMF that's flattening the class hierarchy (possibly to deal with potential multiple inheritance which is permitted in Ecore but not in Java), so there's not much Eugenia can do about this.

Cheers,
Dimitris
Previous Topic:Using EOL and EVL
Next Topic:ETL equivalents performance
Goto Forum:
  


Current Time: Wed Jul 23 12:52:02 EDT 2025

Powered by FUDForum. Page generated in 1.06155 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top