-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathClassDiagram1.cd
More file actions
89 lines (89 loc) · 3.09 KB
/
ClassDiagram1.cd
File metadata and controls
89 lines (89 loc) · 3.09 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
<?xml version="1.0" encoding="utf-8"?>
<ClassDiagram MajorVersion="1" MinorVersion="1">
<Class Name="Strategy_Pattern.RandomPlay">
<Position X="12.25" Y="6.5" Width="1.5" />
<TypeIdentifier>
<HashCode>AAAAAAAAAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAA=</HashCode>
<FileName>RandomPlay.cs</FileName>
</TypeIdentifier>
<Lollipop Position="1.085" />
</Class>
<Class Name="Strategy_Pattern.SmartPlay">
<Position X="14.25" Y="6.5" Width="1.5" />
<TypeIdentifier>
<HashCode>AAAAAAAAAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAA=</HashCode>
<FileName>SmartPlay.cs</FileName>
</TypeIdentifier>
<Lollipop Position="0.439" />
</Class>
<Class Name="Strategy_Pattern.Player">
<Position X="7.75" Y="1.75" Width="1.5" />
<TypeIdentifier>
<HashCode>AAAAAAAAAAAAAAAAAAAAAAAAAAAAEgAAAAAAAAAAAAA=</HashCode>
<FileName>Player.cs</FileName>
</TypeIdentifier>
</Class>
<Class Name="Strategy_Pattern.Computer">
<Position X="9" Y="4.5" Width="1.5" />
<TypeIdentifier>
<HashCode>AAAEAAAAAAAAAAAAAAgAAAAAAAAAAgACAAAAAAgAAAA=</HashCode>
<FileName>Computer.cs</FileName>
</TypeIdentifier>
<ShowAsAssociation>
<Property Name="PlayStrategy" />
</ShowAsAssociation>
</Class>
<Class Name="Strategy_Pattern.Human">
<Position X="6.5" Y="4.5" Width="1.5" />
<TypeIdentifier>
<HashCode>AAAAAAIAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAA=</HashCode>
<FileName>Human.cs</FileName>
</TypeIdentifier>
</Class>
<Class Name="Strategy_Pattern.Game">
<Position X="3.5" Y="3" Width="1.5" />
<TypeIdentifier>
<HashCode>AEAAAAAAACAAAQAAEAAAAAAAABAAgAAAAAAAAAAQAAA=</HashCode>
<FileName>Game.cs</FileName>
</TypeIdentifier>
<ShowAsAssociation>
<Property Name="Difficulty" />
</ShowAsAssociation>
</Class>
<Class Name="Strategy_Pattern.Board">
<Position X="3.5" Y="6.5" Width="1.5" />
<TypeIdentifier>
<HashCode>AAAAQAAAAAAAAAAEEACAAQAAAAAAABAAAAAAAAAAAAA=</HashCode>
<FileName>Board.cs</FileName>
</TypeIdentifier>
</Class>
<Interface Name="Strategy_Pattern.IBotStrategy">
<Position X="13.25" Y="4.5" Width="1.5" />
<TypeIdentifier>
<HashCode>AAAAAAAAAAAAAABAAAAAAAAAAAAAAAAAAAAAAAAAAAA=</HashCode>
<FileName>IBotStrategy.cs</FileName>
</TypeIdentifier>
</Interface>
<Enum Name="Strategy_Pattern.Figure">
<Position X="5.75" Y="0.75" Width="1.5" />
<TypeIdentifier>
<HashCode>AAAAAAAAAAAAAAAAAAAAAAACAAAAAAAAAAAAAAAAgQA=</HashCode>
<FileName>Figure.cs</FileName>
</TypeIdentifier>
</Enum>
<Enum Name="Strategy_Pattern.Difficulty">
<Position X="3.5" Y="0.75" Width="1.5" />
<TypeIdentifier>
<HashCode>AAAAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAkAAA=</HashCode>
<FileName>Difficulty.cs</FileName>
</TypeIdentifier>
</Enum>
<Enum Name="Strategy_Pattern.Winner">
<Position X="0.5" Y="3.75" Width="1.5" />
<TypeIdentifier>
<HashCode>AAAQAAAAAEAAAAAAAAAAAAABAAAAAAAAAAAAAAAACAA=</HashCode>
<FileName>Winner.cs</FileName>
</TypeIdentifier>
</Enum>
<Font Name="Segoe UI" Size="9" />
</ClassDiagram>