Skip to content

Commit 707b54a

Browse files
author
Jegors Cemisovs
committed
Added UML schema
1 parent 8a4c462 commit 707b54a

File tree

2 files changed

+39
-0
lines changed

2 files changed

+39
-0
lines changed

docs/assets/uml/graph.png

41.1 KB
Loading

docs/assets/uml/graph.uml

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<Diagram>
3+
<ID>JAVA</ID>
4+
<OriginalElement>lv.id.jc.algorithm.graph</OriginalElement>
5+
<nodes>
6+
<node x="-79.0" y="-132.0">lv.id.jc.algorithm.graph.SearchAlgorithm</node>
7+
<node x="-225.0" y="-19.0">lv.id.jc.algorithm.graph.DijkstrasAlgorithm</node>
8+
<node x="67.0" y="-19.0">lv.id.jc.algorithm.graph.BreadthFirstSearch</node>
9+
<node x="-100.0" y="94.0">lv.id.jc.algorithm.graph.Graph</node>
10+
</nodes>
11+
<notes />
12+
<edges>
13+
<edge source="lv.id.jc.algorithm.graph.BreadthFirstSearch" target="lv.id.jc.algorithm.graph.SearchAlgorithm" relationship="REALIZATION">
14+
<point x="0.0" y="-31.5" />
15+
<point x="203.0" y="-44.0" />
16+
<point x="57.0" y="-44.0" />
17+
<point x="0.0" y="31.5" />
18+
</edge>
19+
<edge source="lv.id.jc.algorithm.graph.DijkstrasAlgorithm" target="lv.id.jc.algorithm.graph.SearchAlgorithm" relationship="REALIZATION">
20+
<point x="0.0" y="-31.5" />
21+
<point x="-89.0" y="-44.0" />
22+
<point x="57.0" y="-44.0" />
23+
<point x="0.0" y="31.5" />
24+
</edge>
25+
</edges>
26+
<settings layout="Hierarchic" zoom="1.0" showDependencies="false" x="282.0" y="181.0" />
27+
<SelectedNodes>
28+
<node>lv.id.jc.algorithm.graph.Graph</node>
29+
</SelectedNodes>
30+
<Categories>
31+
<Category>Fields</Category>
32+
<Category>Inner Classes</Category>
33+
<Category>Methods</Category>
34+
<Category>Properties</Category>
35+
</Categories>
36+
<SCOPE>All</SCOPE>
37+
<VISIBILITY>private</VISIBILITY>
38+
</Diagram>
39+

0 commit comments

Comments
 (0)