Altes diagramm löschen
This commit is contained in:
@@ -1,127 +0,0 @@
|
|||||||
<?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>
|
|
||||||
<element>
|
|
||||||
<id>UMLClass</id>
|
|
||||||
<coordinates>
|
|
||||||
<x>530</x>
|
|
||||||
<y>330</y>
|
|
||||||
<w>310</w>
|
|
||||||
<h>110</h>
|
|
||||||
</coordinates>
|
|
||||||
<panel_attributes>*Spieler*
|
|
||||||
--
|
|
||||||
-name: String
|
|
||||||
-siege: int
|
|
||||||
-niederlagen: int
|
|
||||||
--
|
|
||||||
+spielzug(xkord:int,ykord:int)</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>
|
|
||||||
<element>
|
|
||||||
<id>Relation</id>
|
|
||||||
<coordinates>
|
|
||||||
<x>420</x>
|
|
||||||
<y>340</y>
|
|
||||||
<w>130</w>
|
|
||||||
<h>50</h>
|
|
||||||
</coordinates>
|
|
||||||
<panel_attributes>lt=<-
|
|
||||||
-Spieler1
|
|
||||||
m1=1</panel_attributes>
|
|
||||||
<additional_attributes>110.0;20.0;10.0;20.0</additional_attributes>
|
|
||||||
</element>
|
|
||||||
<element>
|
|
||||||
<id>Relation</id>
|
|
||||||
<coordinates>
|
|
||||||
<x>420</x>
|
|
||||||
<y>400</y>
|
|
||||||
<w>130</w>
|
|
||||||
<h>50</h>
|
|
||||||
</coordinates>
|
|
||||||
<panel_attributes>lt=<-
|
|
||||||
-Spieler2
|
|
||||||
m1=1</panel_attributes>
|
|
||||||
<additional_attributes>110.0;20.0;10.0;20.0</additional_attributes>
|
|
||||||
</element>
|
|
||||||
</diagram>
|
|
||||||
Reference in New Issue
Block a user