Entwurfsdiagramm
This commit is contained in:
66
Entwurfsdiagramm.uxf
Normal file
66
Entwurfsdiagramm.uxf
Normal 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=<-
|
||||||
|
-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=<-
|
||||||
|
-Spieler2
|
||||||
|
m1=1</panel_attributes>
|
||||||
|
<additional_attributes>190.0;20.0;10.0;20.0</additional_attributes>
|
||||||
|
</element>
|
||||||
|
</diagram>
|
||||||
Reference in New Issue
Block a user