4

Background

I have one action (action_a) that calls an operation(operation_x) on another action (action_b).

The parameters to operation_x are as follows:

action_b.operation_x( param_1, param_2 )

I'm trying to work out how to document the parameters being passed in UML activity diagrams.

Option 1

One option may be to use a comment?

Diagram

Option 2

Another option may be to use activity parameters, but it doesn't seem right to show two flows from action_a for one operation call?

enter image description here

Question

How can I show multiple objects being passed?

4

1 回答 1

1

选项 2 很接近,但出现的边缘action_a不正确,我认为在同一张图上显示通话和详细信息是不合法的。请看我的其他回答

于 2013-08-08T15:54:49.247 回答