-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathObserver.cd
More file actions
34 lines (34 loc) · 1.33 KB
/
Copy pathObserver.cd
File metadata and controls
34 lines (34 loc) · 1.33 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
<?xml version="1.0" encoding="utf-8"?>
<ClassDiagram MajorVersion="1" MinorVersion="1">
<Class Name="BehavioralPatterns.Observer.CurrentConditionDisplay">
<Position X="1.25" Y="2.5" Width="2.25" />
<TypeIdentifier>
<HashCode>AAQAAAAAAAAAAAAAAAAAAQAAAAAEAAAAAAAQAAAAAAA=</HashCode>
<FileName>Observer\Observer.cs</FileName>
</TypeIdentifier>
<Lollipop Position="0.2" />
</Class>
<Class Name="BehavioralPatterns.Observer.WeatherData">
<Position X="4.25" Y="2.5" Width="1.5" />
<TypeIdentifier>
<HashCode>AAAIAAAAAAAAIAAAQAAAAAAAAAAAAAAAAAQACAAEAAA=</HashCode>
<FileName>Observer\Observable.cs</FileName>
</TypeIdentifier>
<Lollipop Position="0.2" />
</Class>
<Interface Name="BehavioralPatterns.Observer.IObservable<T>">
<Position X="4.25" Y="0.5" Width="1.5" />
<TypeIdentifier>
<HashCode>AAAAAAAAAAAAIAAAQAAAAAAAAAAAAAAAAAAACAAAAAA=</HashCode>
<FileName>Observer\Observable.cs</FileName>
</TypeIdentifier>
</Interface>
<Interface Name="BehavioralPatterns.Observer.IObserver<T>">
<Position X="1.5" Y="0.5" Width="1.5" />
<TypeIdentifier>
<HashCode>AAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA=</HashCode>
<FileName>Observer\Observer.cs</FileName>
</TypeIdentifier>
</Interface>
<Font Name="Segoe UI" Size="9" />
</ClassDiagram>