I want to create a sequence diagram for some Java code, using Magicdraw. I have Magicdraw Enterprise version installed.
Is there a plug-in I can install, in Eclipse, which can generate a sequence diagram from the code?
I want to create a sequence diagram for some Java code, using Magicdraw. I have Magicdraw Enterprise version installed.
Is there a plug-in I can install, in Eclipse, which can generate a sequence diagram from the code?
Magicdraw Enterprise has this out of the box - there is no need for Eclipse.
I don't have the tool available at the moment, but I will try to explain from memory.
You need to create a Code Engineering Set for Java.
I hope this approximate explanation helps. If you need something more step-by-step (for instance, I assumed you know what a Code Engeneering Set is), feel free to ask.
Did you try this yet? http://jdocs.nomagic.com/190/index.html?overview-summary.html (Class: ModelElementsManager --> CreateDiagram()
Magicdraw offers a java API. It is possible to create a sequence diagram programmatically. You might need to follow these instructions before developing: https://docs.nomagic.com/display/MD185/Development+in+Eclipse
I hope, I was able to help.