• Shuffle
    Toggle On
    Toggle Off
  • Alphabetize
    Toggle On
    Toggle Off
  • Front First
    Toggle On
    Toggle Off
  • Both Sides
    Toggle On
    Toggle Off
  • Read
    Toggle On
    Toggle Off
Reading...
Front

Card Range To Study

through

image

Play button

image

Play button

image

Progress

1/9

Click to flip

Use LEFT and RIGHT arrow keys to navigate between flashcards;

Use UP and DOWN arrow keys to flip the card;

H to show hint;

A reads text to speech;

9 Cards in this Set

  • Front
  • Back

What is a Sequence Diagram

Represents a scenario in the system, showing collaborating objects and the messages (methods used for messages) passed between them.

Strengths of Sequence Diagram

- Shows dynamic behavior of System


- Show set of collaborating messages between Objects

Weaknesses of Sequence Diagram

- Only a snapshot, not complete


- Not truly dynamic

What is an Interaction Overview diagram

Provides high level overview of interactions within System. Shows dependencies and flows between use cases

Strengths of Interaction Overview diagram

- Shows dependencies between various sequences within System


- Shows normal and alternative flows of sequence

Weaknesses of Interaction Overview diagram

- Not able to show "instance" level modelling


- Confusion with referencing to other diagrams

What is a State Machine Diagram

Displays the flow of an Object interaction where the value of an Object changes. Described in States and Transitions.

Strengths of State Machine Diagram

- Represents lifecycle of an object


- Represents dynamic aspect of System

Weaknesses of State Machine Diagram

- Shows only one object lifecycle


- Incomplete, does not show all objects, states and transitions in one diagram