如何连接两个活动?
How to connect two activities?
我正在互联网上寻找解决方案,但我找不到任何东西。
我有一个有多个界面的大系统。
在我们公司,我们有一个 uml 存储库,其中我们有一个 activity 所有用例的图表。
这里:
我知道我应该在 activity 图上使用操作,我不能通过控制流连接两个活动。
但
我们还希望接口方法具有可重用的 actions/activities 和方法主体的图表。
是否有可能通过对象流或控制流连接两个活动?
I can't connect two activities by control flow
Is there any possibility to connect two activities by object flow or control flow?
您想从另一个调用 activity,为此只需使用调用行为操作,其中行为是被调用的 activity。
来自 §16.3.4.1 调用行为操作 formal/2017-12-05 第 454 页:
The call of an Activity is indicated by placing a rake-style symbol within the Action symbol (see Figure 16.15, left). The
rake resembles a miniature hierarchy, indicating that this invocation starts another Activity that represents a further
decomposition. An alternative notation in the case of an invoked Activity is to show the contents of the invoked Activity
inside a large round-cornered rectangle symbol (see Figure 16.15, right).
我正在互联网上寻找解决方案,但我找不到任何东西。
我有一个有多个界面的大系统。
在我们公司,我们有一个 uml 存储库,其中我们有一个 activity 所有用例的图表。
这里: 我知道我应该在 activity 图上使用操作,我不能通过控制流连接两个活动。 但 我们还希望接口方法具有可重用的 actions/activities 和方法主体的图表。
是否有可能通过对象流或控制流连接两个活动?
I can't connect two activities by control flow
Is there any possibility to connect two activities by object flow or control flow?
您想从另一个调用 activity,为此只需使用调用行为操作,其中行为是被调用的 activity。
来自 §16.3.4.1 调用行为操作 formal/2017-12-05 第 454 页:
The call of an Activity is indicated by placing a rake-style symbol within the Action symbol (see Figure 16.15, left). The rake resembles a miniature hierarchy, indicating that this invocation starts another Activity that represents a further decomposition. An alternative notation in the case of an invoked Activity is to show the contents of the invoked Activity inside a large round-cornered rectangle symbol (see Figure 16.15, right).