CSU 213 Assignment 1: Spring 2007
Grading rubric: Total = 20 points
Tivo exercise: 10 points total
class TimeSlice:
1 point -- class diagram
1 point -- purpose statements for the class is included
1 point -- correct code with constructors
1 point -- examples
class TVshow:
2 points whole diagram
1 points for the classes all being there
1 point for the containment arrows
1 point -- class definitions in Java
3 points -- examples for each class: Date, ClockTime, ShowTime, TVshow
City Map exercise: 10 points total
3 points for the Class Diagram
1 point -- 4 classes and the interface are defined
1 point -- inheritance arrows are OK
1 point -- containment arrows are OK
4 points for 4 class definitions and the interface definition
(1 point off if no purpose statements anywhere)
3 points for one point for examples for each of thee three classes
(OK if the examples for Place is not there)