Use Case Diagrams - PowerPoint PPT Presentation

1 / 7
About This Presentation
Title:

Use Case Diagrams

Description:

An association between an actor and a use case indicates that the actor and the use case communicate with one another, each one possibly sending and receiving ... – PowerPoint PPT presentation

Number of Views:38
Avg rating:3.0/5.0
Slides: 8
Provided by: ocwKfu
Category:
Tags: case | diagrams | shows | use

less

Transcript and Presenter's Notes

Title: Use Case Diagrams


1
Use Case Diagrams
2
Objectives
  • To introduce use case diagrams
  • Actors
  • Use cases
  • Dependency relationships between use cases

3
Actors
  • An actor is anyone or anything that must interact
    with the system.
  • Actors are NOT part of the system
  • In the UML, an actor is represented as a
    stickman.

4
Use Cases
  • A use case is a description of a set of sequences
    of actions, including variants, that a system
    performs to yield an observable result of value
    to an actor.
  • A use case describes what a system does but it
    does not specify how it does it.
  • A use case typically represents a major piece of
    functionality that is complete from beginning to
    end.

5
Use Cases (Contd)
  • A use case must deliver something of value to an
    actor.
  • The collection of use cases for a system
    constitute all the defined ways the system may be
    used.
  • In the UML, a use case is represented as an oval.

6
Dependency Relationships between Use Cases
  • extend
  • Specifies that the target use case extends the
    behavior of the source use case.
  • include
  • Specifies that the source use case explicitly
    incorporates the behavior of another use case at
    a location specifies by the source.

7
Use Case Diagrams
  • A use case diagram is a diagram that shows a set
    of use cases and actors and their relationships.
  • Actors may be connected to use cases only by
    association.
  • An association between an actor and a use case
    indicates that the actor and the use case
    communicate with one another, each one possibly
    sending and receiving messages.
  • Use case diagrams are used to
  • Model the context of a system.
  • Model the requirements of a system
Write a Comment
User Comments (0)
About PowerShow.com