-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathroot-objects1.uxf
143 lines (143 loc) · 2.96 KB
/
root-objects1.uxf
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
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<diagram program="umlet" version="14.2">
<zoom_level>10</zoom_level>
<element>
<id>UMLClass</id>
<coordinates>
<x>90</x>
<y>30</y>
<w>210</w>
<h>100</h>
</coordinates>
<panel_attributes><<Root Entity>>
Contract
--
id: Long
name: String
totalCost: Money
</panel_attributes>
<additional_attributes/>
</element>
<element>
<id>Relation</id>
<coordinates>
<x>90</x>
<y>120</y>
<w>60</w>
<h>80</h>
</coordinates>
<panel_attributes>lt=<<<<<-
m2= 0..n</panel_attributes>
<additional_attributes>40.0;10.0;10.0;60.0</additional_attributes>
</element>
<element>
<id>UMLClass</id>
<coordinates>
<x>40</x>
<y>180</y>
<w>110</w>
<h>90</h>
</coordinates>
<panel_attributes>Delivery
--
id: Long
date: Date
location: String</panel_attributes>
<additional_attributes/>
</element>
<element>
<id>Relation</id>
<coordinates>
<x>250</x>
<y>120</y>
<w>80</w>
<h>80</h>
</coordinates>
<panel_attributes>lt=<<<<<-
m2=0..n</panel_attributes>
<additional_attributes>10.0;10.0;50.0;60.0</additional_attributes>
</element>
<element>
<id>UMLClass</id>
<coordinates>
<x>250</x>
<y>180</y>
<w>130</w>
<h>80</h>
</coordinates>
<panel_attributes>LineItem
--
id: Long
product: Product
quantity: Integer</panel_attributes>
<additional_attributes/>
</element>
<element>
<id>UMLClass</id>
<coordinates>
<x>240</x>
<y>290</y>
<w>140</w>
<h>120</h>
</coordinates>
<panel_attributes><<Root Entity>>
Product
--
id: Long
name: String
cost: Money</panel_attributes>
<additional_attributes/>
</element>
<element>
<id>Relation</id>
<coordinates>
<x>300</x>
<y>250</y>
<w>50</w>
<h>60</h>
</coordinates>
<panel_attributes>lt=-
m1=1..n</panel_attributes>
<additional_attributes>10.0;40.0;10.0;10.0</additional_attributes>
</element>
<element>
<id>Relation</id>
<coordinates>
<x>140</x>
<y>220</y>
<w>130</w>
<h>40</h>
</coordinates>
<panel_attributes>lt=-
m1=0..n
m2=0..1</panel_attributes>
<additional_attributes>110.0;10.0;10.0;10.0</additional_attributes>
</element>
<element>
<id>UMLNote</id>
<coordinates>
<x>40</x>
<y>310</y>
<w>190</w>
<h>100</h>
</coordinates>
<panel_attributes>A line item can only be
in either zero or one
deliveries. A delivery can
have many line items.
bg=yellow
</panel_attributes>
<additional_attributes/>
</element>
<element>
<id>Relation</id>
<coordinates>
<x>160</x>
<y>220</y>
<w>60</w>
<h>110</h>
</coordinates>
<panel_attributes>lt=-</panel_attributes>
<additional_attributes>40.0;10.0;10.0;90.0</additional_attributes>
</element>
</diagram>