Package Diagram Assignment

Table of Contents


1 About This Sprint

This sprint discusses how to identify and model interactions between entities in UML interaction diagrams. The sprint also covers how the interaction diagrams produce material that is used to create UML Class Diagrams.

The sprint particularly focus on the top-level structure of the system as subsystems/packages.

2 User Stories covered in this Sprint

  • As a software designer I want to understand how domain concepts interact so that I can select the best way to implement these interactions.
  • As a software designer I want to model both the dynamic behaviour as well as the static structure of the application so that I can communicate both to the developers.
  • As a software implementer I want to know which methods and attributes each class contains so that I can implement them.

3 Learning Material

Please review the sprints on

4 Experiential Learning

4.1 Assignment: Package Diagram

List and describe the high-level packages in your system.

Tasks:

  • Break down your system into logically coherent packages.
  • Briefly describe each package, and its responsibilities.
  • Model your system in a UML Package Diagram.

Document Structure:

The title for this Assignment Document is: Package Diagram for System <system name>

.

The assignment document shall contain the following items:

  1. Title Page, according to the Title Page Instructions (Link)
  2. System Description

    A brief description (2-3 paragraphs) of your interpretation of what the goal of the system is.

  1. Overall Packages

    List your packages and briefly describe their responsibilities.

  2. Package Diagram

    Represent your packages as a UML Package Diagram.

Commit and push this document to your project repository.

Conditions of Satisfaction:

When marking this part of the assignment we are looking for the following:

  1. Does the title page contain a table with authors and author contribution?
  2. Size of assignment: Does the package model contain 5 to 10 packages?
  3. Do the packages represent a logical division of the system?
  4. Is each package described in an understandable way?
  5. Are the responsibilities of each package clearly described?

5 Sprint Acceptance Tests

You are done with this sprint when:

  • You have an understanding of how the dynamic behaviour of the system is used to identify the static structure
  • You have an understanding of how you may use your previous analysis, in terms of Use Cases, System Sequence Diagrams, and Domain Model to initiate your design of the dynamic behaviour.
  • You have created a Package Diagram document.
  • You have committed/pushed these documents to your project repository.

You may also have

  • Updated your Sprint Test Plan
  • Updated your Course Backlog

Author: Mikael Svahnberg

Email: Mikael.Svahnberg@bth.se

Created: 2018-04-27 Fri 09:48

Validate