written 5.8 years ago by | • modified 5.7 years ago |
Subject: Object Oriented Modeling and Design
Difficulty: Medium
Marks: 4 Marks
written 5.8 years ago by | • modified 5.7 years ago |
Subject: Object Oriented Modeling and Design
Difficulty: Medium
Marks: 4 Marks
written 5.7 years ago by |
Use case diagram:-It shows a set of use cases and actors and their relationships. a use case is a description of a set of sequences of actions that a system performs to get an result to tan actor. It describes a set of sequences in which each sequence represents the interaction of the things outside the system with the system itself. It represents functional requirements of system. For example, for ATM system validating pin for the customer is a behavior of a system which can be shown as use case. It addresses the static use case view of a system. These are important in organizing and modeling the behaviors of a system.
Common uses of use case diagram:
Notations:-
Use case: - It is shown with ellipse.
Association: - It is shown with solid line.