Activity Diagram
- Activity diagrams are the object oriented equivalent of flow charts and data flow diagrams from structured development
- Activity diagrams describe the workflow behavior of a system
- The process flows in the system are captured in the activity diagram
- Activity diagram illustrates the dynamic nature of a system by modeling the flow of control from activity to activity
- An activity diagram contains activity states. An activity state represents the execution of a statement in a procedure or the performance of an activity in a workflow
- An activity state waits for the completion of its computation. When the activity completes then execution proceeds to the next activity state within the diagram
- When to use Activity Diagrams?
- a complex operation
- a complex business rule
- a single use case
- several use cases
- a business process
- software processes
element of activity diagram
![](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg0wNNC8qyGQ6eMvKfulPC1yLqPVMZMmTu4NGhIewCAoeoBqzwk05A1sThrDwAZq-Jq6K9eLWOHrIEjeuYSp3WCpMXmc9Zg0Apc3R7UeofTmiXlYfjviN-hSJusH9BuDFnJeVosE97WtdQ/s320/Untitled-2.jpg)
![](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhMJq1PbB7j5VbSTf5H-qya6ob52BTJQytJghgrW6RNslWWzDmgbqpbVDx63VkiYKlqK85FzMmFhQDYqWq34uqM6cys9Y-OubcdnkK1FSaaf2hARDzEYu_i_Z0FdIZ-axcZwVEMS6LTd9Q/s320/Untitled-3.jpg)
![](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgLPpve0ecBygU2lkNbMI3kJhp-SUXGY7BzDq_Gnz-PLhwi6iTJ8TXZgaMCQ9YK3y1Ru6r4WfN1o6FEfR9lZh2KRYp4U0L7j6p0KdXekKmvYx_Aba9vsAxKwpTHlumLadKeI6RN_3vhTik/s320/Untitled-4.jpg)
Comments
Post a Comment