UML Fix 2
This commit is contained in:
parent
47f83cf705
commit
3abfa0a23c
3 changed files with 4 additions and 3 deletions
BIN
Deliverable3.zip
BIN
Deliverable3.zip
Binary file not shown.
|
@ -25,7 +25,7 @@ isA UserType;
|
||||||
class Admin
|
class Admin
|
||||||
{
|
{
|
||||||
isA UserType;
|
isA UserType;
|
||||||
1 -- * Service;
|
1 -- * Service creates;
|
||||||
}
|
}
|
||||||
|
|
||||||
class Service
|
class Service
|
||||||
|
@ -72,11 +72,12 @@ class Admin
|
||||||
{
|
{
|
||||||
position 490 236 109 41;
|
position 490 236 109 41;
|
||||||
position.association Admin__Service 66,41 0,52;
|
position.association Admin__Service 66,41 0,52;
|
||||||
|
position.association Admin__Service:create 109,28 0,60;
|
||||||
}
|
}
|
||||||
|
|
||||||
class Service
|
class Service
|
||||||
{
|
{
|
||||||
position 849 456 112 75;
|
position 849 474 112 75;
|
||||||
position.association Service__ServiceProvider 65,0 65,143;
|
position.association Service__ServiceProvider 65,0 65,143;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -85,5 +86,5 @@ class Booking
|
||||||
position 99 433 178 211;
|
position 99 433 178 211;
|
||||||
position.association Booking__HomeOwner 62,0 54,41;
|
position.association Booking__HomeOwner 62,0 54,41;
|
||||||
position.association Booking__ServiceProvider 178,50 0,94;
|
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.
Loading…
Reference in a new issue