Objektdiagramm erweitert

This commit is contained in:
Artem Didytschuk 2022-02-10 12:39:28 +01:00
parent 7d5344808a
commit 886f88bb54
2 changed files with 99 additions and 73 deletions

View File

@ -1,13 +1,13 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<diagram program="umlet" version="14.3.0">
<zoom_level>8</zoom_level>
<zoom_level>10</zoom_level>
<element>
<id>UMLClass</id>
<coordinates>
<x>224</x>
<y>392</y>
<w>360</w>
<h>128</h>
<x>180</x>
<y>400</y>
<w>450</w>
<h>160</h>
</coordinates>
<panel_attributes>_object: WordleServer_
--
@ -24,10 +24,10 @@
<element>
<id>UMLClass</id>
<coordinates>
<x>312</x>
<y>272</y>
<w>168</w>
<h>56</h>
<x>290</x>
<y>250</y>
<w>210</w>
<h>70</h>
</coordinates>
<panel_attributes>_object: Server_
--
@ -38,10 +38,10 @@
<element>
<id>UMLClass</id>
<coordinates>
<x>80</x>
<y>632</y>
<w>168</w>
<h>56</h>
<x>0</x>
<y>700</y>
<w>210</w>
<h>70</h>
</coordinates>
<panel_attributes>_object: Queue&lt;ContentType&gt;_
--
@ -51,10 +51,10 @@
<element>
<id>UMLClass</id>
<coordinates>
<x>320</x>
<y>632</y>
<w>168</w>
<h>56</h>
<x>300</x>
<y>700</y>
<w>210</w>
<h>70</h>
</coordinates>
<panel_attributes>_object: DatabaseConnector_
--
@ -64,10 +64,10 @@
<element>
<id>UMLClass</id>
<coordinates>
<x>312</x>
<y>136</y>
<w>168</w>
<h>56</h>
<x>290</x>
<y>80</y>
<w>210</w>
<h>70</h>
</coordinates>
<panel_attributes>_object: List&lt;ContentType&gt;_
--
@ -77,10 +77,10 @@
<element>
<id>UMLClass</id>
<coordinates>
<x>552</x>
<y>632</y>
<w>168</w>
<h>56</h>
<x>590</x>
<y>700</y>
<w>210</w>
<h>70</h>
</coordinates>
<panel_attributes>_object: QueryResult_
--
@ -90,10 +90,10 @@
<element>
<id>Relation</id>
<coordinates>
<x>392</x>
<y>320</y>
<w>24</w>
<h>88</h>
<x>390</x>
<y>310</y>
<w>30</w>
<h>110</h>
</coordinates>
<panel_attributes>lt=&lt;&lt;&lt;-</panel_attributes>
<additional_attributes>10.0;90.0;10.0;10.0</additional_attributes>
@ -101,10 +101,10 @@
<element>
<id>Relation</id>
<coordinates>
<x>392</x>
<y>184</y>
<w>24</w>
<h>104</h>
<x>390</x>
<y>140</y>
<w>30</w>
<h>130</h>
</coordinates>
<panel_attributes>lt=&lt;..</panel_attributes>
<additional_attributes>10.0;10.0;10.0;110.0</additional_attributes>
@ -112,10 +112,10 @@
<element>
<id>Relation</id>
<coordinates>
<x>392</x>
<y>512</y>
<w>24</w>
<h>136</h>
<x>390</x>
<y>550</y>
<w>30</w>
<h>170</h>
</coordinates>
<panel_attributes>lt=&lt;..</panel_attributes>
<additional_attributes>10.0;150.0;10.0;10.0</additional_attributes>
@ -123,10 +123,10 @@
<element>
<id>Relation</id>
<coordinates>
<x>240</x>
<y>648</y>
<w>96</w>
<h>24</h>
<x>200</x>
<y>720</y>
<w>120</w>
<h>30</h>
</coordinates>
<panel_attributes>lt=&lt;..</panel_attributes>
<additional_attributes>10.0;10.0;100.0;10.0</additional_attributes>
@ -134,10 +134,10 @@
<element>
<id>Relation</id>
<coordinates>
<x>480</x>
<y>648</y>
<w>88</w>
<h>24</h>
<x>500</x>
<y>720</y>
<w>110</w>
<h>30</h>
</coordinates>
<panel_attributes>lt=&lt;..</panel_attributes>
<additional_attributes>90.0;10.0;10.0;10.0</additional_attributes>
@ -145,10 +145,10 @@
<element>
<id>UMLClass</id>
<coordinates>
<x>712</x>
<y>416</y>
<w>168</w>
<h>56</h>
<x>740</x>
<y>430</y>
<w>210</w>
<h>70</h>
</coordinates>
<panel_attributes>object: Query
--
@ -158,14 +158,40 @@
<element>
<id>UMLClass</id>
<coordinates>
<x>944</x>
<y>408</y>
<w>168</w>
<h>56</h>
<x>810</x>
<y>200</y>
<w>210</w>
<h>70</h>
</coordinates>
<panel_attributes>object: User
--
+int connection_id</panel_attributes>
<additional_attributes/>
</element>
<element>
<id>Relation</id>
<coordinates>
<x>620</x>
<y>260</y>
<w>210</w>
<h>160</h>
</coordinates>
<panel_attributes>lt=&lt;..
n</panel_attributes>
<additional_attributes>190.0;10.0;10.0;140.0</additional_attributes>
</element>
<element>
<id>Relation</id>
<coordinates>
<x>620</x>
<y>430</y>
<w>140</w>
<h>70</h>
</coordinates>
<panel_attributes>lt=&lt;..
1
</panel_attributes>
<additional_attributes>120.0;20.0;10.0;30.0</additional_attributes>
</element>
</diagram>

View File

@ -1,29 +1,29 @@
#BlueJ package file
dependency1.from=WordleServer
dependency1.to=DatabaseConnector
dependency1.from=DatabaseConnector
dependency1.to=QueryResult
dependency1.type=UsesDependency
dependency2.from=DatabaseConnector
dependency2.to=QueryResult
dependency2.to=Queue
dependency2.type=UsesDependency
dependency3.from=DatabaseConnector
dependency3.to=Queue
dependency3.from=Server
dependency3.to=List
dependency3.type=UsesDependency
dependency4.from=Server
dependency4.to=List
dependency4.from=WordleServer
dependency4.to=DatabaseConnector
dependency4.type=UsesDependency
editor.fx.0.height=739
editor.fx.0.width=816
editor.fx.0.x=432
editor.fx.0.y=90
objectbench.height=133
objectbench.width=653
editor.fx.0.height=0
editor.fx.0.width=0
editor.fx.0.x=0
editor.fx.0.y=0
objectbench.height=132
objectbench.width=656
package.divider.horizontal=0.6
package.divider.vertical=0.8473282442748091
package.editor.height=757
package.editor.width=542
package.editor.x=220
package.editor.y=36
package.frame.height=1017
package.divider.vertical=0.8320288982540638
package.editor.height=671
package.editor.width=546
package.editor.x=419
package.editor.y=46
package.frame.height=927
package.frame.width=693
package.numDependencies=4
package.numTargets=6
@ -32,7 +32,7 @@ package.showUses=true
project.charset=UTF-8
readme.height=60
readme.name=@README
readme.width=49
readme.width=48
readme.x=10
readme.y=10
target1.height=70