CEN4020: Software Engineering I |
up↑
|
Individual Homework Assignment 4 (HW4)
Due Date
See course Calendar.
Objectives
Practice constructing a class diagram
Practice writing a class description
Practice writing an attribute description
Instructions
Using the UTC project description and previous homework solutions, create:
- a class diagram for the system
- one class description document
- one attribute descriptiont
You must choose the class and the attribute you describe, from
your class diagram. Make sure the class you choose is complex
enough to allow you have some some meaningful attributes.
You are not expected to include methods at this time.
In particular, do not
put in any CRUD
(create, read, update, delete) methods.
Examples - from the Video Rental System,
See the example class and attribute descriptions, and class
diagram, in the example
VRS SRS.
Templates, Instructions & Grading Criteria
- Class diagram
- Use the UML tool in Eclipse, and turn in a PDF file
- Criteria (.html)
- Class & attribute descriptions
- Class description template (.html)
(.doc)
- Attribute description template (.html) (.doc)
- Instructions & grading criteria (.html)
References
- This assignment: University Testing Center vision document
- Explanations of use class diagrams, class descriptions, and attribute descriptions
in Chapter 6 of the Dennis, Wixom, and Tegarden textbook
- The Video Rental System (VRS) example:
- Class notes on class diagrams, class descriptions, and attribute descriptions
Delivery
Follow the general instructions
for delivering homework assignments.
($Id: hw4.html,v 1.1 2010/08/22 10:12:07 baker Exp baker $)
|