-
Notifications
You must be signed in to change notification settings - Fork 53
/
model.uml
44 lines (43 loc) · 1.85 KB
/
model.uml
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
<?xml version="1.0" encoding="UTF-8"?>
<Diagram>
<ID>JAVA</ID>
<OriginalElement />
<nodes>
<node x="363.0" y="102.0">com.javaetmoi.benchmark.mapping.model.dto.OrderDTO</node>
<node x="15.5" y="0.0">com.javaetmoi.benchmark.mapping.model.entity.Address</node>
<node x="0.0" y="124.0">com.javaetmoi.benchmark.mapping.model.entity.Customer</node>
<node x="70.0" y="270.0">com.javaetmoi.benchmark.mapping.model.entity.Order</node>
<node x="189.0" y="146.0">com.javaetmoi.benchmark.mapping.model.entity.Product</node>
<node x="443.5" y="0.0">com.javaetmoi.benchmark.mapping.model.dto.ProductDTO</node>
</nodes>
<notes />
<edges>
<edge source="com.javaetmoi.benchmark.mapping.model.dto.OrderDTO" target="com.javaetmoi.benchmark.mapping.model.dto.ProductDTO">
<point x="0.0" y="-81.0" />
<point x="0.0" y="26.0" />
</edge>
<edge source="com.javaetmoi.benchmark.mapping.model.entity.Customer" target="com.javaetmoi.benchmark.mapping.model.entity.Address">
<point x="0.0" y="-48.0" />
<point x="0.0" y="37.0" />
</edge>
<edge source="com.javaetmoi.benchmark.mapping.model.entity.Order" target="com.javaetmoi.benchmark.mapping.model.entity.Customer">
<point x="-49.5" y="-37.0" />
<point x="119.5" y="245.0" />
<point x="84.5" y="245.0" />
<point x="0.0" y="48.0" />
</edge>
<edge source="com.javaetmoi.benchmark.mapping.model.entity.Order" target="com.javaetmoi.benchmark.mapping.model.entity.Product">
<point x="49.5" y="-37.0" />
<point x="218.5" y="245.0" />
<point x="253.5" y="245.0" />
<point x="0.0" y="26.0" />
</edge>
</edges>
<settings layout="Hierarchic Group" zoom="1.0" x="326.5" y="172.0" />
<SelectedNodes />
<Categories>
<Category>Properties</Category>
</Categories>
<SCOPE>All</SCOPE>
<VISIBILITY>private</VISIBILITY>
</Diagram>