added cs622 project 2 files

git-svn-id: svn://anubis/gvsu@395 45c1a28c-8058-47b2-ae61-ca45b979098e
This commit is contained in:
josh 2009-04-09 20:46:19 +00:00
parent 4c47a03823
commit c8f0ba973f
12 changed files with 28 additions and 0 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

BIN
cs622/proj2/ID-shutdown.dia Normal file

Binary file not shown.

BIN
cs622/proj2/ID-startup.dia Normal file

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

28
cs622/proj2/todo Normal file
View File

@ -0,0 +1,28 @@
1. Interaction Diagram for each system operation
2. Design class diagram showing all relevant classes
3. Prepare walkthrough for class diagram
Notes:
Do not forget the start-up system operation that creates and initializes objects for other system operations to work with.
Also make sure to show creating and logging the information being processed by your system operations.
System Operations:
- Start Up
- Shut Down
- Print Subscriber List
- Calculate Bills
- Add Subscriber
- Modify Subscriber
- Delete Subscriber
- Add Delivery Person
- Modify Delivery Person
- Delete Delivery Person
Classes:
- Subscriber
- Subscription
- DeliveryPerson
- DeliveryArea
- SubscriptionRate (RegularRate, SpecialRate)
- System
- Database