Tik-Tak-Toe-Projekt/Tik Tak Toe Modellierung.uxf

151 lines
2.7 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>550</x>
<y>340</y>
<w>240</w>
<h>130</h>
</coordinates>
<panel_attributes>*Spieler2*
--
won() : boolean
istdran() : boolean
siege() : int
niederlagen() : int
kd() : double
--
+Zug(x,y);
--
</panel_attributes>
<additional_attributes/>
</element>
<element>
<id>UMLClass</id>
<coordinates>
<x>140</x>
<y>340</y>
<w>240</w>
<h>130</h>
</coordinates>
<panel_attributes>*Spieler1*
--
won() : boolean
istdran() : boolean
siege() : int
niederlagen() : int
kd() : double
--
+Zug(x,y);</panel_attributes>
<additional_attributes/>
</element>
<element>
<id>UMLClass</id>
<coordinates>
<x>340</x>
<y>140</y>
<w>240</w>
<h>110</h>
</coordinates>
<panel_attributes>*Tic-Tac-Toe*
--
gameRunning() ; boolean
--
+startGame();
+endGame();
+setCross(x,y);
+setCircle(x,y);</panel_attributes>
<additional_attributes/>
</element>
<element>
<id>UMLClass</id>
<coordinates>
<x>160</x>
<y>650</y>
<w>170</w>
<h>70</h>
</coordinates>
<panel_attributes>*Kreuz*
--
position(x,y) ; int
</panel_attributes>
<additional_attributes/>
</element>
<element>
<id>UMLClass</id>
<coordinates>
<x>600</x>
<y>650</y>
<w>170</w>
<h>70</h>
</coordinates>
<panel_attributes>*Kreis*
--
position(x,y) ; int</panel_attributes>
<additional_attributes/>
</element>
<element>
<id>Relation</id>
<coordinates>
<x>240</x>
<y>460</y>
<w>30</w>
<h>210</h>
</coordinates>
<panel_attributes>lt=&lt;-</panel_attributes>
<additional_attributes>10.0;190.0;10.0;10.0</additional_attributes>
</element>
<element>
<id>Relation</id>
<coordinates>
<x>1240</x>
<y>300</y>
<w>90</w>
<h>150</h>
</coordinates>
<panel_attributes>lt=&lt;-</panel_attributes>
<additional_attributes>10.0;130.0;70.0;10.0</additional_attributes>
</element>
<element>
<id>Relation</id>
<coordinates>
<x>1110</x>
<y>360</y>
<w>90</w>
<h>150</h>
</coordinates>
<panel_attributes>lt=&lt;-</panel_attributes>
<additional_attributes>10.0;130.0;70.0;10.0</additional_attributes>
</element>
<element>
<id>Relation</id>
<coordinates>
<x>670</x>
<y>460</y>
<w>30</w>
<h>210</h>
</coordinates>
<panel_attributes>lt=&lt;-</panel_attributes>
<additional_attributes>10.0;190.0;10.0;10.0</additional_attributes>
</element>
</diagram>