How do I create a Component Diagram by using PlantUML API?

0 votes
asked Jul 25, 2019 in Question / help by Daniel
Hello,

Is it possible to use PlantUML API for creating a Component Diagram programmatically?. I have several EMF objects that I want to represent in a Component Diagram. Maybe something like

ComponentDiagram cd = new ComponentDiagram();

pkg1 = cd.addPackage("Package1");

pkg1.addComponent("Component1");

Or  maybe someone can provide me sources of documentation and examples.

Regards,

Daniel.

Your answer

Your name to display (optional):
Privacy: Your email address will only be used for sending these notifications.
Anti-spam verification:

[Antispam2 Feature: please please wait 1 or 2 minutes (this message will disappear) before pressing the button otherwise it will fail](--------)
To avoid this verification in future, please log in or register.
...