UML — Activity Diagrams
1 min readSep 6, 2018
It Help people on the business and development sides of an organization come together to understand the same process and behavior.
Specification:
- Demonstrate the logic of an algorithm.
- Describe the steps performed in a UML use case.
- Illustrate a business process or workflow between users and the system.
- Model software architecture elements, such as method, function, and operation.
Basic components (Symbols):
Example Scenario: Book borrowing system for a Library.
- Member come and log into system.
- If he/she is not a member, Register.
- Search the book, View details about book.
- Borrow the book.
- Balance the fines.
REFERENCES: