diff --git a/Deliverable3.zip b/Deliverable3.zip index 75f3dbc..095eb2d 100644 Binary files a/Deliverable3.zip and b/Deliverable3.zip differ diff --git a/ProjectUML.ump b/ProjectUML.ump index 50c8911..431ba24 100644 --- a/ProjectUML.ump +++ b/ProjectUML.ump @@ -25,7 +25,7 @@ isA UserType; class Admin { isA UserType; - 1 -- * Service; + 1 -- * Service creates; } class Service @@ -72,11 +72,12 @@ class Admin { position 490 236 109 41; position.association Admin__Service 66,41 0,52; + position.association Admin__Service:create 109,28 0,60; } class Service { - position 849 456 112 75; + position 849 474 112 75; position.association Service__ServiceProvider 65,0 65,143; } @@ -85,5 +86,5 @@ class Booking position 99 433 178 211; position.association Booking__HomeOwner 62,0 54,41; position.association Booking__ServiceProvider 178,50 0,94; - position.association Booking__Service 178,120 0,22; + position.association Booking__Service 178,120 0,68; } \ No newline at end of file diff --git a/UML Class Diagram.docx b/UML Class Diagram.docx index 0c76789..70f59d3 100644 Binary files a/UML Class Diagram.docx and b/UML Class Diagram.docx differ