Updated UML Diagram
This commit is contained in:
parent
a385f7e18c
commit
5b6734cbbb
3 changed files with 22 additions and 2 deletions
|
@ -25,7 +25,7 @@
|
|||
</value>
|
||||
</option>
|
||||
</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" />
|
||||
</component>
|
||||
<component name="ProjectType">
|
||||
|
|
|
@ -36,6 +36,20 @@ double rate;
|
|||
|
||||
|
||||
|
||||
class Booking
|
||||
{
|
||||
int starth;
|
||||
int startmin;
|
||||
int endh;
|
||||
int endmin;
|
||||
int day;
|
||||
int month;
|
||||
int year;
|
||||
serviceprovider;
|
||||
homeowner;
|
||||
* -- * HomeOwner;
|
||||
}
|
||||
|
||||
class UserType
|
||||
{
|
||||
position 475 69 141 109;
|
||||
|
@ -60,4 +74,10 @@ class Service
|
|||
{
|
||||
position 854 455 112 75;
|
||||
position.association Service__ServiceProvider 65,0 65,143;
|
||||
}//$?[End_of_model]$?
|
||||
}//$?[End_of_model]$?
|
||||
|
||||
class Booking
|
||||
{
|
||||
position 100 434 109 41;
|
||||
position.association Booking__HomeOwner 62,0 54,41;
|
||||
}
|
Binary file not shown.
Loading…
Reference in a new issue