Entwurfsdiagramm & Implemantationsdiagramm(unfertig)
This commit is contained in:
@@ -63,4 +63,41 @@ m1=1</panel_attributes>
|
||||
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>
|
||||
|
||||
Reference in New Issue
Block a user