0
2.3kviews
Write difference between action node and activity node in activity diagram. OR Explain actions and activity node concept in activity diagram.

Subject: Object Oriented Modeling and Design

Difficulty: Medium

Marks: 4 Marks

1 Answer
0
146views
Action node Activity node
The executable, atomic computations such as sending a signal to an object, creating or destroying object are called as action node. An ongoing non-atomic computation within an activity diagram is called as Activity node.
Action node cannot be decomposed. Activity node can be further decomposed in multiple activities.
It gives immediate result. Takes less time for execution. It may take some time duration to complete the execution.
Example:- enter image description here Action node in the above example performs action as increment of value Index. Example:- enter image description here Activity node in the above example can be further divided into multiple activities or actions
Please log in to add an answer.