Activity Diagrams-TA
Activity Diagrams-TA
2
What is an Activity?
Activity diagram is used to illustrate the flow of control in a system and refer to the steps involved in the
execution of a use case.
Activity diagram is another important diagram in UML to describe the dynamic aspects of the system.
Activity diagram is basically a flowchart to represent the flow from one activity to another activity.
The control flow is drawn from one operation to another.
• Model the detailed information about any function/algorithm which is used inside the system.
• One side fills and sends the order while the other handles the
billing.