0

How can I extend the functionality of the UML designer? I want to be able to load some specific class file and show the infos(attributes, relations) into the UML Diagram?

Thanks!

Horia
  • 48
  • 6

1 Answers1

0

As UML Designer is based on Eclipse Sirius, you need to update the diagrams specification : uml2.odesign. If you don't know yet Sirius, you can have a look to the get started page.

If you have more specific questions do not hesitate!

Mélanie Bats
  • 249
  • 2
  • 4
  • Thank you for your answer! but I want to create my own plugin as an extension point to the uml designer plugin.Something like this : .... is it possible to have the path to the uml designer there ? – Horia Mar 23 '18 at 08:50
  • Could you precise your question ? You want to add menus on what? – Mélanie Bats Mar 23 '18 at 15:05
  • So, **first option** would be to develop my own plugin based on the UML designer in order to extend the functionalities or **second option** would be to download the source code from github and try to modify that according to my requirements? My question was if i will choose the 1 option how it will look the extension point for this ?Thank you! – Horia Mar 26 '18 at 06:24