Use Case diagrams - UML Tutorial

Use Case diagrams

- A use case diagram depicts different users of the system and the functions of the system. Actors interact with a use case and the functions are called as use cases. Use cases diagrams describe the interaction between the actor and the use case.
- Use case diagram expose the requirements of the system.
- For e.g. a use case diagram for an ATM would involve the actor to be ATM and the user. Use cases could be, withdraw money, deposit cheque
UML Sequence Diagram (Unified Modeling Language)
Sequence Diagram in UML - Sequence Diagram shows structural organization of the objects that send and receive.......
UML Collaboration Diagram (Unified Modeling Language)
Collaboration Diagram in UML- Collaboration Diagram represents organization of the object that participates........
UML Startchart Diagram (Unified Modeling Language)
Startchart Diagram in UML-Startchart Diagram represents a state machine, shows the flow of control.......
Post your comment