Hi,
I want to know if there is any possibility to extend MDT UML2 Tools without accessing the code source (may be to extend the Ecore of this tool and then generate the other
diagrams)
Thank u in advance.
Yes, you can extend the model files in "org.eclipse.uml2.uml" to extend the
UML model at first. As I know, UML profile could be used to implement that,
but I don't know so much about the details. I directly change the
"UML.merged.uml" and use it to regenerate the "UML.genmodel". Then the UML
model is my own model.
Then you can define your GMF config files, just like the *.gmfgraph,
*.gmfmap, etc., so you can get the specific gmfgen file for your diagram.
I've realized a "robustness diagram" in this way.
<asma_jamoussi@yahoo.fr> 写入消息 news:hlmp7f$852$1@build.eclipse.org...
> Hi,
> I want to know if there is any possibility to extend MDT UML2 Tools
> without accessing the code source (may be to extend the Ecore of this
> tool and then generate the other diagrams) Thank u in advance.
Thank u for replying my message.
But just another question if u don't mind. Is there any possibility to find the .gmfgraph file of this MDT UML2 Tools because they give just the .Ecore and the .genmodel files.
I'm thankful to u in advance.
You could check out the plugin "org.eclipse.uml2.diagram.def" from CVS.
Then you can get the .gmfgraph, .gmftool files you are looking for.
<asma_jamoussi@yahoo.fr> 写入消息 news:hmfvpj$vr$1@build.eclipse.org...
> Thank u for replying my message.
> But just another question if u don't mind. Is there any possibility to
> find the .gmfgraph file of this MDT UML2 Tools because they give just the
> .Ecore and the .genmodel files.
> I'm thankful to u in advance. :)
I have the same task : extending MDT UML2Tool without modifying source code but I don't Know how to begin and how to do exactly I'm thinking about creating a plugin which wil interact with U2T and which will create extra bottons to the editor palette these bottins are refering to my spesific stereyotypes.