简体   繁体   中英

What are some tools to convert Java programs into sequence diagrams?

有哪些工具可以将Java程序转换为顺序图?

Netbeans IDE具有反向工程功能 (可快速转到博客中的最​​后一个屏幕截图)。

I believe Enterprise Architect supports Java.

http://www.sparxsystems.com.au/

I've used it for C#.NET and it reverse engineers all your classes / methods / interfaces etc and makes it easy to create sequence diagrams. It is also possible to get a sequence diagram out of a debug session, but I haven't tried that yet!

eclipse can be upgraded with OMONDO . Which is not free, but they had a free version some years ago and that on was capable of re-engineering Java code to sequence diagrams.

Here is another big list of UML tools .

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM