-
Notifications
You must be signed in to change notification settings - Fork 2
/
ClassDiagram.cd
125 lines (125 loc) · 4.49 KB
/
ClassDiagram.cd
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
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
<?xml version="1.0" encoding="utf-8"?>
<ClassDiagram MajorVersion="1" MinorVersion="1">
<Comment CommentText="User Interface
Library">
<Position X="9.325" Y="1.867" Height="0.706" Width="0.7" />
</Comment>
<Class Name="Action" Collapsed="true">
<Position X="4.75" Y="2.25" Width="1.5" />
<AssociationLine Name="pManager" Type="ApplicationManager" FixedFromPoint="true">
<Path>
<Point X="5.125" Y="2.25" />
<Point X="5.125" Y="1.062" />
</Path>
</AssociationLine>
<TypeIdentifier>
<HashCode>AAAAAAAAAAAAAAQAAAAAACQAAAAAAAAAAAAAAAAAAAQ=</HashCode>
<FileName>Actions\Action.h</FileName>
</TypeIdentifier>
<ShowAsAssociation>
<Field Name="pManager" />
</ShowAsAssociation>
</Class>
<Class Name="AddSmplAssign" Collapsed="true">
<Position X="4.75" Y="3.5" Width="1.5" />
<TypeIdentifier>
<HashCode>AAAAAAAAAAAAAAQgAAAAAAQAAAAAAAAAAAAABAAAAAA=</HashCode>
<FileName>Actions\AddSmplAssign.h</FileName>
</TypeIdentifier>
</Class>
<Class Name="ApplicationManager" Collapsed="true">
<Position X="4.25" Y="0.5" Width="1.75" />
<AssociationLine Name="StatList" Type="Statement" FixedFromPoint="true" FixedToPoint="true">
<Path>
<Point X="4.25" Y="0.547" />
<Point X="2.062" Y="0.547" />
<Point X="2.062" Y="1.25" />
</Path>
</AssociationLine>
<AssociationLine Name="pOut" Type="Output" FixedFromPoint="true" FixedToPoint="true">
<Path>
<Point X="5.75" Y="1.062" />
<Point X="5.75" Y="1.969" />
<Point X="6.5" Y="1.969" />
</Path>
</AssociationLine>
<TypeIdentifier>
<HashCode>AZAAKAIAAIQAWAgAAAAAEAEAAUAAAAAAAAAAABAAAiA=</HashCode>
<FileName>ApplicationManager.h</FileName>
</TypeIdentifier>
<ShowAsAssociation>
<Field Name="pIn" />
<Field Name="pOut" />
</ShowAsAssociation>
<ShowAsCollectionAssociation>
<Field Name="StatList" />
<Field Name="ConnList" />
</ShowAsCollectionAssociation>
</Class>
<Class Name="Connector" Collapsed="true">
<Position X="3" Y="2.25" Width="1.5" />
<AssociationLine Name="SrcStat" Type="Statement" ManuallyRouted="true" FixedFromPoint="true" FixedToPoint="true">
<Path>
<Point X="3" Y="2.381" />
<Point X="2.562" Y="2.381" />
<Point X="2.562" Y="1.812" />
</Path>
</AssociationLine>
<TypeIdentifier>
<HashCode>AAIAABAAAGAAAgAAAQAAAAAAAAAQAAABAAQACIEAEQA=</HashCode>
<FileName>Statements\Connector.h</FileName>
</TypeIdentifier>
<ShowAsAssociation>
<Field Name="SrcStat" />
<Field Name="DstStat" />
</ShowAsAssociation>
</Class>
<Class Name="Input" Collapsed="true">
<Position X="6.5" Y="0.5" Width="1.5" />
<TypeIdentifier>
<HashCode>AAAAAAABIAQAAAAAAEAABAAAEAAAAAAAAAAAAAAAgAA=</HashCode>
<FileName>GUI\Input.h</FileName>
</TypeIdentifier>
<ShowAsAssociation>
<Field Name="pWind" />
</ShowAsAssociation>
</Class>
<Class Name="Output" Collapsed="true">
<Position X="6.5" Y="1.75" Width="1.5" />
<AssociationLine Name="pWind" Type="window" FixedFromPoint="true" FixedToPoint="true">
<Path>
<Point X="8" Y="2" />
<Point X="9.25" Y="2" />
<Point X="9.25" Y="1.812" />
</Path>
</AssociationLine>
<TypeIdentifier>
<HashCode>AAAAAADAAAUAAAAAAAAIAEAAAAAAQAQQAAAAIAgAgAA=</HashCode>
<FileName>GUI\Output.h</FileName>
</TypeIdentifier>
<ShowAsAssociation>
<Field Name="pWind" />
</ShowAsAssociation>
</Class>
<Class Name="SmplAssign" Collapsed="true">
<Position X="0.5" Y="2.5" Width="1.5" />
<TypeIdentifier>
<HashCode>AAAAAAQAAAAAAgIAAAQARRAAEACAAAAAAAAAAAAAACA=</HashCode>
<FileName>Statements\SmplAssign.h</FileName>
</TypeIdentifier>
</Class>
<Class Name="Statement" Collapsed="true">
<Position X="1.25" Y="1.25" Width="1.5" />
<TypeIdentifier>
<HashCode>AAAAAAAAAAAAkgAAAAAABAACAAAAAAAAAIAACAAAAAI=</HashCode>
<FileName>Statements\Statement.h</FileName>
</TypeIdentifier>
</Class>
<Class Name="window" Collapsed="true">
<Position X="8.5" Y="1.25" Width="1.5" />
<TypeIdentifier>
<HashCode>lJITjJAVABAAoEAUADQAkCDGASAH6FKIAEtkaGIGQME=</HashCode>
<FileName>CMUgraphicsLib\CMUgraphics.h</FileName>
</TypeIdentifier>
</Class>
<Font Name="Segoe UI" Size="9" />
</ClassDiagram>