简体   繁体   English

首先创建没有代码的类图?

[英]Creating class diagram without code first?

I am using objectAid eclipse plugin to create class diagram. 我正在使用objectAid eclipse插件来创建类图。 Say i have altready a customer class in my code.I can drag and drop. 假设我在代码中已经有一个客户类。可以拖放。 But now i want to add address class in diagram . 但是现在我想在图中添加地址类。 I don't have code ready for address class. 我没有地址类准备好的代码。 How can i add address class in diagram without address class ready in code? 没有在代码中准备好地址类的情况下如何在图中添加地址类? I do not see any control to add new box in object ? 我看不到任何在对象中添加新框的控件吗?

Currently ObjectAid only visualizes existing code. 当前,ObjectAid仅可视化现有代码。 So you would have to create your Address class or interface (maybe in a branch) in order to show it in a diagram. 因此,您必须创建Address类或接口(可能在分支中)才能在图中显示它。

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

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