0
69kviews
Draw use case and sequence diagram (withdrawal) for ATM banking system.
1 Answer
3
4.7kviews
written 3.0 years ago by | modified 2.6 years ago by |
Use Case Diagram: A use case diagram establishes the capability of the system as a whole. Components of use case diagram: Actor, Use case, System boundary, Relationship, Actor relationship Semantic of the components is followed.
Use Case Diagram for ATM Banking System is as follows:
Sequence Diagram: A sequence diagram in Unified Modeling Language (UML) is a kind of interaction diagram that shows how processes operate with one another and in what order. It is a construct of a Message Sequence Chart. There are two dimensions. 1. Vertical dimension-represent time. 2. Horizontal dimension-represent different objects.
The Sequence Diagram for ATM Banking System is as follows:
ADD COMMENT
EDIT
Please log in to add an answer.