-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathPuzzleSolverDiagram.cd
More file actions
39 lines (39 loc) · 1.49 KB
/
PuzzleSolverDiagram.cd
File metadata and controls
39 lines (39 loc) · 1.49 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
<?xml version="1.0" encoding="utf-8"?>
<ClassDiagram MajorVersion="1" MinorVersion="1">
<Class Name="PuzzleSolver.ExpertSystem<PS>">
<Position X="4.5" Y="0.5" Width="1.5" />
<TypeIdentifier>
<HashCode>AAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAgAA=</HashCode>
<FileName>PuzzleSolver.cs</FileName>
</TypeIdentifier>
</Class>
<Class Name="PuzzleSolver.Backtracker<PS>">
<Position X="0.5" Y="0.5" Width="1.5" />
<TypeIdentifier>
<HashCode>AAACAAAAACAAAAAAAAAAgAAAAAAAAAAAAAAAAAAAEAA=</HashCode>
<FileName>PuzzleSolver.cs</FileName>
</TypeIdentifier>
</Class>
<Interface Name="PuzzleSolver.IRule">
<Position X="6.25" Y="0.5" Width="1.5" />
<TypeIdentifier>
<HashCode>AAAAAAAAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAgAAAA=</HashCode>
<FileName>PuzzleSolver.cs</FileName>
</TypeIdentifier>
</Interface>
<Interface Name="PuzzleSolver.IPartialSolution">
<Position X="2.25" Y="0.5" Width="1.5" />
<TypeIdentifier>
<HashCode>AAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAEAAAgEBAAABA=</HashCode>
<FileName>PuzzleSolver.cs</FileName>
</TypeIdentifier>
</Interface>
<Interface Name="PuzzleSolver.IExtension" Collapsed="true">
<Position X="2.25" Y="2.75" Width="1.5" />
<TypeIdentifier>
<HashCode>AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA=</HashCode>
<FileName>PuzzleSolver.cs</FileName>
</TypeIdentifier>
</Interface>
<Font Name="Segoe UI" Size="9" />
</ClassDiagram>