Generating UML diagrams using NetBeans 7.2

2019-03-19 09:35发布

I found this link:

http://wiki.netbeans.org/NetbeansUML

for generating UML diagrams from existing code; admitedly using NetBeans 5.5.

I followed the outlined procedure but just get an empty -Model project.

Does the "Reverse Engineer..." method not work in NetBeans 7.2? If not then why isn't it disabled?

Thanks

Graham

3条回答
Emotional °昔
2楼-- · 2019-03-19 10:00

After successfully installing easyUML plugin, do the following steps in Netbeans IDE:

  • File->New Project->UML->UML Diagrams Project
  • Rightclick on your Java Project in the project structure window->choose "easy UML create class diagram"
  • Refer to your UML project

Et voila!

查看更多
Anthone
3楼-- · 2019-03-19 10:04

There is very useful plugin for NetBeans for generating UML diagrams called EasyUML.

http://plugins.netbeans.org/plugin/55435/easyuml

查看更多
Anthone
4楼-- · 2019-03-19 10:12

No, the NetBeans UML is only available for NB 6.7 and earlier releases. See here for more informations.

Alternatives:

Both are listed at the NB UML website.

查看更多
登录 后发表回答