-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathBridge.cd
More file actions
56 lines (56 loc) · 2.13 KB
/
Bridge.cd
File metadata and controls
56 lines (56 loc) · 2.13 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
<?xml version="1.0" encoding="utf-8"?>
<ClassDiagram MajorVersion="1" MinorVersion="1">
<Class Name="StructuralPatterns.Bridge.NormalTv" BaseTypeListCollapsed="true">
<Position X="14.5" Y="1.5" Width="1.5" />
<TypeIdentifier>
<HashCode>AAQAAAAAAAAAAAAAABAAAAAAAAQAEAAAAAAAAAAAAAA=</HashCode>
<FileName>Bridge\NormalTV.cs</FileName>
</TypeIdentifier>
<Lollipop Position="0.2" />
</Class>
<Class Name="StructuralPatterns.Bridge.PhysicalRemote" BaseTypeListCollapsed="true">
<Position X="9" Y="1.5" Width="1.5" />
<TypeIdentifier>
<HashCode>AAQAAAAAAAAAAAAAABAAAAAAAAQAkAAAAAAAAAAAAAA=</HashCode>
<FileName>Bridge\PhysicalRemote.cs</FileName>
</TypeIdentifier>
<ShowAsAssociation>
<Field Name="_device" />
</ShowAsAssociation>
<Lollipop Position="0.2" />
</Class>
<Class Name="StructuralPatterns.Bridge.SmartAppRemote" BaseTypeListCollapsed="true">
<Position X="9" Y="4" Width="1.5" />
<TypeIdentifier>
<HashCode>AAQAAAAAAAAAAAAAABAAAAAAAAQAkAAAAAAAAAAAAAA=</HashCode>
<FileName>Bridge\SmartAppRemote.cs</FileName>
</TypeIdentifier>
<ShowAsAssociation>
<Field Name="_device" />
</ShowAsAssociation>
<Lollipop Position="0.2" />
</Class>
<Class Name="StructuralPatterns.Bridge.SmartTv" BaseTypeListCollapsed="true">
<Position X="14.5" Y="4" Width="1.5" />
<TypeIdentifier>
<HashCode>AAQAAAAAAAAAAAAAABAAAAAAAAQAEAAAAAAAAAAAAAA=</HashCode>
<FileName>Bridge\SmartTV.cs</FileName>
</TypeIdentifier>
<Lollipop Position="0.2" />
</Class>
<Interface Name="StructuralPatterns.Bridge.IDevice">
<Position X="12" Y="3" Width="1.5" />
<TypeIdentifier>
<HashCode>AAQAAAAAAAAAAAAAABAAAAAAAAQAEAAAAAAAAAAAAAA=</HashCode>
<FileName>Bridge\IDevice.cs</FileName>
</TypeIdentifier>
</Interface>
<Interface Name="StructuralPatterns.Bridge.IRemote">
<Position X="6.5" Y="2.75" Width="1.5" />
<TypeIdentifier>
<HashCode>AAQAAAAAAAAAAAAAABAAAAAAAAQAEAAAAAAAAAAAAAA=</HashCode>
<FileName>Bridge\IRemote.cs</FileName>
</TypeIdentifier>
</Interface>
<Font Name="Segoe UI" Size="9" />
</ClassDiagram>