-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathStrategy.cd
More file actions
90 lines (90 loc) · 3.54 KB
/
Copy pathStrategy.cd
File metadata and controls
90 lines (90 loc) · 3.54 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
90
<?xml version="1.0" encoding="utf-8"?>
<ClassDiagram MajorVersion="1" MinorVersion="1">
<Class Name="BehavioralPatterns.Strategy.Duck">
<Position X="0.5" Y="1.5" Width="1.5" />
<TypeIdentifier>
<HashCode>AACAAAAQAAAAAAAAAAAAAQAAAQAAACABAAAAAAAAAAA=</HashCode>
<FileName>Strategy\Duck.cs</FileName>
</TypeIdentifier>
<ShowAsAssociation>
<Property Name="FlyBehavior" />
<Property Name="QuackBehavior" />
</ShowAsAssociation>
</Class>
<Class Name="BehavioralPatterns.Strategy.FlyWithWings" BaseTypeListCollapsed="true">
<Position X="6" Y="0.75" Width="1.5" />
<TypeIdentifier>
<HashCode>AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAAA=</HashCode>
<FileName>Strategy\FlyBehavior.cs</FileName>
</TypeIdentifier>
<Lollipop Position="0.1" />
</Class>
<Class Name="BehavioralPatterns.Strategy.FlyNoWay" BaseTypeListCollapsed="true">
<Position X="8" Y="0.75" Width="1.5" />
<TypeIdentifier>
<HashCode>AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAAA=</HashCode>
<FileName>Strategy\FlyBehavior.cs</FileName>
</TypeIdentifier>
<Lollipop Position="0.114" />
</Class>
<Class Name="BehavioralPatterns.Strategy.Quack" BaseTypeListCollapsed="true">
<Position X="5.5" Y="2.5" Width="1.25" />
<TypeIdentifier>
<HashCode>AAAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA=</HashCode>
<FileName>Strategy\QuackBehavior.cs</FileName>
</TypeIdentifier>
<Lollipop Position="0.2" />
</Class>
<Class Name="BehavioralPatterns.Strategy.MuteQuack" BaseTypeListCollapsed="true">
<Position X="7" Y="2.5" Width="1.25" />
<TypeIdentifier>
<HashCode>AAAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA=</HashCode>
<FileName>Strategy\QuackBehavior.cs</FileName>
</TypeIdentifier>
<Lollipop Position="0.2" />
</Class>
<Class Name="BehavioralPatterns.Strategy.Squeak" BaseTypeListCollapsed="true">
<Position X="8.5" Y="2.5" Width="1.25" />
<TypeIdentifier>
<HashCode>AAAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA=</HashCode>
<FileName>Strategy\QuackBehavior.cs</FileName>
</TypeIdentifier>
<Lollipop Position="0.2" />
</Class>
<Class Name="BehavioralPatterns.Strategy.MallardDuck">
<Position X="0.5" Y="4.75" Width="1.5" />
<TypeIdentifier>
<HashCode>AAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAA=</HashCode>
<FileName>Strategy\Duck.cs</FileName>
</TypeIdentifier>
</Class>
<Class Name="BehavioralPatterns.Strategy.RubberDuck">
<Position X="4.25" Y="4.75" Width="1.5" />
<TypeIdentifier>
<HashCode>AAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAA=</HashCode>
<FileName>Strategy\Duck.cs</FileName>
</TypeIdentifier>
</Class>
<Class Name="BehavioralPatterns.Strategy.DecoyDuck">
<Position X="2.5" Y="4.75" Width="1.5" />
<TypeIdentifier>
<HashCode>AAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAA=</HashCode>
<FileName>Strategy\Duck.cs</FileName>
</TypeIdentifier>
</Class>
<Interface Name="BehavioralPatterns.Strategy.FlyBehavior">
<Position X="3.5" Y="0.75" Width="1.5" />
<TypeIdentifier>
<HashCode>AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAAAAAA=</HashCode>
<FileName>Strategy\FlyBehavior.cs</FileName>
</TypeIdentifier>
</Interface>
<Interface Name="BehavioralPatterns.Strategy.QuackBehavior">
<Position X="3.5" Y="2.5" Width="1.5" />
<TypeIdentifier>
<HashCode>AAAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA=</HashCode>
<FileName>Strategy\QuackBehavior.cs</FileName>
</TypeIdentifier>
</Interface>
<Font Name="Segoe UI" Size="9" />
</ClassDiagram>