is there an option to generate sequence diagram from not running code in enterprise architect ? I know it is possible from running code but my code is just a library and not able to run it. Thanks. I have all .cs files
Asked
Active
Viewed 1,173 times
2 Answers
3
Unfortunately, no. To auto-generate a sequence diagram, you have to run the code and record its execution in EA's execution analyzer.

Uffe
- 10,396
- 1
- 33
- 40
0
there is a tool that is called phpcallgraph for PHP5 coding. You can generate call graphs without executing your code and there is an option to create sequence diagram using UMLGraph and GNU plotutils.

Valentin Despa
- 40,712
- 18
- 80
- 106

sshera
- 1
-
Please provide links to the tool you're talking about. – ForceMagic Oct 20 '12 at 02:26