UML Fix 2

This commit is contained in:
Batuhan Berk Başoğlu 2018-11-20 11:38:30 -05:00
parent 96f791db10
commit 9b07e5e20c
3 changed files with 4 additions and 3 deletions

Binary file not shown.

View file

@ -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;
}

Binary file not shown.