IntelliJ IDEA 使用 UML 进行正向工程?

发布于 2024-12-06 04:01:31 字数 285 浏览 1 评论 0原文

来自 UML 上的 IntelliJ IDEA 帮助系统:

正向工程,使您能够设计和创建视觉效果 模型,并用节点元素、成员和关系填充它。 IntelliJ IDEA自动生成源代码并保存 与模型同步。

...但它没有告诉您如何做到这一点。我知道如何显示现有类的 UML 图(在“项目”窗口中右键单击类文件,选择“图”>“显示图”。

我想做的是相反的方式:创建 UML 类图,并从这些图生成方法存根。

From IntelliJ IDEA Help System on UML:

Forward engineering, which enables you to design and create a visual
model, and populate it with node elements, members and relationships.
IntelliJ IDEA automatically generates source code and keeps it
synchronized with the model.

...but it does not tell you how to do that. I know how to show the UML Diagram for existing classes (Right click on a class file from Project window, select Diagrams > Show Diagram.

What I want to do is the other way around: Create UML Class Diagrams, and generate method stubs from those diagrams.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

梦与时光遇 2024-12-13 04:01:31

如果您想这样做,我认为您必须单击某个源文件夹或包中的“显示图表”,然后右键单击图表,您将可以选择创建类或接口。右键单击一个类时,还会有一个选项在该类中创建方法和字段。

因此,请按照显示图进行操作,然后右键单击并使用上下文菜单来创建类/方法等。

If you want to do this, i think you have to click show diagram in a certain source folder or package and then right click in the diagram and you will have the option to create classes or interfaces. When right-clicking on a class there will also be an option to create methods and fields in this class.

So folow the show diagram, then right click and use the context menu to create classes/methods etc.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文