Updated UML Diagram
This commit is contained in:
parent
534bb270f4
commit
567e9c0739
3 changed files with 22 additions and 2 deletions
|
@ -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">
|
||||||
|
|
|
@ -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
|
class UserType
|
||||||
{
|
{
|
||||||
position 475 69 141 109;
|
position 475 69 141 109;
|
||||||
|
@ -61,3 +75,9 @@ class Service
|
||||||
position 854 455 112 75;
|
position 854 455 112 75;
|
||||||
position.association Service__ServiceProvider 65,0 65,143;
|
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