ArgoUML 操作

发布于 2024-11-07 10:18:15 字数 475 浏览 5 评论 0 原文

我已经使用 ArgoUML 创建了一个 ERD(实体关系图),并且希望在一个类中创建两个操作,它们都具有 void 返回类型。但是,我只能创建一个返回 void 类型的操作。

例如:

在此处输入图像描述

我可以设置 bookInitial() 的返回类型到 void 但每当我尝试将 bookFollowUp() 的返回类型设置为 void 时,该选项不可用。

在检查了项目中的其他类后,似乎每个类只允许一个对象具有 void 返回类型 - 对于所有类都是如此吗?

有没有一种方法可以将 void 返回类型分配给多个操作?

谢谢。

I have created an ERD (Entity-Relationship Diagram) using ArgoUML and I wish to create two operations within a class which both have a void return type. However, I am only able to create one operation which returns a void type.

For example:

enter image description here

I am able to set the return type of bookInitial() to void but whenever I try to set the return type of bookFollowUp() to void, the option is not available.

Having checked with other classes in the project, it would appear that each class only allows one object to have a void return type - is this true for all classes?

Is there is there a way to assign the void return type to more than one operation?

Thank you.

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

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

发布评论

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

评论(2

你的呼吸 2024-11-14 10:18:15

ArgoUML是一个UML建模工具,因此它没有ER图。您可能正在使用 UML 类图。

您使用什么版本的 ArgoUML?如果这确实不起作用,并且您正在运行最新版本(0.32.2),那么这听起来像是一个错误,应该在 http://argouml.tigris.org/project_bugs.html

ArgoUML is a UML modeling tool, so it doesn't have E-R diagrams. You were probably working with UML Class Diagrams.

What version of ArgoUML are you using? If that really doesn't work, and you're running the latest version (0.32.2), it sounds like a bug which should be reported at http://argouml.tigris.org/project_bugs.html

握住我的手 2024-11-14 10:18:15

在此处输入图像描述

我在创建两个返回 void 的操作时没有问题(使用 Argo v.0.24)。事实上,当添加新操作时,它们被创建为默认返回 void

enter image description here

I have no problem in creating two operations that return void (with Argo v.0.24). In fact, when adding new operations they are created as returning void by default

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