hutch-xamplr 1.3.3 → 1.3.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/.document +5 -0
- data/.gitignore +12 -0
- data/CHANGES.txt +9 -2
- data/COPYING +661 -0
- data/Makefile +10 -0
- data/VERSION.yml +1 -1
- data/examples/employees/final-xampl/xampl-gen.rb +38 -0
- data/examples/employees/final-xampl/xml/ddd-final-xampl.xml +86 -0
- data/examples/employees/yuml-diagrams/DDD-final-approach.graphml +393 -0
- data/examples/employees/yuml-diagrams/DDD-final-xampl-approach.graphml +265 -0
- data/examples/employees/yuml-diagrams/DDD-ideal-final-approach.graphml +357 -0
- data/examples/random-people-shared-addresses/.gitignore +2 -0
- data/examples/random-people-shared-addresses/Makefile +8 -9
- data/examples/random-people-shared-addresses/batch-load-users-profiled.rb +91 -0
- data/examples/random-people-shared-addresses/batch-load-users-safe.rb +81 -0
- data/examples/random-people-shared-addresses/batch-load-users.rb +59 -63
- data/examples/random-people/.gitignore +2 -0
- data/examples/random-people/Makefile +5 -1
- data/examples/random-people/xampl-gen.rb +3 -2
- data/examples/read-testing/.gitignore +2 -0
- data/examples/tokyo-cabinet-experimental/.gitignore +2 -0
- data/lib/xamplr/.cvsignore +1 -0
- data/lib/xamplr/templates/.cvsignore +3 -0
- data/regression/tightly-nested-mutual-mentions/Makefile +14 -0
- data/regression/tightly-nested-mutual-mentions/build.rb +31 -0
- data/regression/tightly-nested-mutual-mentions/load.rb +21 -0
- data/regression/tightly-nested-mutual-mentions/repo-keep.tgz +0 -0
- data/regression/tightly-nested-mutual-mentions/setup.rb +8 -0
- data/regression/tightly-nested-mutual-mentions/xampl-gen.rb +36 -0
- data/regression/tightly-nested-mutual-mentions/xml/stuff.xml +7 -0
- data/xamplr.gemspec +276 -0
- metadata +30 -2
@@ -0,0 +1,265 @@
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
+
<graphml xmlns="http://graphml.graphdrawing.org/xmlns/graphml" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:y="http://www.yworks.com/xml/graphml" xsi:schemaLocation="http://graphml.graphdrawing.org/xmlns/graphml http://www.yworks.com/xml/schema/graphml/1.0/ygraphml.xsd">
|
3
|
+
<key for="node" id="d0" yfiles.type="nodegraphics"/>
|
4
|
+
<key attr.name="description" attr.type="string" for="node" id="d1"/>
|
5
|
+
<key for="edge" id="d2" yfiles.type="edgegraphics"/>
|
6
|
+
<key attr.name="description" attr.type="string" for="edge" id="d3"/>
|
7
|
+
<key for="graphml" id="d4" yfiles.type="resources"/>
|
8
|
+
<graph edgedefault="directed" id="G" parse.edges="8" parse.nodes="9" parse.order="free">
|
9
|
+
<node id="n0">
|
10
|
+
<data key="d0">
|
11
|
+
<y:UMLClassNode>
|
12
|
+
<y:Geometry height="44.62109375" width="229.4521484375" x="217.0894019717262" y="203.86328125"/>
|
13
|
+
<y:Fill color="#99CCFF" transparent="false"/>
|
14
|
+
<y:BorderStyle color="#000000" type="line" width="2.0"/>
|
15
|
+
<y:NodeLabel alignment="center" autoSizePolicy="content" fontFamily="Dialog" fontSize="13" fontStyle="bold" hasBackgroundColor="false" hasLineColor="false" height="34.62109375" modelName="internal" modelPosition="c" textColor="#000000" visible="true" width="128.0078125" x="50.72216796875" y="26.1328125">Employees::Payroll
|
16
|
+
</y:NodeLabel>
|
17
|
+
<y:UML clipContent="true" constraint="" omitDetails="false" stereotype="data" use3DEffect="false">
|
18
|
+
<y:AttributeLabel></y:AttributeLabel>
|
19
|
+
<y:MethodLabel></y:MethodLabel>
|
20
|
+
</y:UML>
|
21
|
+
</y:UMLClassNode>
|
22
|
+
</data>
|
23
|
+
<data key="d1">UMLClass</data>
|
24
|
+
</node>
|
25
|
+
<node id="n1">
|
26
|
+
<data key="d0">
|
27
|
+
<y:UMLClassNode>
|
28
|
+
<y:Geometry height="44.62109375" width="229.4521484375" x="15.000116257440482" y="278.484375"/>
|
29
|
+
<y:Fill color="#CCFFCC" transparent="false"/>
|
30
|
+
<y:BorderStyle color="#000000" type="line" width="1.0"/>
|
31
|
+
<y:NodeLabel alignment="center" autoSizePolicy="content" fontFamily="Dialog" fontSize="13" fontStyle="bold" hasBackgroundColor="false" hasLineColor="false" height="34.62109375" modelName="internal" modelPosition="c" textColor="#000000" visible="true" width="172.7080078125" x="28.3720703125" y="26.1328125">Employees::HourlyPayroll
|
32
|
+
</y:NodeLabel>
|
33
|
+
<y:UML clipContent="true" constraint="" omitDetails="false" stereotype="empty" use3DEffect="false">
|
34
|
+
<y:AttributeLabel></y:AttributeLabel>
|
35
|
+
<y:MethodLabel></y:MethodLabel>
|
36
|
+
</y:UML>
|
37
|
+
</y:UMLClassNode>
|
38
|
+
</data>
|
39
|
+
<data key="d1">UMLClass</data>
|
40
|
+
</node>
|
41
|
+
<node id="n2">
|
42
|
+
<data key="d0">
|
43
|
+
<y:UMLClassNode>
|
44
|
+
<y:Geometry height="44.62109375" width="229.4521484375" x="274.45249720982144" y="278.484375"/>
|
45
|
+
<y:Fill color="#CCFFCC" transparent="false"/>
|
46
|
+
<y:BorderStyle color="#000000" type="line" width="1.0"/>
|
47
|
+
<y:NodeLabel alignment="center" autoSizePolicy="content" fontFamily="Dialog" fontSize="13" fontStyle="bold" hasBackgroundColor="false" hasLineColor="false" height="34.62109375" modelName="internal" modelPosition="c" textColor="#000000" visible="true" width="181.3154296875" x="24.068359375" y="26.1328125">Employees::SalariedPayroll
|
48
|
+
</y:NodeLabel>
|
49
|
+
<y:UML clipContent="true" constraint="" omitDetails="false" stereotype="empty" use3DEffect="false">
|
50
|
+
<y:AttributeLabel></y:AttributeLabel>
|
51
|
+
<y:MethodLabel></y:MethodLabel>
|
52
|
+
</y:UML>
|
53
|
+
</y:UMLClassNode>
|
54
|
+
</data>
|
55
|
+
<data key="d1">UMLClass</data>
|
56
|
+
</node>
|
57
|
+
<node id="n3">
|
58
|
+
<data key="d0">
|
59
|
+
<y:UMLClassNode>
|
60
|
+
<y:Geometry height="44.62109375" width="229.4521484375" x="591.2679734002976" y="203.86328125"/>
|
61
|
+
<y:Fill color="#99CCFF" transparent="false"/>
|
62
|
+
<y:BorderStyle color="#000000" type="line" width="2.0"/>
|
63
|
+
<y:NodeLabel alignment="center" autoSizePolicy="content" fontFamily="Dialog" fontSize="13" fontStyle="bold" hasBackgroundColor="false" hasLineColor="false" height="34.62109375" modelName="internal" modelPosition="c" textColor="#000000" visible="true" width="184.16552734375" x="22.643310546875" y="26.1328125">Employees::RetirementPlan
|
64
|
+
</y:NodeLabel>
|
65
|
+
<y:UML clipContent="true" constraint="" omitDetails="false" stereotype="data" use3DEffect="false">
|
66
|
+
<y:AttributeLabel></y:AttributeLabel>
|
67
|
+
<y:MethodLabel></y:MethodLabel>
|
68
|
+
</y:UML>
|
69
|
+
</y:UMLClassNode>
|
70
|
+
</data>
|
71
|
+
<data key="d1">UMLClass</data>
|
72
|
+
</node>
|
73
|
+
<node id="n4">
|
74
|
+
<data key="d0">
|
75
|
+
<y:UMLClassNode>
|
76
|
+
<y:Geometry height="44.62109375" width="229.4521484375" x="533.9048781622024" y="278.484375"/>
|
77
|
+
<y:Fill color="#CCFFCC" transparent="false"/>
|
78
|
+
<y:BorderStyle color="#000000" type="line" width="1.0"/>
|
79
|
+
<y:NodeLabel alignment="center" autoSizePolicy="content" fontFamily="Dialog" fontSize="13" fontStyle="bold" hasBackgroundColor="false" hasLineColor="false" height="34.62109375" modelName="internal" modelPosition="c" textColor="#000000" visible="true" width="219.4521484375" x="5.0" y="26.1328125">Employees::DefinedContribution
|
80
|
+
</y:NodeLabel>
|
81
|
+
<y:UML clipContent="true" constraint="" omitDetails="false" stereotype="empty" use3DEffect="false">
|
82
|
+
<y:AttributeLabel></y:AttributeLabel>
|
83
|
+
<y:MethodLabel></y:MethodLabel>
|
84
|
+
</y:UML>
|
85
|
+
</y:UMLClassNode>
|
86
|
+
</data>
|
87
|
+
<data key="d1">UMLClass</data>
|
88
|
+
</node>
|
89
|
+
<node id="n5">
|
90
|
+
<data key="d0">
|
91
|
+
<y:UMLClassNode>
|
92
|
+
<y:Geometry height="44.62109375" width="229.4521484375" x="793.3572591145834" y="278.484375"/>
|
93
|
+
<y:Fill color="#CCFFCC" transparent="false"/>
|
94
|
+
<y:BorderStyle color="#000000" type="line" width="1.0"/>
|
95
|
+
<y:NodeLabel alignment="center" autoSizePolicy="content" fontFamily="Dialog" fontSize="13" fontStyle="bold" hasBackgroundColor="false" hasLineColor="false" height="34.62109375" modelName="internal" modelPosition="c" textColor="#000000" visible="true" width="181.302734375" x="24.07470703125" y="26.1328125">Employees::DefinedBenefit
|
96
|
+
</y:NodeLabel>
|
97
|
+
<y:UML clipContent="true" constraint="" omitDetails="false" stereotype="empty" use3DEffect="false">
|
98
|
+
<y:AttributeLabel></y:AttributeLabel>
|
99
|
+
<y:MethodLabel></y:MethodLabel>
|
100
|
+
</y:UML>
|
101
|
+
</y:UMLClassNode>
|
102
|
+
</data>
|
103
|
+
<data key="d1">UMLClass</data>
|
104
|
+
</node>
|
105
|
+
<node id="n6">
|
106
|
+
<data key="d0">
|
107
|
+
<y:UMLClassNode>
|
108
|
+
<y:Geometry height="44.62109375" width="229.4521484375" x="404.1786876860119" y="129.2421875"/>
|
109
|
+
<y:Fill color="#99CCFF" transparent="false"/>
|
110
|
+
<y:BorderStyle color="#000000" type="line" width="2.0"/>
|
111
|
+
<y:NodeLabel alignment="center" autoSizePolicy="content" fontFamily="Dialog" fontSize="13" fontStyle="bold" hasBackgroundColor="false" hasLineColor="false" height="34.62109375" modelName="internal" modelPosition="c" textColor="#000000" visible="true" width="179.296875" x="25.07763671875" y="26.1328125">Employees::EmployeeType
|
112
|
+
</y:NodeLabel>
|
113
|
+
<y:UML clipContent="true" constraint="" omitDetails="false" stereotype="data" use3DEffect="false">
|
114
|
+
<y:AttributeLabel></y:AttributeLabel>
|
115
|
+
<y:MethodLabel></y:MethodLabel>
|
116
|
+
</y:UML>
|
117
|
+
</y:UMLClassNode>
|
118
|
+
</data>
|
119
|
+
<data key="d1">UMLClass</data>
|
120
|
+
</node>
|
121
|
+
<node id="n7">
|
122
|
+
<data key="d0">
|
123
|
+
<y:UMLClassNode>
|
124
|
+
<y:Geometry height="44.62109375" width="229.4521484375" x="404.1786876860119" y="0.0"/>
|
125
|
+
<y:Fill color="#99CCFF" transparent="false"/>
|
126
|
+
<y:BorderStyle color="#000000" type="line" width="2.0"/>
|
127
|
+
<y:NodeLabel alignment="center" autoSizePolicy="content" fontFamily="Dialog" fontSize="13" fontStyle="bold" hasBackgroundColor="false" hasLineColor="false" height="34.62109375" modelName="internal" modelPosition="c" textColor="#000000" visible="true" width="161.5361328125" x="33.9580078125" y="26.1328125">Employees::Department
|
128
|
+
</y:NodeLabel>
|
129
|
+
<y:UML clipContent="true" constraint="" omitDetails="false" stereotype="data" use3DEffect="false">
|
130
|
+
<y:AttributeLabel></y:AttributeLabel>
|
131
|
+
<y:MethodLabel></y:MethodLabel>
|
132
|
+
</y:UML>
|
133
|
+
</y:UMLClassNode>
|
134
|
+
</data>
|
135
|
+
<data key="d1">UMLClass</data>
|
136
|
+
</node>
|
137
|
+
<node id="n8">
|
138
|
+
<data key="d0">
|
139
|
+
<y:UMLClassNode>
|
140
|
+
<y:Geometry height="44.62109375" width="229.4521484375" x="404.1786876860119" y="64.62109375"/>
|
141
|
+
<y:Fill color="#99CCFF" transparent="false"/>
|
142
|
+
<y:BorderStyle color="#000000" type="line" width="2.0"/>
|
143
|
+
<y:NodeLabel alignment="center" autoSizePolicy="content" fontFamily="Dialog" fontSize="13" fontStyle="bold" hasBackgroundColor="false" hasLineColor="false" height="34.62109375" modelName="internal" modelPosition="c" textColor="#000000" visible="true" width="146.517578125" x="41.46728515625" y="26.1328125">Employees::Employee
|
144
|
+
</y:NodeLabel>
|
145
|
+
<y:UML clipContent="true" constraint="" omitDetails="false" stereotype="data" use3DEffect="false">
|
146
|
+
<y:AttributeLabel></y:AttributeLabel>
|
147
|
+
<y:MethodLabel></y:MethodLabel>
|
148
|
+
</y:UML>
|
149
|
+
</y:UMLClassNode>
|
150
|
+
</data>
|
151
|
+
<data key="d1">UMLClass</data>
|
152
|
+
</node>
|
153
|
+
<edge id="e0" source="n0" target="n1">
|
154
|
+
<data key="d2">
|
155
|
+
<y:PolyLineEdge>
|
156
|
+
<y:Path sx="-57.363037109375" sy="22.310546875" tx="0.0" ty="-22.310546875">
|
157
|
+
<y:Point x="274.4524390811012" y="263.484375"/>
|
158
|
+
<y:Point x="129.72619047619048" y="263.484375"/>
|
159
|
+
</y:Path>
|
160
|
+
<y:LineStyle color="#000000" type="line" width="1.0"/>
|
161
|
+
<y:Arrows source="none" target="short"/>
|
162
|
+
<y:EdgeLabel alignment="center" distance="2.0" fontFamily="Dialog" fontSize="12" fontStyle="plain" hasBackgroundColor="false" hasLineColor="false" height="4.0" modelName="six_pos" modelPosition="tail" preferredPlacement="anywhere" ratio="0.5" textColor="#000000" visible="true" width="4.0" x="-74.36313883463541" y="16.970703125"></y:EdgeLabel>
|
163
|
+
<y:BendStyle smoothed="false"/>
|
164
|
+
</y:PolyLineEdge>
|
165
|
+
</data>
|
166
|
+
<data key="d3">UMLuses</data>
|
167
|
+
</edge>
|
168
|
+
<edge id="e1" source="n0" target="n2">
|
169
|
+
<data key="d2">
|
170
|
+
<y:PolyLineEdge>
|
171
|
+
<y:Path sx="57.363037109375" sy="22.310546875" tx="0.0" ty="-22.310546875"/>
|
172
|
+
<y:LineStyle color="#000000" type="line" width="1.0"/>
|
173
|
+
<y:Arrows source="none" target="short"/>
|
174
|
+
<y:EdgeLabel alignment="center" distance="2.0" fontFamily="Dialog" fontSize="12" fontStyle="plain" hasBackgroundColor="false" hasLineColor="false" height="4.0" modelName="six_pos" modelPosition="tail" preferredPlacement="anywhere" ratio="0.5" textColor="#000000" visible="true" width="4.0" x="2.000018407428115" y="12.970703125"></y:EdgeLabel>
|
175
|
+
<y:BendStyle smoothed="false"/>
|
176
|
+
</y:PolyLineEdge>
|
177
|
+
</data>
|
178
|
+
<data key="d3">UMLuses</data>
|
179
|
+
</edge>
|
180
|
+
<edge id="e2" source="n3" target="n4">
|
181
|
+
<data key="d2">
|
182
|
+
<y:PolyLineEdge>
|
183
|
+
<y:Path sx="-57.363037109375" sy="22.310546875" tx="0.0" ty="-22.310546875"/>
|
184
|
+
<y:LineStyle color="#000000" type="line" width="1.0"/>
|
185
|
+
<y:Arrows source="none" target="short"/>
|
186
|
+
<y:EdgeLabel alignment="center" distance="2.0" fontFamily="Dialog" fontSize="12" fontStyle="plain" hasBackgroundColor="false" hasLineColor="false" height="4.0" modelName="six_pos" modelPosition="tail" preferredPlacement="anywhere" ratio="0.5" textColor="#000000" visible="true" width="4.0" x="2.0000038752480123" y="12.970703125"></y:EdgeLabel>
|
187
|
+
<y:BendStyle smoothed="false"/>
|
188
|
+
</y:PolyLineEdge>
|
189
|
+
</data>
|
190
|
+
<data key="d3">UMLuses</data>
|
191
|
+
</edge>
|
192
|
+
<edge id="e3" source="n3" target="n5">
|
193
|
+
<data key="d2">
|
194
|
+
<y:PolyLineEdge>
|
195
|
+
<y:Path sx="57.363037109375" sy="22.310546875" tx="0.0" ty="-22.310546875">
|
196
|
+
<y:Point x="763.3570847284226" y="263.484375"/>
|
197
|
+
<y:Point x="908.0833333333334" y="263.484375"/>
|
198
|
+
</y:Path>
|
199
|
+
<y:LineStyle color="#000000" type="line" width="1.0"/>
|
200
|
+
<y:Arrows source="none" target="short"/>
|
201
|
+
<y:EdgeLabel alignment="center" distance="2.0" fontFamily="Dialog" fontSize="12" fontStyle="plain" hasBackgroundColor="false" hasLineColor="false" height="4.0" modelName="six_pos" modelPosition="tail" preferredPlacement="anywhere" ratio="0.5" textColor="#000000" visible="true" width="4.0" x="70.36315336681548" y="16.970703125"></y:EdgeLabel>
|
202
|
+
<y:BendStyle smoothed="false"/>
|
203
|
+
</y:PolyLineEdge>
|
204
|
+
</data>
|
205
|
+
<data key="d3">UMLuses</data>
|
206
|
+
</edge>
|
207
|
+
<edge id="e4" source="n6" target="n0">
|
208
|
+
<data key="d2">
|
209
|
+
<y:PolyLineEdge>
|
210
|
+
<y:Path sx="-57.363037109375" sy="22.310546875" tx="0.0" ty="-22.310546875">
|
211
|
+
<y:Point x="461.5417247953869" y="188.86328125"/>
|
212
|
+
<y:Point x="331.8154761904762" y="188.86328125"/>
|
213
|
+
</y:Path>
|
214
|
+
<y:LineStyle color="#000000" type="line" width="2.0"/>
|
215
|
+
<y:Arrows source="none" target="short"/>
|
216
|
+
<y:EdgeLabel alignment="center" distance="2.0" fontFamily="Dialog" fontSize="12" fontStyle="plain" hasBackgroundColor="false" hasLineColor="false" height="4.0" modelName="six_pos" modelPosition="tail" preferredPlacement="anywhere" ratio="0.5" textColor="#000000" visible="true" width="4.0" x="-66.86311703636534" y="16.970703125"></y:EdgeLabel>
|
217
|
+
<y:BendStyle smoothed="false"/>
|
218
|
+
</y:PolyLineEdge>
|
219
|
+
</data>
|
220
|
+
<data key="d3">UMLuses</data>
|
221
|
+
</edge>
|
222
|
+
<edge id="e5" source="n6" target="n3">
|
223
|
+
<data key="d2">
|
224
|
+
<y:PolyLineEdge>
|
225
|
+
<y:Path sx="57.363037109375" sy="22.310546875" tx="0.0" ty="-22.310546875">
|
226
|
+
<y:Point x="576.2677990141369" y="188.86328125"/>
|
227
|
+
<y:Point x="705.9940476190476" y="188.86328125"/>
|
228
|
+
</y:Path>
|
229
|
+
<y:LineStyle color="#000000" type="line" width="2.0"/>
|
230
|
+
<y:Arrows source="none" target="short"/>
|
231
|
+
<y:EdgeLabel alignment="center" distance="2.0" fontFamily="Dialog" fontSize="12" fontStyle="plain" hasBackgroundColor="false" hasLineColor="false" height="4.0" modelName="six_pos" modelPosition="tail" preferredPlacement="anywhere" ratio="0.5" textColor="#000000" visible="true" width="4.0" x="62.863101050967316" y="16.970703125"></y:EdgeLabel>
|
232
|
+
<y:BendStyle smoothed="false"/>
|
233
|
+
</y:PolyLineEdge>
|
234
|
+
</data>
|
235
|
+
<data key="d3">UMLuses</data>
|
236
|
+
</edge>
|
237
|
+
<edge id="e6" source="n7" target="n8">
|
238
|
+
<data key="d2">
|
239
|
+
<y:PolyLineEdge>
|
240
|
+
<y:Path sx="0.0" sy="22.310546875" tx="0.0" ty="-22.310546875"/>
|
241
|
+
<y:LineStyle color="#000000" type="line" width="2.0"/>
|
242
|
+
<y:Arrows source="none" target="short"/>
|
243
|
+
<y:EdgeLabel alignment="center" distance="2.0" fontFamily="Dialog" fontSize="12" fontStyle="plain" hasBackgroundColor="false" hasLineColor="false" height="4.0" modelName="six_pos" modelPosition="tail" preferredPlacement="anywhere" ratio="0.5" textColor="#000000" visible="true" width="4.0" x="1.9999767485119264" y="7.9609375"></y:EdgeLabel>
|
244
|
+
<y:BendStyle smoothed="false"/>
|
245
|
+
</y:PolyLineEdge>
|
246
|
+
</data>
|
247
|
+
<data key="d3">UMLuses</data>
|
248
|
+
</edge>
|
249
|
+
<edge id="e7" source="n8" target="n6">
|
250
|
+
<data key="d2">
|
251
|
+
<y:PolyLineEdge>
|
252
|
+
<y:Path sx="0.0" sy="22.310546875" tx="0.0" ty="-22.310546875"/>
|
253
|
+
<y:LineStyle color="#000000" type="line" width="2.0"/>
|
254
|
+
<y:Arrows source="none" target="short"/>
|
255
|
+
<y:EdgeLabel alignment="center" distance="2.0" fontFamily="Dialog" fontSize="12" fontStyle="plain" hasBackgroundColor="false" hasLineColor="false" height="4.0" modelName="six_pos" modelPosition="tail" preferredPlacement="anywhere" ratio="0.5" textColor="#000000" visible="true" width="4.0" x="1.9999767485119264" y="7.9609375"></y:EdgeLabel>
|
256
|
+
<y:BendStyle smoothed="false"/>
|
257
|
+
</y:PolyLineEdge>
|
258
|
+
</data>
|
259
|
+
<data key="d3">UMLuses</data>
|
260
|
+
</edge>
|
261
|
+
</graph>
|
262
|
+
<data key="d4">
|
263
|
+
<y:Resources/>
|
264
|
+
</data>
|
265
|
+
</graphml>
|
@@ -0,0 +1,357 @@
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
2
|
+
<graphml xmlns="http://graphml.graphdrawing.org/xmlns/graphml" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:y="http://www.yworks.com/xml/graphml" xsi:schemaLocation="http://graphml.graphdrawing.org/xmlns/graphml http://www.yworks.com/xml/schema/graphml/1.0/ygraphml.xsd">
|
3
|
+
<key for="node" id="d0" yfiles.type="nodegraphics"/>
|
4
|
+
<key attr.name="description" attr.type="string" for="node" id="d1"/>
|
5
|
+
<key for="edge" id="d2" yfiles.type="edgegraphics"/>
|
6
|
+
<key attr.name="description" attr.type="string" for="edge" id="d3"/>
|
7
|
+
<key for="graphml" id="d4" yfiles.type="resources"/>
|
8
|
+
<graph edgedefault="directed" id="G" parse.edges="12" parse.nodes="11" parse.order="free">
|
9
|
+
<node id="n0">
|
10
|
+
<data key="d0">
|
11
|
+
<y:UMLClassNode>
|
12
|
+
<y:Geometry height="44.62109375" width="229.4521484375" x="533.9048781622024" y="278.484375"/>
|
13
|
+
<y:Fill color="#99CCFF" transparent="false"/>
|
14
|
+
<y:BorderStyle color="#000000" type="line" width="2.0"/>
|
15
|
+
<y:NodeLabel alignment="center" autoSizePolicy="content" fontFamily="Dialog" fontSize="13" fontStyle="bold" hasBackgroundColor="false" hasLineColor="false" height="34.62109375" modelName="internal" modelPosition="c" textColor="#000000" visible="true" width="172.7080078125" x="28.3720703125" y="26.1328125">Employees::HourlyPayroll
|
16
|
+
</y:NodeLabel>
|
17
|
+
<y:UML clipContent="true" constraint="" omitDetails="false" stereotype="data" use3DEffect="false">
|
18
|
+
<y:AttributeLabel></y:AttributeLabel>
|
19
|
+
<y:MethodLabel></y:MethodLabel>
|
20
|
+
</y:UML>
|
21
|
+
</y:UMLClassNode>
|
22
|
+
</data>
|
23
|
+
<data key="d1">UMLClass</data>
|
24
|
+
</node>
|
25
|
+
<node id="n1">
|
26
|
+
<data key="d0">
|
27
|
+
<y:UMLClassNode>
|
28
|
+
<y:Geometry height="44.62109375" width="229.4521484375" x="663.6310686383929" y="353.10546875"/>
|
29
|
+
<y:Fill color="#FFFFFF" transparent="false"/>
|
30
|
+
<y:BorderStyle color="#000000" type="line" width="1.0"/>
|
31
|
+
<y:NodeLabel alignment="center" autoSizePolicy="content" fontFamily="Dialog" fontSize="13" fontStyle="bold" hasBackgroundColor="false" hasLineColor="false" height="34.62109375" modelName="internal" modelPosition="c" textColor="#999999" visible="true" width="131.3974609375" x="49.02734375" y="3.0">Employees::Payrole
|
32
|
+
</y:NodeLabel>
|
33
|
+
<y:UML clipContent="true" constraint="" omitDetails="false" stereotype="" use3DEffect="false">
|
34
|
+
<y:AttributeLabel></y:AttributeLabel>
|
35
|
+
<y:MethodLabel></y:MethodLabel>
|
36
|
+
</y:UML>
|
37
|
+
</y:UMLClassNode>
|
38
|
+
</data>
|
39
|
+
<data key="d1">UMLClass</data>
|
40
|
+
</node>
|
41
|
+
<node id="n2">
|
42
|
+
<data key="d0">
|
43
|
+
<y:UMLClassNode>
|
44
|
+
<y:Geometry height="44.62109375" width="229.4521484375" x="591.2679734002976" y="203.86328125"/>
|
45
|
+
<y:Fill color="#FFCC99" transparent="false"/>
|
46
|
+
<y:BorderStyle color="#000000" type="line" width="1.0"/>
|
47
|
+
<y:NodeLabel alignment="center" autoSizePolicy="content" fontFamily="Dialog" fontSize="13" fontStyle="bold" hasBackgroundColor="false" hasLineColor="false" height="34.62109375" modelName="internal" modelPosition="c" textColor="#000000" visible="true" width="131.3974609375" x="49.02734375" y="26.1328125">Employees::Payrole
|
48
|
+
</y:NodeLabel>
|
49
|
+
<y:UML clipContent="true" constraint="" omitDetails="false" stereotype="mixin" use3DEffect="false">
|
50
|
+
<y:AttributeLabel></y:AttributeLabel>
|
51
|
+
<y:MethodLabel></y:MethodLabel>
|
52
|
+
</y:UML>
|
53
|
+
</y:UMLClassNode>
|
54
|
+
</data>
|
55
|
+
<data key="d1">UMLClass</data>
|
56
|
+
</node>
|
57
|
+
<node id="n3">
|
58
|
+
<data key="d0">
|
59
|
+
<y:UMLClassNode>
|
60
|
+
<y:Geometry height="44.62109375" width="229.4521484375" x="793.3572591145834" y="278.484375"/>
|
61
|
+
<y:Fill color="#99CCFF" transparent="false"/>
|
62
|
+
<y:BorderStyle color="#000000" type="line" width="2.0"/>
|
63
|
+
<y:NodeLabel alignment="center" autoSizePolicy="content" fontFamily="Dialog" fontSize="13" fontStyle="bold" hasBackgroundColor="false" hasLineColor="false" height="34.62109375" modelName="internal" modelPosition="c" textColor="#000000" visible="true" width="181.3154296875" x="24.068359375" y="26.1328125">Employees::SalariedPayroll
|
64
|
+
</y:NodeLabel>
|
65
|
+
<y:UML clipContent="true" constraint="" omitDetails="false" stereotype="data" use3DEffect="false">
|
66
|
+
<y:AttributeLabel></y:AttributeLabel>
|
67
|
+
<y:MethodLabel></y:MethodLabel>
|
68
|
+
</y:UML>
|
69
|
+
</y:UMLClassNode>
|
70
|
+
</data>
|
71
|
+
<data key="d1">UMLClass</data>
|
72
|
+
</node>
|
73
|
+
<node id="n4">
|
74
|
+
<data key="d0">
|
75
|
+
<y:UMLClassNode>
|
76
|
+
<y:Geometry height="44.62109375" width="229.4521484375" x="15.000116257440482" y="278.484375"/>
|
77
|
+
<y:Fill color="#99CCFF" transparent="false"/>
|
78
|
+
<y:BorderStyle color="#000000" type="line" width="2.0"/>
|
79
|
+
<y:NodeLabel alignment="center" autoSizePolicy="content" fontFamily="Dialog" fontSize="13" fontStyle="bold" hasBackgroundColor="false" hasLineColor="false" height="34.62109375" modelName="internal" modelPosition="c" textColor="#000000" visible="true" width="219.4521484375" x="5.0" y="26.1328125">Employees::DefinedContribution
|
80
|
+
</y:NodeLabel>
|
81
|
+
<y:UML clipContent="true" constraint="" omitDetails="false" stereotype="data" use3DEffect="false">
|
82
|
+
<y:AttributeLabel></y:AttributeLabel>
|
83
|
+
<y:MethodLabel></y:MethodLabel>
|
84
|
+
</y:UML>
|
85
|
+
</y:UMLClassNode>
|
86
|
+
</data>
|
87
|
+
<data key="d1">UMLClass</data>
|
88
|
+
</node>
|
89
|
+
<node id="n5">
|
90
|
+
<data key="d0">
|
91
|
+
<y:UMLClassNode>
|
92
|
+
<y:Geometry height="44.62109375" width="229.4521484375" x="144.72630673363096" y="353.10546875"/>
|
93
|
+
<y:Fill color="#FFFFFF" transparent="false"/>
|
94
|
+
<y:BorderStyle color="#000000" type="line" width="1.0"/>
|
95
|
+
<y:NodeLabel alignment="center" autoSizePolicy="content" fontFamily="Dialog" fontSize="13" fontStyle="bold" hasBackgroundColor="false" hasLineColor="false" height="34.62109375" modelName="internal" modelPosition="c" textColor="#999999" visible="true" width="184.16552734375" x="22.643310546875" y="3.0">Employees::RetirementPlan
|
96
|
+
</y:NodeLabel>
|
97
|
+
<y:UML clipContent="true" constraint="" omitDetails="false" stereotype="" use3DEffect="false">
|
98
|
+
<y:AttributeLabel></y:AttributeLabel>
|
99
|
+
<y:MethodLabel></y:MethodLabel>
|
100
|
+
</y:UML>
|
101
|
+
</y:UMLClassNode>
|
102
|
+
</data>
|
103
|
+
<data key="d1">UMLClass</data>
|
104
|
+
</node>
|
105
|
+
<node id="n6">
|
106
|
+
<data key="d0">
|
107
|
+
<y:UMLClassNode>
|
108
|
+
<y:Geometry height="44.62109375" width="229.4521484375" x="217.0894019717262" y="203.86328125"/>
|
109
|
+
<y:Fill color="#FFCC99" transparent="false"/>
|
110
|
+
<y:BorderStyle color="#000000" type="line" width="1.0"/>
|
111
|
+
<y:NodeLabel alignment="center" autoSizePolicy="content" fontFamily="Dialog" fontSize="13" fontStyle="bold" hasBackgroundColor="false" hasLineColor="false" height="34.62109375" modelName="internal" modelPosition="c" textColor="#000000" visible="true" width="184.16552734375" x="22.643310546875" y="26.1328125">Employees::RetirementPlan
|
112
|
+
</y:NodeLabel>
|
113
|
+
<y:UML clipContent="true" constraint="" omitDetails="false" stereotype="mixin" use3DEffect="false">
|
114
|
+
<y:AttributeLabel></y:AttributeLabel>
|
115
|
+
<y:MethodLabel></y:MethodLabel>
|
116
|
+
</y:UML>
|
117
|
+
</y:UMLClassNode>
|
118
|
+
</data>
|
119
|
+
<data key="d1">UMLClass</data>
|
120
|
+
</node>
|
121
|
+
<node id="n7">
|
122
|
+
<data key="d0">
|
123
|
+
<y:UMLClassNode>
|
124
|
+
<y:Geometry height="44.62109375" width="229.4521484375" x="274.45249720982144" y="278.484375"/>
|
125
|
+
<y:Fill color="#99CCFF" transparent="false"/>
|
126
|
+
<y:BorderStyle color="#000000" type="line" width="2.0"/>
|
127
|
+
<y:NodeLabel alignment="center" autoSizePolicy="content" fontFamily="Dialog" fontSize="13" fontStyle="bold" hasBackgroundColor="false" hasLineColor="false" height="34.62109375" modelName="internal" modelPosition="c" textColor="#000000" visible="true" width="181.302734375" x="24.07470703125" y="26.1328125">Employees::DefinedBenefit
|
128
|
+
</y:NodeLabel>
|
129
|
+
<y:UML clipContent="true" constraint="" omitDetails="false" stereotype="data" use3DEffect="false">
|
130
|
+
<y:AttributeLabel></y:AttributeLabel>
|
131
|
+
<y:MethodLabel></y:MethodLabel>
|
132
|
+
</y:UML>
|
133
|
+
</y:UMLClassNode>
|
134
|
+
</data>
|
135
|
+
<data key="d1">UMLClass</data>
|
136
|
+
</node>
|
137
|
+
<node id="n8">
|
138
|
+
<data key="d0">
|
139
|
+
<y:UMLClassNode>
|
140
|
+
<y:Geometry height="44.62109375" width="229.4521484375" x="404.1786876860119" y="129.2421875"/>
|
141
|
+
<y:Fill color="#99CCFF" transparent="false"/>
|
142
|
+
<y:BorderStyle color="#000000" type="line" width="2.0"/>
|
143
|
+
<y:NodeLabel alignment="center" autoSizePolicy="content" fontFamily="Dialog" fontSize="13" fontStyle="bold" hasBackgroundColor="false" hasLineColor="false" height="34.62109375" modelName="internal" modelPosition="c" textColor="#000000" visible="true" width="179.296875" x="25.07763671875" y="26.1328125">Employees::EmployeeType
|
144
|
+
</y:NodeLabel>
|
145
|
+
<y:UML clipContent="true" constraint="" omitDetails="false" stereotype="data" use3DEffect="false">
|
146
|
+
<y:AttributeLabel></y:AttributeLabel>
|
147
|
+
<y:MethodLabel></y:MethodLabel>
|
148
|
+
</y:UML>
|
149
|
+
</y:UMLClassNode>
|
150
|
+
</data>
|
151
|
+
<data key="d1">UMLClass</data>
|
152
|
+
</node>
|
153
|
+
<node id="n9">
|
154
|
+
<data key="d0">
|
155
|
+
<y:UMLClassNode>
|
156
|
+
<y:Geometry height="44.62109375" width="229.4521484375" x="404.1786876860119" y="0.0"/>
|
157
|
+
<y:Fill color="#99CCFF" transparent="false"/>
|
158
|
+
<y:BorderStyle color="#000000" type="line" width="2.0"/>
|
159
|
+
<y:NodeLabel alignment="center" autoSizePolicy="content" fontFamily="Dialog" fontSize="13" fontStyle="bold" hasBackgroundColor="false" hasLineColor="false" height="34.62109375" modelName="internal" modelPosition="c" textColor="#000000" visible="true" width="161.5361328125" x="33.9580078125" y="26.1328125">Employees::Department
|
160
|
+
</y:NodeLabel>
|
161
|
+
<y:UML clipContent="true" constraint="" omitDetails="false" stereotype="data" use3DEffect="false">
|
162
|
+
<y:AttributeLabel></y:AttributeLabel>
|
163
|
+
<y:MethodLabel></y:MethodLabel>
|
164
|
+
</y:UML>
|
165
|
+
</y:UMLClassNode>
|
166
|
+
</data>
|
167
|
+
<data key="d1">UMLClass</data>
|
168
|
+
</node>
|
169
|
+
<node id="n10">
|
170
|
+
<data key="d0">
|
171
|
+
<y:UMLClassNode>
|
172
|
+
<y:Geometry height="44.62109375" width="229.4521484375" x="404.1786876860119" y="64.62109375"/>
|
173
|
+
<y:Fill color="#99CCFF" transparent="false"/>
|
174
|
+
<y:BorderStyle color="#000000" type="line" width="2.0"/>
|
175
|
+
<y:NodeLabel alignment="center" autoSizePolicy="content" fontFamily="Dialog" fontSize="13" fontStyle="bold" hasBackgroundColor="false" hasLineColor="false" height="34.62109375" modelName="internal" modelPosition="c" textColor="#000000" visible="true" width="146.517578125" x="41.46728515625" y="26.1328125">Employees::Employee
|
176
|
+
</y:NodeLabel>
|
177
|
+
<y:UML clipContent="true" constraint="" omitDetails="false" stereotype="data" use3DEffect="false">
|
178
|
+
<y:AttributeLabel></y:AttributeLabel>
|
179
|
+
<y:MethodLabel></y:MethodLabel>
|
180
|
+
</y:UML>
|
181
|
+
</y:UMLClassNode>
|
182
|
+
</data>
|
183
|
+
<data key="d1">UMLClass</data>
|
184
|
+
</node>
|
185
|
+
<edge id="e0" source="n0" target="n1">
|
186
|
+
<data key="d2">
|
187
|
+
<y:PolyLineEdge>
|
188
|
+
<y:Path sx="0.0" sy="22.310546875" tx="-57.363037109375" ty="-22.310546875">
|
189
|
+
<y:Point x="648.6309523809524" y="338.10546875"/>
|
190
|
+
<y:Point x="720.9941057477679" y="338.10546875"/>
|
191
|
+
</y:Path>
|
192
|
+
<y:LineStyle color="#000000" type="line" width="1.0"/>
|
193
|
+
<y:Arrows source="none" target="short"/>
|
194
|
+
<y:EdgeLabel alignment="center" distance="2.0" fontFamily="Dialog" fontSize="12" fontStyle="plain" hasBackgroundColor="false" hasLineColor="false" height="4.0" modelName="six_pos" modelPosition="tail" preferredPlacement="anywhere" ratio="0.5" textColor="#000000" visible="true" width="4.0" x="34.181547619047706" y="16.970703125"></y:EdgeLabel>
|
195
|
+
<y:BendStyle smoothed="false"/>
|
196
|
+
</y:PolyLineEdge>
|
197
|
+
</data>
|
198
|
+
<data key="d3">UMLuses</data>
|
199
|
+
</edge>
|
200
|
+
<edge id="e1" source="n2" target="n0">
|
201
|
+
<data key="d2">
|
202
|
+
<y:PolyLineEdge>
|
203
|
+
<y:Path sx="-57.363037109375" sy="22.310546875" tx="0.0" ty="-22.310546875"/>
|
204
|
+
<y:LineStyle color="#000000" type="line" width="1.0"/>
|
205
|
+
<y:Arrows source="white_delta" target="none"/>
|
206
|
+
<y:EdgeLabel alignment="center" distance="2.0" fontFamily="Dialog" fontSize="12" fontStyle="plain" hasBackgroundColor="false" hasLineColor="false" height="4.0" modelName="six_pos" modelPosition="tail" preferredPlacement="anywhere" ratio="0.5" textColor="#000000" visible="true" width="4.0" x="2.0000038752480123" y="12.970703125"></y:EdgeLabel>
|
207
|
+
<y:BendStyle smoothed="false"/>
|
208
|
+
</y:PolyLineEdge>
|
209
|
+
</data>
|
210
|
+
<data key="d3">UMLinherits</data>
|
211
|
+
</edge>
|
212
|
+
<edge id="e2" source="n3" target="n1">
|
213
|
+
<data key="d2">
|
214
|
+
<y:PolyLineEdge>
|
215
|
+
<y:Path sx="0.0" sy="22.310546875" tx="57.363037109375" ty="-22.310546875">
|
216
|
+
<y:Point x="908.0833333333334" y="338.10546875"/>
|
217
|
+
<y:Point x="835.7201799665179" y="338.10546875"/>
|
218
|
+
</y:Path>
|
219
|
+
<y:LineStyle color="#000000" type="line" width="1.0"/>
|
220
|
+
<y:Arrows source="none" target="short"/>
|
221
|
+
<y:EdgeLabel alignment="center" distance="2.0" fontFamily="Dialog" fontSize="12" fontStyle="plain" hasBackgroundColor="false" hasLineColor="false" height="4.0" modelName="six_pos" modelPosition="tail" preferredPlacement="anywhere" ratio="0.5" textColor="#000000" visible="true" width="4.0" x="-38.181556338355676" y="16.970703125"></y:EdgeLabel>
|
222
|
+
<y:BendStyle smoothed="false"/>
|
223
|
+
</y:PolyLineEdge>
|
224
|
+
</data>
|
225
|
+
<data key="d3">UMLuses</data>
|
226
|
+
</edge>
|
227
|
+
<edge id="e3" source="n2" target="n3">
|
228
|
+
<data key="d2">
|
229
|
+
<y:PolyLineEdge>
|
230
|
+
<y:Path sx="57.363037109375" sy="22.310546875" tx="0.0" ty="-22.310546875">
|
231
|
+
<y:Point x="763.3570847284226" y="263.484375"/>
|
232
|
+
<y:Point x="908.0833333333334" y="263.484375"/>
|
233
|
+
</y:Path>
|
234
|
+
<y:LineStyle color="#000000" type="line" width="1.0"/>
|
235
|
+
<y:Arrows source="white_delta" target="none"/>
|
236
|
+
<y:EdgeLabel alignment="center" distance="2.0" fontFamily="Dialog" fontSize="12" fontStyle="plain" hasBackgroundColor="false" hasLineColor="false" height="4.0" modelName="six_pos" modelPosition="tail" preferredPlacement="anywhere" ratio="0.5" textColor="#000000" visible="true" width="4.0" x="70.36315336681548" y="16.970703125"></y:EdgeLabel>
|
237
|
+
<y:BendStyle smoothed="false"/>
|
238
|
+
</y:PolyLineEdge>
|
239
|
+
</data>
|
240
|
+
<data key="d3">UMLinherits</data>
|
241
|
+
</edge>
|
242
|
+
<edge id="e4" source="n4" target="n5">
|
243
|
+
<data key="d2">
|
244
|
+
<y:PolyLineEdge>
|
245
|
+
<y:Path sx="0.0" sy="22.310546875" tx="-57.363037109375" ty="-22.310546875">
|
246
|
+
<y:Point x="129.72619047619048" y="338.10546875"/>
|
247
|
+
<y:Point x="202.08934384300596" y="338.10546875"/>
|
248
|
+
</y:Path>
|
249
|
+
<y:LineStyle color="#000000" type="line" width="1.0"/>
|
250
|
+
<y:Arrows source="none" target="short"/>
|
251
|
+
<y:EdgeLabel alignment="center" distance="2.0" fontFamily="Dialog" fontSize="12" fontStyle="plain" hasBackgroundColor="false" hasLineColor="false" height="4.0" modelName="six_pos" modelPosition="tail" preferredPlacement="anywhere" ratio="0.5" textColor="#000000" visible="true" width="4.0" x="34.18157087053572" y="16.970703125"></y:EdgeLabel>
|
252
|
+
<y:BendStyle smoothed="false"/>
|
253
|
+
</y:PolyLineEdge>
|
254
|
+
</data>
|
255
|
+
<data key="d3">UMLuses</data>
|
256
|
+
</edge>
|
257
|
+
<edge id="e5" source="n6" target="n4">
|
258
|
+
<data key="d2">
|
259
|
+
<y:PolyLineEdge>
|
260
|
+
<y:Path sx="-57.363037109375" sy="22.310546875" tx="0.0" ty="-22.310546875">
|
261
|
+
<y:Point x="274.4524390811012" y="263.484375"/>
|
262
|
+
<y:Point x="129.72619047619048" y="263.484375"/>
|
263
|
+
</y:Path>
|
264
|
+
<y:LineStyle color="#000000" type="line" width="1.0"/>
|
265
|
+
<y:Arrows source="white_delta" target="none"/>
|
266
|
+
<y:EdgeLabel alignment="center" distance="2.0" fontFamily="Dialog" fontSize="12" fontStyle="plain" hasBackgroundColor="false" hasLineColor="false" height="4.0" modelName="six_pos" modelPosition="tail" preferredPlacement="anywhere" ratio="0.5" textColor="#000000" visible="true" width="4.0" x="-74.36313883463541" y="16.970703125"></y:EdgeLabel>
|
267
|
+
<y:BendStyle smoothed="false"/>
|
268
|
+
</y:PolyLineEdge>
|
269
|
+
</data>
|
270
|
+
<data key="d3">UMLinherits</data>
|
271
|
+
</edge>
|
272
|
+
<edge id="e6" source="n7" target="n5">
|
273
|
+
<data key="d2">
|
274
|
+
<y:PolyLineEdge>
|
275
|
+
<y:Path sx="0.0" sy="22.310546875" tx="57.363037109375" ty="-22.310546875">
|
276
|
+
<y:Point x="389.17857142857144" y="338.10546875"/>
|
277
|
+
<y:Point x="316.81541806175596" y="338.10546875"/>
|
278
|
+
</y:Path>
|
279
|
+
<y:LineStyle color="#000000" type="line" width="1.0"/>
|
280
|
+
<y:Arrows source="none" target="short"/>
|
281
|
+
<y:EdgeLabel alignment="center" distance="2.0" fontFamily="Dialog" fontSize="12" fontStyle="plain" hasBackgroundColor="false" hasLineColor="false" height="4.0" modelName="six_pos" modelPosition="tail" preferredPlacement="anywhere" ratio="0.5" textColor="#000000" visible="true" width="4.0" x="-38.18156360444567" y="16.970703125"></y:EdgeLabel>
|
282
|
+
<y:BendStyle smoothed="false"/>
|
283
|
+
</y:PolyLineEdge>
|
284
|
+
</data>
|
285
|
+
<data key="d3">UMLuses</data>
|
286
|
+
</edge>
|
287
|
+
<edge id="e7" source="n6" target="n7">
|
288
|
+
<data key="d2">
|
289
|
+
<y:PolyLineEdge>
|
290
|
+
<y:Path sx="57.363037109375" sy="22.310546875" tx="0.0" ty="-22.310546875"/>
|
291
|
+
<y:LineStyle color="#000000" type="line" width="1.0"/>
|
292
|
+
<y:Arrows source="white_delta" target="none"/>
|
293
|
+
<y:EdgeLabel alignment="center" distance="2.0" fontFamily="Dialog" fontSize="12" fontStyle="plain" hasBackgroundColor="false" hasLineColor="false" height="4.0" modelName="six_pos" modelPosition="tail" preferredPlacement="anywhere" ratio="0.5" textColor="#000000" visible="true" width="4.0" x="2.000018407428115" y="12.970703125"></y:EdgeLabel>
|
294
|
+
<y:BendStyle smoothed="false"/>
|
295
|
+
</y:PolyLineEdge>
|
296
|
+
</data>
|
297
|
+
<data key="d3">UMLinherits</data>
|
298
|
+
</edge>
|
299
|
+
<edge id="e8" source="n8" target="n6">
|
300
|
+
<data key="d2">
|
301
|
+
<y:PolyLineEdge>
|
302
|
+
<y:Path sx="-57.363037109375" sy="22.310546875" tx="0.0" ty="-22.310546875">
|
303
|
+
<y:Point x="461.5417247953869" y="188.86328125"/>
|
304
|
+
<y:Point x="331.8154761904762" y="188.86328125"/>
|
305
|
+
</y:Path>
|
306
|
+
<y:LineStyle color="#000000" type="line" width="2.0"/>
|
307
|
+
<y:Arrows source="none" target="short"/>
|
308
|
+
<y:EdgeLabel alignment="center" distance="2.0" fontFamily="Dialog" fontSize="12" fontStyle="plain" hasBackgroundColor="false" hasLineColor="false" height="4.0" modelName="six_pos" modelPosition="tail" preferredPlacement="anywhere" ratio="0.5" textColor="#000000" visible="true" width="4.0" x="-66.86311703636534" y="16.970703125"></y:EdgeLabel>
|
309
|
+
<y:BendStyle smoothed="false"/>
|
310
|
+
</y:PolyLineEdge>
|
311
|
+
</data>
|
312
|
+
<data key="d3">UMLuses</data>
|
313
|
+
</edge>
|
314
|
+
<edge id="e9" source="n8" target="n2">
|
315
|
+
<data key="d2">
|
316
|
+
<y:PolyLineEdge>
|
317
|
+
<y:Path sx="57.363037109375" sy="22.310546875" tx="0.0" ty="-22.310546875">
|
318
|
+
<y:Point x="576.2677990141369" y="188.86328125"/>
|
319
|
+
<y:Point x="705.9940476190476" y="188.86328125"/>
|
320
|
+
</y:Path>
|
321
|
+
<y:LineStyle color="#000000" type="line" width="2.0"/>
|
322
|
+
<y:Arrows source="none" target="short"/>
|
323
|
+
<y:EdgeLabel alignment="center" distance="2.0" fontFamily="Dialog" fontSize="12" fontStyle="plain" hasBackgroundColor="false" hasLineColor="false" height="4.0" modelName="six_pos" modelPosition="tail" preferredPlacement="anywhere" ratio="0.5" textColor="#000000" visible="true" width="4.0" x="62.863101050967316" y="16.970703125"></y:EdgeLabel>
|
324
|
+
<y:BendStyle smoothed="false"/>
|
325
|
+
</y:PolyLineEdge>
|
326
|
+
</data>
|
327
|
+
<data key="d3">UMLuses</data>
|
328
|
+
</edge>
|
329
|
+
<edge id="e10" source="n9" target="n10">
|
330
|
+
<data key="d2">
|
331
|
+
<y:PolyLineEdge>
|
332
|
+
<y:Path sx="0.0" sy="22.310546875" tx="0.0" ty="-22.310546875"/>
|
333
|
+
<y:LineStyle color="#000000" type="line" width="2.0"/>
|
334
|
+
<y:Arrows source="none" target="short"/>
|
335
|
+
<y:EdgeLabel alignment="center" distance="2.0" fontFamily="Dialog" fontSize="12" fontStyle="plain" hasBackgroundColor="false" hasLineColor="false" height="4.0" modelName="six_pos" modelPosition="tail" preferredPlacement="anywhere" ratio="0.5" textColor="#000000" visible="true" width="4.0" x="1.9999767485119264" y="7.9609375"></y:EdgeLabel>
|
336
|
+
<y:BendStyle smoothed="false"/>
|
337
|
+
</y:PolyLineEdge>
|
338
|
+
</data>
|
339
|
+
<data key="d3">UMLuses</data>
|
340
|
+
</edge>
|
341
|
+
<edge id="e11" source="n10" target="n8">
|
342
|
+
<data key="d2">
|
343
|
+
<y:PolyLineEdge>
|
344
|
+
<y:Path sx="0.0" sy="22.310546875" tx="0.0" ty="-22.310546875"/>
|
345
|
+
<y:LineStyle color="#000000" type="line" width="2.0"/>
|
346
|
+
<y:Arrows source="none" target="short"/>
|
347
|
+
<y:EdgeLabel alignment="center" distance="2.0" fontFamily="Dialog" fontSize="12" fontStyle="plain" hasBackgroundColor="false" hasLineColor="false" height="4.0" modelName="six_pos" modelPosition="tail" preferredPlacement="anywhere" ratio="0.5" textColor="#000000" visible="true" width="4.0" x="1.9999767485119264" y="7.9609375"></y:EdgeLabel>
|
348
|
+
<y:BendStyle smoothed="false"/>
|
349
|
+
</y:PolyLineEdge>
|
350
|
+
</data>
|
351
|
+
<data key="d3">UMLuses</data>
|
352
|
+
</edge>
|
353
|
+
</graph>
|
354
|
+
<data key="d4">
|
355
|
+
<y:Resources/>
|
356
|
+
</data>
|
357
|
+
</graphml>
|