Entwurfsdiagramm

This commit is contained in:
2020-09-02 12:58:42 +02:00
parent 2d50562b95
commit e3f49f965a

66
Entwurfsdiagramm.uxf Normal file
View File

@@ -0,0 +1,66 @@
<?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>620</x>
<y>100</y>
<w>170</w>
<h>100</h>
</coordinates>
<panel_attributes>*Spieler*
--
name: Text
siege: Zahl
niederlagen: Zahl
--
spielzug</panel_attributes>
<additional_attributes/>
</element>
<element>
<id>UMLClass</id>
<coordinates>
<x>270</x>
<y>100</y>
<w>170</w>
<h>100</h>
</coordinates>
<panel_attributes>*TicTacToe*
--
spielfeld: Zahl[][]
running: Wahrheitswert
--
spielErstellen
spielStarten
</panel_attributes>
<additional_attributes/>
</element>
<element>
<id>Relation</id>
<coordinates>
<x>430</x>
<y>130</y>
<w>210</w>
<h>50</h>
</coordinates>
<panel_attributes>lt=&lt;-
-Spieler1
m1=1</panel_attributes>
<additional_attributes>190.0;20.0;10.0;20.0</additional_attributes>
</element>
<element>
<id>Relation</id>
<coordinates>
<x>430</x>
<y>160</y>
<w>210</w>
<h>50</h>
</coordinates>
<panel_attributes>lt=&lt;-
-Spieler2
m1=1</panel_attributes>
<additional_attributes>190.0;20.0;10.0;20.0</additional_attributes>
</element>
</diagram>