And create domain model class diagram one uml class diagram chapter
|
---|
On-campus students are to show it to your tutor before end of tutorial.
Online students submit via Moodle.
1. | |
2. | |
3. |
Question 1.
1/5
New jacket requires 1 product item object and 3 * 6 = 18 inventory item objects. Total of 19.
|
---|
2/5
Some packages were high priority, requiring same-day delivery. Others were overnight. Of course, the weight and cost were recorded so the customer could either pay or have it added to the monthly invoice.
In the courier and delivery business, one of the most important information requirements is the date and time stamp. For each package, it is important to know when it was picked up, when it arrived at the warehouse, when it went back out on the delivery run, and when it was delivered. When possible, it is also important to have names associated with each of these events.
ITECH2002 - Systems Modelling
Note: In the analysis, it was determined that dateTimeStamp was an attribute of package
movements. However, no Movement noun was identified. So we added a general class called “MovementEvent” to track package movements, such as pickups, deliveries, warehouse movements.Also a trip noun was not specifically mentioned but it was strongly implied by the driver delivering packages. “Delivery Trip” was included above, which has been added as RouteTrip since it handles both deliveries and pickups
4/5
5/5