Danny
Danny

Reputation: 105

How to indicate data output from a subactivity in an Activity Diagram?

as said in the title I am trying to indicate the output of data from a subactivity in an Activity Diagram. I am torn between Object-Nodes and input pins.

What is correct in this case?

Upvotes: 0

Views: 193

Answers (1)

qwerty_so
qwerty_so

Reputation: 36313

Input and output of Activities are routed through ObjectNodes. For the input you use an ActivityParameter which is a specialized ObjectNode. ObjectNodes are drawn as little squares at the border of Activity. ActivityParameters are shown as flat rectangular shapes also at the border of Activities.

Upvotes: 1

Related Questions