Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Modeling » GMF (Graphical Modeling Framework) » GMF and MultiPageEditorPart
GMF and MultiPageEditorPart [message #173263] Thu, 21 February 2008 11:18 Go to next message
Eclipse UserFriend
Originally posted by: gregory.vanseghbroeck.intec.ugent.be

Hello all,

I have a model with 3 environments:

* an environment which creates nodes and the relations between these
nodes
* an environment to create some types
* and finally, an environment which creates a workflow using the
above nodes and types.

I want to create a diagram (preferably something like MultiPageEditorPart)
where I can create the elements of these different environments and, where
needed, use objects from the other environments. What is the correct and
best way to accomplish this with GMF?

Kind Regards,
Gregory
Re: GMF and MultiPageEditorPart [message #173700 is a reply to message #173263] Fri, 22 February 2008 14:00 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: gregory.vanseghbroeck.intec.ugent.be

Hello everybody,

Perhaps I wasn't clear enough.
Suppose I have a model like this one:
* Package
- environment1:Env1 (1, containing)
- environment2:Env2 (1, containing)
* Env1
- nodes:Node (1-*, containing)
- relationships:Rel (0-*, containing)
* Rel
- source:Node (1)
- target:Node (1)
* Node
- name:EString (1)
* Env2
- types:Type (1-*, containing)
* Type
- name:EString (1)
- node:Node (1)

Is it possible to create with GMF from this model one Diagram with
subdiagrams for each environment? Both subdiagrams need to use the same
model, because they refer to each others objects (Node).

Hopefully, now I receive an answer. If the question still is unclear, just
let me know.

Kind regards,
Gregory
Re: GMF and MultiPageEditorPart [message #173795 is a reply to message #173700] Fri, 22 February 2008 16:39 Go to previous message
Alexander Shatalin is currently offline Alexander ShatalinFriend
Messages: 2928
Registered: July 2009
Senior Member
Hello Gregory,

> Is it possible to create with GMF from this model one Diagram with
> subdiagrams for each environment? Both subdiagrams need to use the
> same model, because they refer to each others objects (Node).
Yes. It is possible. I suggest you start doint this and ask the questions
as required.

-----------------
Alex Shatalin
Previous Topic:Ecore with subpackages
Next Topic:[Sample Ecore Editor] Edit operation parameters
Goto Forum:
  


Current Time: Tue Apr 23 07:42:15 GMT 2024

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

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

Back to the top