GMF and MultiPageEditorPart [message #173263] |
Thu, 21 February 2008 06:18  |
Eclipse User |
|
|
|
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 09:00   |
Eclipse User |
|
|
|
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 11:39  |
Eclipse User |
|
|
|
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
|
|
|
Powered by
FUDForum. Page generated in 0.03159 seconds