I need to draw a component diagram for an Eclipse plugin, but I'm not sure how to do that.
I found this diagram. I think I could draw something similar using the UML 2 notation for my plugin, replacing "Your tool" with the name of my plugin and "Their tool" with the name(s) of the plugin(s) my plugin uses.
What do you think? Thank you very much!
PD: Yes, I have read about component diagrams, but I'm really lost here.
Edit: for example: I'm developing a plugin using Xtext and Xpand and MySQL, so I guess my components would be: MyPlugin, Xtext, Xpand, MySQL and Eclipse itself. Is it correct?
Now, what would be a Xtext or Eclipse interface to connect to other components?