Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Modeling » GMF (Graphical Modeling Framework) » Gmf editor doubt about my project (No link only container? how to, what model to start)
Gmf editor doubt about my project [message #511200] Sat, 30 January 2010 23:31
M.  is currently offline M. Friend
Messages: 19
Registered: November 2009
Junior Member
Hi,

I need to make a graphical editor GMF based.

My model (domain model) is simply in words, but I'm not sure to describe correct in the initial step , and I suppose that this is the cause of my problems in the final step where I can run the plug-in with many error and the functionality is "random" .
I've defined ecore model via its uml diagram (go beleow to see the "words description" of domani model).

I think that my editor should'nt have link between figure, and all figure are compartment but:, during creation process
-when generating graphic model I need to create manual all compartment
-when generating mapping model :
--I need to manual add compartment but I can't add children (in property view)?
--I don't understand the mean of link in my case?

---------description of domain model----------
I have 4 element to model (and final to draw)
-1-One with an ID EString Attribute
-2-Two
-3-Three
--I suppose that all are childrean fo an Abstract class "number" (that i don't nedd to draw, and I don't care)

-4-Then there is another elemente "item" with id1 and id2 attriburte (EString type)

Well my problem is to understand the relationship beetwen 1,2,3 and item, so I explain the mean of my model here:

Root one element then
one element can contain:
-0 or unbuond item
-0 or unbound two
-0 or unbound three
item element can contain
-0 or unbound one
two element can contain
-0 or unbound one
-0 or unbound item
-0 or unbound three
three element ]can contain
-0 or unbound one
-0 or unbound two
-0 or unbound item

[Updated on: Sat, 30 January 2010 23:43]

Report message to a moderator

Previous Topic:GMF mapping trouble
Next Topic:Problem with ICommandProxy
Goto Forum:
  


Current Time: Fri Apr 26 10:11:23 GMT 2024

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

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

Back to the top