[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Newsgroup Home]
|
[news.eclipse.modeling.amalgam] multiple diagrams with shared domain model and referenced ecore models
|
Hi
I have a common domain model which consists of 1 parent ecore and 5
child ecore files. They all reference uml.ecore and ecore.ecore.
I can generate tree editors without problem, if I call the parent
editor I get a choice of child editors, I can even use load resource to
have several child editors linked.
Trouble is I'm not sure how to do the similar thing in GMF.
I can also generate individual GMF diagrams for each child giving them
different names but I would like a linked set of diagrams each which can
reference nodes on the different child diagrams.ie if I use a wizard and
associated perspective I get a menu saying new DSLA diag ... DSLF diag etc.
Am I correct in assuming that there will be 6 gmfgen, mapping and graph
files for the parent and 5 children?
regards
Steve