Compare commits

...

2 Commits

1 changed files with 103 additions and 0 deletions

103
Entwurfsdiagramm.uxf Normal file
View File

@ -0,0 +1,103 @@
<?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>
<element>
<id>UMLClass</id>
<coordinates>
<x>540</x>
<y>340</y>
<w>310</w>
<h>120</h>
</coordinates>
<panel_attributes>*Spieler*
--
-name: String
-siege: int
-niederlagen: int
--
+ImplementierungsKlasse(pA1: int, pA2: String)
+operation1(i: int): boolean
/+abstrakteOperation(): String/</panel_attributes>
<additional_attributes/>
</element>
<element>
<id>UMLClass</id>
<coordinates>
<x>120</x>
<y>340</y>
<w>310</w>
<h>120</h>
</coordinates>
<panel_attributes>*TicTacToe*
--
-spielfeld: int[][]
-running: boolean
--
+spielErstellen(sp1name:String, sp2name:String)
+spielStarten()
</panel_attributes>
<additional_attributes/>
</element>
</diagram>