IntelliJ IDEA 使用 UML 进行正向工程?
来自 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果您想这样做,我认为您必须单击某个源文件夹或包中的“显示图表”,然后右键单击图表,您将可以选择创建类或接口。右键单击一个类时,还会有一个选项在该类中创建方法和字段。
因此,请按照显示图进行操作,然后右键单击并使用上下文菜单来创建类/方法等。
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.