-
-
Notifications
You must be signed in to change notification settings - Fork 339
/
Copy pathSelection.cd
54 lines (54 loc) · 2.33 KB
/
Selection.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
<?xml version="1.0" encoding="utf-8"?>
<ClassDiagram MajorVersion="1" MinorVersion="1">
<Class Name="GeneticSharp.Domain.Selections.EliteSelection" Collapsed="true">
<Position X="2.25" Y="3.5" Width="1.5" />
<TypeIdentifier>
<HashCode>AAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAA=</HashCode>
<FileName>Selections\EliteSelection.cs</FileName>
</TypeIdentifier>
</Class>
<Class Name="GeneticSharp.Domain.Selections.RouletteWheelSelection" Collapsed="true">
<Position X="6.75" Y="3.5" Width="2" />
<TypeIdentifier>
<HashCode>AAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAA=</HashCode>
<FileName>Selections\RouletteWheelSelection.cs</FileName>
</TypeIdentifier>
</Class>
<Class Name="GeneticSharp.Domain.Selections.SelectionBase" Collapsed="true">
<Position X="4.5" Y="2.25" Width="1.5" />
<TypeIdentifier>
<HashCode>AAAgAAAAAAAAAAAAAAAAAAAAAAgAAAAAAIAAAAAAAAA=</HashCode>
<FileName>Selections\SelectionBase.cs</FileName>
</TypeIdentifier>
<Lollipop Position="0.2" />
</Class>
<Class Name="GeneticSharp.Domain.Selections.SelectionException" Collapsed="true">
<Position X="9.25" Y="2.5" Width="1.75" />
<TypeIdentifier>
<HashCode>AAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAAQAA=</HashCode>
<FileName>Selections\SelectionException.cs</FileName>
</TypeIdentifier>
</Class>
<Class Name="GeneticSharp.Domain.Selections.SelectionService">
<Position X="9.25" Y="0.5" Width="2" />
<TypeIdentifier>
<HashCode>CAAAAAAAAAAAAAIAAAAAAAAAAAAAAAAIAAAABAAAAAA=</HashCode>
<FileName>Selections\SelectionService.cs</FileName>
</TypeIdentifier>
</Class>
<Class Name="GeneticSharp.Domain.Selections.TournamentSelection" Collapsed="true">
<Position X="4.5" Y="3.5" Width="1.75" />
<TypeIdentifier>
<HashCode>AAAAAAAAAAAAgAQAAAAAAAAAAAgAAAAAAAAAAAAAAAA=</HashCode>
<FileName>Selections\TournamentSelection.cs</FileName>
</TypeIdentifier>
</Class>
<Interface Name="GeneticSharp.Domain.Selections.ISelection">
<Position X="4.5" Y="0.5" Width="1.75" />
<TypeIdentifier>
<HashCode>AAAgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA=</HashCode>
<FileName>Selections\ISelection.cs</FileName>
</TypeIdentifier>
</Interface>
<Font Name="Segoe UI" Size="9" />
</ClassDiagram>