josh c8f0ba973f added cs622 project 2 files
git-svn-id: svn://anubis/gvsu@395 45c1a28c-8058-47b2-ae61-ca45b979098e
2009-04-09 20:46:19 +00:00

29 lines
727 B
Plaintext

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