Updated UML Diagram again
This commit is contained in:
parent
5b6734cbbb
commit
1f4ca327f6
3 changed files with 10 additions and 4 deletions
|
@ -47,7 +47,11 @@ class Booking
|
||||||
int year;
|
int year;
|
||||||
serviceprovider;
|
serviceprovider;
|
||||||
homeowner;
|
homeowner;
|
||||||
* -- * HomeOwner;
|
status;
|
||||||
|
int rating;
|
||||||
|
* -- 1 HomeOwner;
|
||||||
|
* -- 1 ServiceProvider;
|
||||||
|
* -- 1 Service;
|
||||||
}
|
}
|
||||||
|
|
||||||
class UserType
|
class UserType
|
||||||
|
@ -72,12 +76,14 @@ class Admin
|
||||||
|
|
||||||
class Service
|
class Service
|
||||||
{
|
{
|
||||||
position 854 455 112 75;
|
position 849 456 112 75;
|
||||||
position.association Service__ServiceProvider 65,0 65,143;
|
position.association Service__ServiceProvider 65,0 65,143;
|
||||||
}//$?[End_of_model]$?
|
}
|
||||||
|
|
||||||
class Booking
|
class Booking
|
||||||
{
|
{
|
||||||
position 100 434 109 41;
|
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__Service 178,120 0,22;
|
||||||
}
|
}
|
Binary file not shown.
BIN
~$L Class Diagram.docx
Normal file
BIN
~$L Class Diagram.docx
Normal file
Binary file not shown.
Loading…
Reference in a new issue