[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.modeling.gmf] Re: How to store my workflow model to this structure

Alex Shatalin åé:
Hello jiezi,

If you whant to use arbitrary element from the underlying resource (not a root one) as a diagram root element then you can try using "Initialize .. diagram" popup menu action on exising *.XPDL file.

To use some domain model properties as a visual one (like: position/colors) you have to write custom code/modify code generation templates and this is not an easy task.

-----------------
Alex Shatalin


I sorry I'm not particularly aware of the " If you whant to use arbitrary element from the underlying resource (not
a root one) as a diagram root element then you can try using "Initialize
.. diagram" popup menu action on exising *.XPDL file."
I only have these files:
TC-1025_schema_10_xpdl.xsd
my.ecore
my.genmodel
my.gmfgraph
my.gmftool
my.gmfmap
my.gmfgen
and after debug, GMF create a model file and a view file , I want to combine the two files into one *.XPDL file ,
but I haven't done it.
So you says using "Initialize .. diagram" popup menu action on exising *.XPDL file."
which type of editor is used to open the exising *.XPDL file" and find the "Initialize .. diagram" popup menu?