UML:对创建/更改其他活动的活动进行建模

发布于 2024-07-24 21:33:12 字数 296 浏览 4 评论 0原文

假设我要构建某个组织的行为模型:特别是,我要构建一堆活动图来描述组织中发生的所有活动(例如“投标”、“订单履行”、“运输”等活动) “, ETC。)。

现在,组织中的关键活动之一是包括建立和维护所有活动本身的活动。 如果您想在建模活动时显示对象流,您将如何将此类输入/输出描述为活动?

例如,使用来自 UML 元模型的 Activity 类实例的对象在语义上是否正确? (我正在使用的 UML 建模工具没有给我这样的选项。是因为该工具不了解还是因为我不应该将元模型中的类实例包含到我的模型中?)

Let's say I am to build a behavioral model of some organization: in particular, I am to build a bunch of activity diagrams that describe all those activities that take place in the organization (activities like "bidding", "order fulfillment", "shipping", etc.).

Now, one of the key activities in the organization is the one that includes establishing and maintaining all the activities themselves. If you wanted to show the object flows while modeling that activity, how exactly would you depict such inputs/outputs as activities?

For example, would it be semantically correct to use objects that are instances of the Activity class from UML meta-model? (The UML modeling tool that I'm using does not give me such an option. Is it because the tool is ignorant or because I am not supposed to include instances of classes from meta-model into my model?)

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

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

发布评论

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

评论(1

那请放手 2024-07-31 21:33:12

活动参数节点可能就是您正在寻找的。 该形状表示调用当前活动图中的操作的活动。 您可以将此形状连接到当前活动中的输入节点或输出节点。

您可以在 VS 2010 Ultimate 中创建支持此类节点的 UML 活动图。 有关详细信息,请参阅 RC 文档中的以下主题:

UML 活动图:参考(滚动到底部):http://msdn.microsoft.com/en-us/library/dd409360%28VS.100%29.aspx

18活动参数节点:一个对象节点,通过它可以接收或产生数据
活动。 当从另一个活动调用该图表示的活动时使用,或者
当图表描述操作或功能时。

活动参数活动图上的节点

欢迎在 VS 2010 架构和活动图上发布问题。 建模工具论坛,位于 http://social.msdn。 microsoft.com/Forums/en-US/vsarch/threads

An activity parameter node might be what you're looking for. This shape represents an activity that calls actions in the current activity diagram. You connect this shape to an input node or output node in the current activity.

You can create UML activity diagrams that support this kind of node in VS 2010 Ultimate. For more info, see the following topic in the RC documentation:

UML Activity Diagrams: Reference (scroll to the bottom): http://msdn.microsoft.com/en-us/library/dd409360%28VS.100%29.aspx

18: Activity Parameter Node: An object node through which data can be received or produced by
the activity. Used when the activity represented by the diagram is called from another activity, or
when the diagram describes an operation or function.

Activity parameter nodes on an activity diagram

Feel free to post questions in the VS 2010 Architecture & Modeling Tools forum at http://social.msdn.microsoft.com/Forums/en-US/vsarch/threads.

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