forked from tk-codes/DesignPatterns.NET
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathAdapter.cd
More file actions
53 lines (53 loc) · 2.04 KB
/
Copy pathAdapter.cd
File metadata and controls
53 lines (53 loc) · 2.04 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
<?xml version="1.0" encoding="utf-8"?>
<ClassDiagram MajorVersion="1" MinorVersion="1">
<Class Name="StructuralPatterns.Adapter.MallardDuck" BaseTypeListCollapsed="true">
<Position X="6.25" Y="2.5" Width="1.5" />
<TypeIdentifier>
<HashCode>AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAAAAAA=</HashCode>
<FileName>Adapter\Duck.cs</FileName>
</TypeIdentifier>
<Lollipop Position="0.2" />
</Class>
<Class Name="StructuralPatterns.Adapter.TurkeyClassAdapter">
<Position X="1.5" Y="4.75" Width="1.5" />
<TypeIdentifier>
<HashCode>AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAQAAAAAA=</HashCode>
<FileName>Adapter\TurkeyClassAdapter.cs</FileName>
</TypeIdentifier>
<Lollipop Position="0.2" />
</Class>
<Class Name="StructuralPatterns.Adapter.TurkeyObjectAdapter" BaseTypeListCollapsed="true">
<Position X="4.5" Y="4.75" Width="1.5" />
<TypeIdentifier>
<HashCode>AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAAACAA=</HashCode>
<FileName>Adapter\TurkeyObjectAdapter.cs</FileName>
</TypeIdentifier>
<ShowAsAssociation>
<Field Name="_turkey" />
</ShowAsAssociation>
<Lollipop Position="0.2" />
</Class>
<Class Name="StructuralPatterns.Adapter.WildTurkey">
<Position X="2.75" Y="2.5" Width="1.5" />
<TypeIdentifier>
<HashCode>AAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAABAAAAAAA=</HashCode>
<FileName>Adapter\ITurkey.cs</FileName>
</TypeIdentifier>
<Lollipop Position="0.2" />
</Class>
<Interface Name="StructuralPatterns.Adapter.IDuck">
<Position X="6.25" Y="0.5" Width="1.5" />
<TypeIdentifier>
<HashCode>AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABQAAAAAA=</HashCode>
<FileName>Adapter\Duck.cs</FileName>
</TypeIdentifier>
</Interface>
<Interface Name="StructuralPatterns.Adapter.ITurkey">
<Position X="3" Y="0.5" Width="1.5" />
<TypeIdentifier>
<HashCode>AAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAABAAAAAAA=</HashCode>
<FileName>Adapter\ITurkey.cs</FileName>
</TypeIdentifier>
</Interface>
<Font Name="Segoe UI" Size="9" />
</ClassDiagram>