简体   繁体   English

在NetBeans中自动生成UML实例图

[英]Automatically Generate UML Instance Diagrams in NetBeans

Is there any way to automatically generate an Instance Diagram of my project in NetBeans? 有什么方法可以在NetBeans中自动生成我的项目的实例图吗? Something like that: http://i.stack.imgur.com/015xT.png , http://i.stack.imgur.com/JKrNA.png 像这样的东西: http : //i.stack.imgur.com/015xT.png,http : //i.stack.imgur.com/JKrNA.png

I managed to generate the class UML and the hierarchy diagram, but the instance diagram. 我设法生成了类UML和层次结构图,但是生成了实例图。

I would really appreciate your help. 我将衷心感谢您的帮助。

Thanks 谢谢

No. NetBeans supports class diagram automatic creation, but automatic creation of instance diagrams is possible only analyzing the run of the application. 不能。NetBeans 支持类图自动创建,但是仅在分析应用程序运行时才可以自动创建实例图。 It is absolutely useless - you'll have too MANY diagrams and elements. 这绝对没用-您将有太多的图和元素。 And object diagrams (that is their correct name, not instance ones) are created only for some specific instances and can be done by hand. 对象图(即它们的正确名称,而不是实例名称)仅针对某些特定实例创建,并且可以手动完成。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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