Finalized UML

This commit is contained in:
Batuhan Berk Başoğlu 2018-12-02 17:24:03 -05:00
parent d67533eb42
commit 134b7b99fd
3 changed files with 7 additions and 4 deletions

View file

@ -25,7 +25,7 @@
</value> </value>
</option> </option>
</component> </component>
<component name="ProjectRootManager" version="2" languageLevel="JDK_1_7" default="true" project-jdk-name="1.8" project-jdk-type="JavaSDK"> <component name="ProjectRootManager" version="2" languageLevel="JDK_1_8" default="true" project-jdk-name="1.8" project-jdk-type="JavaSDK">
<output url="file://$PROJECT_DIR$/build/classes" /> <output url="file://$PROJECT_DIR$/build/classes" />
</component> </component>
<component name="ProjectType"> <component name="ProjectType">

View file

@ -3,7 +3,8 @@ class UserType
firstname; firstname;
lastname; lastname;
username; username;
password; salt;
hash;
} }
class HomeOwner class HomeOwner
@ -25,7 +26,7 @@ isA UserType;
class Admin class Admin
{ {
isA UserType; isA UserType;
1 -- * Service creates; 1 -- * Service;
} }
class Service class Service
@ -48,6 +49,7 @@ class Booking
int year; int year;
status; status;
int rating; int rating;
comment;
* -- 1 HomeOwner; * -- 1 HomeOwner;
* -- 1 ServiceProvider; * -- 1 ServiceProvider;
* -- 1 Service; * -- 1 Service;
@ -73,6 +75,7 @@ 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; position.association Admin__Service:create 109,28 0,60;
position.association Admin__Service:creates 109,16 0,28;
} }
class Service class Service
@ -83,7 +86,7 @@ class Service
class Booking class Booking
{ {
position 99 433 178 211; position 99 433 178 194;
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,68; position.association Booking__Service 178,120 0,68;

Binary file not shown.