-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathComposite.cd
More file actions
27 lines (27 loc) · 1.08 KB
/
Composite.cd
File metadata and controls
27 lines (27 loc) · 1.08 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
<?xml version="1.0" encoding="utf-8"?>
<ClassDiagram MajorVersion="1" MinorVersion="1">
<Class Name="StructuralPatterns.Composite.File" BaseTypeListCollapsed="true">
<Position X="3" Y="2.25" Width="1.5" />
<TypeIdentifier>
<HashCode>AQAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAA=</HashCode>
<FileName>Composite\FileSystem.cs</FileName>
</TypeIdentifier>
<Lollipop Position="0.2" />
</Class>
<Class Name="StructuralPatterns.Composite.Folder" BaseTypeListCollapsed="true">
<Position X="5" Y="2.25" Width="1.5" />
<TypeIdentifier>
<HashCode>AQIAAAAAAAAAAAAAAQAABAQAAAAAAAAAAAAAAAAAAAA=</HashCode>
<FileName>Composite\FileSystem.cs</FileName>
</TypeIdentifier>
<Lollipop Position="0.2" />
</Class>
<Interface Name="StructuralPatterns.Composite.IFileSystemComponent">
<Position X="4" Y="0.5" Width="1.5" />
<TypeIdentifier>
<HashCode>AQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA=</HashCode>
<FileName>Composite\FileSystem.cs</FileName>
</TypeIdentifier>
</Interface>
<Font Name="Segoe UI" Size="9" />
</ClassDiagram>