-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathClassDiagramAlgorithm.cd
More file actions
103 lines (103 loc) · 3.81 KB
/
ClassDiagramAlgorithm.cd
File metadata and controls
103 lines (103 loc) · 3.81 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
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
<?xml version="1.0" encoding="utf-8"?>
<ClassDiagram MajorVersion="1" MinorVersion="1">
<Class Name="Classrooms">
<Position X="10.5" Y="4" Width="1.5" />
<TypeIdentifier>
<HashCode>AAAAAAACAAAAAAAEAAIAAAAAAAAAAAAAAAAAAAAAAAA=</HashCode>
<FileName>MVM\Model\Algorithm\Classrooms.cs</FileName>
</TypeIdentifier>
</Class>
<Class Name="Courses">
<Position X="3.25" Y="0.5" Width="2" />
<TypeIdentifier>
<HashCode>AAAAAAAAIBAAQACEAAAAAAwAAAAEAAEAAAAAAAAEBAA=</HashCode>
<FileName>MVM\Model\Algorithm\Courses.cs</FileName>
</TypeIdentifier>
</Class>
<Class Name="Data">
<Position X="5.5" Y="0.5" Width="2" />
<TypeIdentifier>
<HashCode>AAAAAAAAAIAAAQAAAAAAAAACBgAAAAAAAAAIABAAAAA=</HashCode>
<FileName>MVM\Model\Algorithm\Data.cs</FileName>
</TypeIdentifier>
</Class>
<Class Name="DateRange">
<Position X="5.75" Y="4.25" Width="1.5" />
<TypeIdentifier>
<HashCode>AAICAAAAACAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAA=</HashCode>
<FileName>MVM\Model\Algorithm\DateRange.cs</FileName>
</TypeIdentifier>
</Class>
<Class Name="GeneticAlgorithm">
<Position X="10.25" Y="0.5" Width="2.25" />
<TypeIdentifier>
<HashCode>ACAAAIAAQBAAAAAAAAAAAACAAAAAAAAAAAgAAAQBAAA=</HashCode>
<FileName>MVM\Model\Algorithm\GeneticAlgorithm.cs</FileName>
</TypeIdentifier>
</Class>
<Class Name="MainProgram">
<Position X="0.5" Y="0.5" Width="2.5" />
<TypeIdentifier>
<HashCode>AAAIACAEAAAEBgAAAgAAAAABAAAAAAAAAAAQACAEAAg=</HashCode>
<FileName>MVM\Model\Algorithm\MainProgram.cs</FileName>
</TypeIdentifier>
</Class>
<Class Name="MyList<T>" BaseTypeListCollapsed="true">
<Position X="7.75" Y="0.5" Width="2.25" />
<TypeIdentifier>
<HashCode>IEJACACAAAAAgBAAAIKQAAAAAgMAAAAEAAAQAAFQAAA=</HashCode>
<FileName>MVM\Model\Algorithm\MyList.cs</FileName>
</TypeIdentifier>
<Lollipop Position="0.2" Collapsed="true" />
</Class>
<Class Name="Population">
<Position X="3.25" Y="4.5" Width="2.25" />
<NestedTypes>
<Class Name="Population.ScheduleFitnessComparer" Collapsed="true">
<TypeIdentifier>
<NewMemberFileName>MVM\Model\Algorithm\Population.cs</NewMemberFileName>
</TypeIdentifier>
<Lollipop Position="0.2" />
</Class>
<Class Name="Population.ScheduleFitnessComparerLast" Collapsed="true">
<TypeIdentifier>
<NewMemberFileName>MVM\Model\Algorithm\Population.cs</NewMemberFileName>
</TypeIdentifier>
<Lollipop Position="0.2" />
</Class>
</NestedTypes>
<TypeIdentifier>
<HashCode>AAAAAAAAAEAAAAAAAAAAAAAAAEAAAAAAAAAIAAAAAAA=</HashCode>
<FileName>MVM\Model\Algorithm\Population.cs</FileName>
</TypeIdentifier>
</Class>
<Class Name="ScheduleResult">
<Position X="12.75" Y="0.5" Width="1.5" />
<TypeIdentifier>
<HashCode>CAAgAAAAAIAUAQAAAAAAACACBAAAAAAAAAAAABAAAAA=</HashCode>
<FileName>MVM\Model\Algorithm\ScheduleResult.cs</FileName>
</TypeIdentifier>
</Class>
<Class Name="Schedules">
<Position X="14.5" Y="0.5" Width="2.25" />
<TypeIdentifier>
<HashCode>AAAoAQAAIAEQAQCFBBCAAAAAgACAAADAAAAAAAAAAAA=</HashCode>
<FileName>MVM\Model\Algorithm\Schedules.cs</FileName>
</TypeIdentifier>
</Class>
<Class Name="Teachers">
<Position X="0.5" Y="4.25" Width="2.25" />
<TypeIdentifier>
<HashCode>ACACAAAAAAAAAAAEAAAAAAQAAAAAAAAAAAAIAAAAAAA=</HashCode>
<FileName>MVM\Model\Algorithm\Teachers.cs</FileName>
</TypeIdentifier>
</Class>
<Class Name="TimeCube">
<Position X="12.75" Y="4" Width="1.5" />
<TypeIdentifier>
<HashCode>AAQSAAAAAAAAAAAEAJAAAAAABAAEAAAAAAQAAAAAAAA=</HashCode>
<FileName>MVM\Model\Algorithm\TimeCube.cs</FileName>
</TypeIdentifier>
</Class>
<Font Name="Segoe UI" Size="9" />
</ClassDiagram>