0% found this document useful (0 votes)
36 views1 page

Used To Describe A Set of Actions (Use Cases) That Some System or Systems (Subject) Should or

UML Use Case Diagrams describe interactions between actors and systems through use cases, which represent actions the system can perform. A use case analysis captures how a system responds to different inputs from actors like a person interacting with a social media site. Sequence diagrams visualize message exchanges over time between classes to validate system behaviors and responsibilities. Class diagrams model the static structure of a system by showing relationships between classes, objects, attributes, and operations.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
36 views1 page

Used To Describe A Set of Actions (Use Cases) That Some System or Systems (Subject) Should or

UML Use Case Diagrams describe interactions between actors and systems through use cases, which represent actions the system can perform. A use case analysis captures how a system responds to different inputs from actors like a person interacting with a social media site. Sequence diagrams visualize message exchanges over time between classes to validate system behaviors and responsibilities. Class diagrams model the static structure of a system by showing relationships between classes, objects, attributes, and operations.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 1

UML Use Case Diagrams.

Use case diagrams are usually referred to as behavior diagrams


used to describe a set of actions (use cases) that some system or systems (subject) should or
can perform in collaboration with one or more external users of the system (actors).
http://www.uml-diagrams.org/use-case-diagrams.html

Use case analysis, in simple terms, represents the various ways a software would react based
upon the input that it receives. Consider the example of a person interacting with a social
networking site. The various ways in which he or she interacts, and the results derived from that
interaction could be captured in the form of a use case analysis. The person, or other external
system, that is interacting is also referred to as an actor. The person types in the web address or
url of the site and then enters their username and password. When the url is typed, it automatically
launches the homepage. The entire process is captured in the form of a use case.
http://study.com/academy/lesson/use-case-analysis-tutorial-examples.html

Sequence diagrams describe interactions among classes in terms of an exchange of messages over time.
They're also called event diagrams. A sequence diagram is a good way to visualize and validate various
runtime scenarios. These can help to predict how a system will behave and to discover responsibilities a
class may need to have in the process of modeling a new system. https://www.smartdraw.com/sequence-
diagram/

A class diagram models the static structure of a system. It shows relationships between classes, objects,
attributes, and operations. https://www.smartdraw.com/class-diagram/

You might also like