Files
wordle/Wordle Diagramme/Objektdiagramm Wordle Projekt.uxf

198 lines
4.3 KiB
XML

<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<diagram program="umlet" version="14.3.0">
<zoom_level>10</zoom_level>
<element>
<id>UMLClass</id>
<coordinates>
<x>180</x>
<y>400</y>
<w>450</w>
<h>160</h>
</coordinates>
<panel_attributes>_object: WordleServer_
--
+ int DEFAULT_PORT
+ DatabaseConnector db
--
+ WordleServer
+ WordleServer(int pPort)
+ processNewConnection(String pClientIP, int pClientPort)
+ processClosingConnection(String pClientIP, int pClientPort)
+ processMessage(String pClientIP, int pClientPort, String pMessage)</panel_attributes>
<additional_attributes/>
</element>
<element>
<id>UMLClass</id>
<coordinates>
<x>290</x>
<y>250</y>
<w>210</w>
<h>70</h>
</coordinates>
<panel_attributes>_object: Server_
--
</panel_attributes>
<additional_attributes/>
</element>
<element>
<id>UMLClass</id>
<coordinates>
<x>0</x>
<y>700</y>
<w>210</w>
<h>70</h>
</coordinates>
<panel_attributes>_object: Queue&lt;ContentType&gt;_
--
</panel_attributes>
<additional_attributes/>
</element>
<element>
<id>UMLClass</id>
<coordinates>
<x>300</x>
<y>700</y>
<w>210</w>
<h>70</h>
</coordinates>
<panel_attributes>_object: DatabaseConnector_
--
</panel_attributes>
<additional_attributes/>
</element>
<element>
<id>UMLClass</id>
<coordinates>
<x>290</x>
<y>80</y>
<w>210</w>
<h>70</h>
</coordinates>
<panel_attributes>_object: List&lt;ContentType&gt;_
--
</panel_attributes>
<additional_attributes/>
</element>
<element>
<id>UMLClass</id>
<coordinates>
<x>590</x>
<y>700</y>
<w>210</w>
<h>70</h>
</coordinates>
<panel_attributes>_object: QueryResult_
--
</panel_attributes>
<additional_attributes/>
</element>
<element>
<id>Relation</id>
<coordinates>
<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>
</element>
<element>
<id>Relation</id>
<coordinates>
<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>
</element>
<element>
<id>Relation</id>
<coordinates>
<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>
</element>
<element>
<id>Relation</id>
<coordinates>
<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>
</element>
<element>
<id>Relation</id>
<coordinates>
<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>
</element>
<element>
<id>UMLClass</id>
<coordinates>
<x>740</x>
<y>430</y>
<w>210</w>
<h>70</h>
</coordinates>
<panel_attributes>object: Query
--
+getStatistics(String username)</panel_attributes>
<additional_attributes/>
</element>
<element>
<id>UMLClass</id>
<coordinates>
<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>