Generating UML diagrams using NetBeans 7.2

梦想的初衷 提交于 2019-12-04 10:50:58

问题


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


回答1:


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!




回答2:


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

Alternatives:

  • Visual Paradigm: SDE for NetBeans
  • JDeveloper

Both are listed at the NB UML website.




回答3:


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

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



来源:https://stackoverflow.com/questions/14730706/generating-uml-diagrams-using-netbeans-7-2

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!