Skip to content

Commit 7aedcd5

Browse files
committed
more polishing
1 parent 070391b commit 7aedcd5

File tree

1 file changed

+310
-0
lines changed
  • jsondiscoverer.examples/exampleData/gefxConverter

1 file changed

+310
-0
lines changed
Lines changed: 310 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,310 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3+
xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore">
4+
<eClassifiers xsi:type="ecore:EClass" name="PositionElevationOutput">
5+
<eAnnotations source="coverage">
6+
<eAnnotations source="AlsoKnownAs">
7+
<details key="PositionElevationOutput" value="1"/>
8+
</eAnnotations>
9+
<details key="totalFound" value="1"/>
10+
<details key="source" value="googleMaps"/>
11+
</eAnnotations>
12+
<eStructuralFeatures xsi:type="ecore:EReference" name="results" lowerBound="1"
13+
upperBound="-1" eType="#//Result">
14+
<eAnnotations source="coverage">
15+
<eAnnotations source="AlsoKnownAs">
16+
<details key="results" value="1"/>
17+
</eAnnotations>
18+
<eAnnotations source="foundIn">
19+
<details key="PositionElevationOutput" value="1"/>
20+
</eAnnotations>
21+
<details key="totalFound" value="1"/>
22+
<details key="ratioTotalFound" value="1.0"/>
23+
</eAnnotations>
24+
</eStructuralFeatures>
25+
<eStructuralFeatures xsi:type="ecore:EAttribute" name="status" lowerBound="1"
26+
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString">
27+
<eAnnotations source="coverage">
28+
<eAnnotations source="AlsoKnownAs">
29+
<details key="status" value="1"/>
30+
</eAnnotations>
31+
<eAnnotations source="foundIn">
32+
<details key="PositionElevationOutput" value="1"/>
33+
</eAnnotations>
34+
<details key="totalFound" value="1"/>
35+
<details key="ratioTotalFound" value="1.0"/>
36+
</eAnnotations>
37+
</eStructuralFeatures>
38+
</eClassifiers>
39+
<eClassifiers xsi:type="ecore:EClass" name="PositionElevationInput">
40+
<eAnnotations source="coverage">
41+
<eAnnotations source="AlsoKnownAs">
42+
<details key="PositionElevationInput" value="1"/>
43+
</eAnnotations>
44+
<details key="totalFound" value="1"/>
45+
<details key="source" value="googleMaps"/>
46+
</eAnnotations>
47+
<eStructuralFeatures xsi:type="ecore:EAttribute" name="locations" lowerBound="1"
48+
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt">
49+
<eAnnotations source="coverage">
50+
<eAnnotations source="AlsoKnownAs">
51+
<details key="locations" value="1"/>
52+
</eAnnotations>
53+
<eAnnotations source="foundIn">
54+
<details key="PositionElevationInput" value="1"/>
55+
</eAnnotations>
56+
<details key="totalFound" value="1"/>
57+
<details key="ratioTotalFound" value="1.0"/>
58+
</eAnnotations>
59+
</eStructuralFeatures>
60+
<eStructuralFeatures xsi:type="ecore:EAttribute" name="sensor" lowerBound="1"
61+
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean">
62+
<eAnnotations source="coverage">
63+
<eAnnotations source="AlsoKnownAs">
64+
<details key="sensor" value="1"/>
65+
</eAnnotations>
66+
<eAnnotations source="foundIn">
67+
<details key="PositionElevationInput" value="1"/>
68+
</eAnnotations>
69+
<details key="totalFound" value="1"/>
70+
<details key="ratioTotalFound" value="1.0"/>
71+
</eAnnotations>
72+
</eStructuralFeatures>
73+
<eStructuralFeatures xsi:type="ecore:EReference" name="positionElevationOutput"
74+
lowerBound="1" eType="#//PositionElevationOutput">
75+
<eAnnotations source="coverage">
76+
<eAnnotations source="AlsoKnownAs">
77+
<details key="positionElevationOutput" value="1"/>
78+
</eAnnotations>
79+
<eAnnotations source="foundIn">
80+
<details key="PositionElevationInput" value="1"/>
81+
</eAnnotations>
82+
<details key="totalFound" value="1"/>
83+
<details key="ratioTotalFound" value="1.0"/>
84+
</eAnnotations>
85+
</eStructuralFeatures>
86+
</eClassifiers>
87+
<eClassifiers xsi:type="ecore:EClass" name="Result">
88+
<eAnnotations source="coverage">
89+
<eAnnotations source="AlsoKnownAs">
90+
<details key="Result" value="1"/>
91+
</eAnnotations>
92+
<details key="totalFound" value="1"/>
93+
<details key="source" value="googleMaps"/>
94+
</eAnnotations>
95+
<eStructuralFeatures xsi:type="ecore:EAttribute" name="elevation" lowerBound="1"
96+
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt">
97+
<eAnnotations source="coverage">
98+
<eAnnotations source="AlsoKnownAs">
99+
<details key="elevation" value="1"/>
100+
</eAnnotations>
101+
<eAnnotations source="foundIn">
102+
<details key="Result" value="1"/>
103+
</eAnnotations>
104+
<details key="totalFound" value="1"/>
105+
<details key="ratioTotalFound" value="1.0"/>
106+
</eAnnotations>
107+
</eStructuralFeatures>
108+
<eStructuralFeatures xsi:type="ecore:EReference" name="location" lowerBound="1"
109+
eType="#//Location">
110+
<eAnnotations source="coverage">
111+
<eAnnotations source="AlsoKnownAs">
112+
<details key="location" value="1"/>
113+
</eAnnotations>
114+
<eAnnotations source="foundIn">
115+
<details key="Result" value="1"/>
116+
</eAnnotations>
117+
<details key="totalFound" value="1"/>
118+
<details key="ratioTotalFound" value="1.0"/>
119+
</eAnnotations>
120+
</eStructuralFeatures>
121+
<eStructuralFeatures xsi:type="ecore:EAttribute" name="resolution" lowerBound="1"
122+
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt">
123+
<eAnnotations source="coverage">
124+
<eAnnotations source="AlsoKnownAs">
125+
<details key="resolution" value="1"/>
126+
</eAnnotations>
127+
<eAnnotations source="foundIn">
128+
<details key="Result" value="1"/>
129+
</eAnnotations>
130+
<details key="totalFound" value="1"/>
131+
<details key="ratioTotalFound" value="1.0"/>
132+
</eAnnotations>
133+
</eStructuralFeatures>
134+
</eClassifiers>
135+
<eClassifiers xsi:type="ecore:EClass" name="Location">
136+
<eAnnotations source="coverage">
137+
<eAnnotations source="AlsoKnownAs">
138+
<details key="Location" value="1"/>
139+
</eAnnotations>
140+
<details key="totalFound" value="1"/>
141+
<details key="source" value="googleMaps"/>
142+
</eAnnotations>
143+
<eStructuralFeatures xsi:type="ecore:EAttribute" name="lat" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt">
144+
<eAnnotations source="coverage">
145+
<eAnnotations source="AlsoKnownAs">
146+
<details key="lat" value="1"/>
147+
</eAnnotations>
148+
<eAnnotations source="foundIn">
149+
<details key="Location" value="1"/>
150+
</eAnnotations>
151+
<details key="totalFound" value="1"/>
152+
<details key="ratioTotalFound" value="1.0"/>
153+
</eAnnotations>
154+
</eStructuralFeatures>
155+
<eStructuralFeatures xsi:type="ecore:EAttribute" name="lng" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt">
156+
<eAnnotations source="coverage">
157+
<eAnnotations source="AlsoKnownAs">
158+
<details key="lng" value="1"/>
159+
</eAnnotations>
160+
<eAnnotations source="foundIn">
161+
<details key="Location" value="1"/>
162+
</eAnnotations>
163+
<details key="totalFound" value="1"/>
164+
<details key="ratioTotalFound" value="1.0"/>
165+
</eAnnotations>
166+
</eStructuralFeatures>
167+
<eStructuralFeatures xsi:type="ecore:EReference" name="mapping" eType="#//StopPositionInput">
168+
<eAnnotations source="coverage">
169+
<eAnnotations source="AlsoKnownAs"/>
170+
<details key="totalFound" value="0"/>
171+
</eAnnotations>
172+
</eStructuralFeatures>
173+
</eClassifiers>
174+
<eClassifiers xsi:type="ecore:EClass" name="Ligne">
175+
<eAnnotations source="coverage">
176+
<eAnnotations source="AlsoKnownAs">
177+
<details key="Ligne" value="1"/>
178+
</eAnnotations>
179+
<details key="totalFound" value="1"/>
180+
<details key="source" value="tan"/>
181+
</eAnnotations>
182+
<eStructuralFeatures xsi:type="ecore:EAttribute" name="numLigne" lowerBound="1"
183+
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString">
184+
<eAnnotations source="coverage">
185+
<eAnnotations source="AlsoKnownAs">
186+
<details key="numLigne" value="1"/>
187+
</eAnnotations>
188+
<eAnnotations source="foundIn">
189+
<details key="Ligne" value="1"/>
190+
</eAnnotations>
191+
<details key="totalFound" value="1"/>
192+
<details key="ratioTotalFound" value="1.0"/>
193+
</eAnnotations>
194+
</eStructuralFeatures>
195+
</eClassifiers>
196+
<eClassifiers xsi:type="ecore:EClass" name="StopPositionInput">
197+
<eAnnotations source="coverage">
198+
<eAnnotations source="AlsoKnownAs">
199+
<details key="StopPositionInput" value="1"/>
200+
</eAnnotations>
201+
<details key="totalFound" value="1"/>
202+
<details key="source" value="tan"/>
203+
</eAnnotations>
204+
<eStructuralFeatures xsi:type="ecore:EAttribute" name="lat" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt">
205+
<eAnnotations source="coverage">
206+
<eAnnotations source="AlsoKnownAs">
207+
<details key="lat" value="1"/>
208+
</eAnnotations>
209+
<eAnnotations source="foundIn">
210+
<details key="StopPositionInput" value="1"/>
211+
</eAnnotations>
212+
<details key="totalFound" value="1"/>
213+
<details key="ratioTotalFound" value="1.0"/>
214+
</eAnnotations>
215+
</eStructuralFeatures>
216+
<eStructuralFeatures xsi:type="ecore:EAttribute" name="lon" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt">
217+
<eAnnotations source="coverage">
218+
<eAnnotations source="AlsoKnownAs">
219+
<details key="lon" value="1"/>
220+
</eAnnotations>
221+
<eAnnotations source="foundIn">
222+
<details key="StopPositionInput" value="1"/>
223+
</eAnnotations>
224+
<details key="totalFound" value="1"/>
225+
<details key="ratioTotalFound" value="1.0"/>
226+
</eAnnotations>
227+
</eStructuralFeatures>
228+
<eStructuralFeatures xsi:type="ecore:EReference" name="stopPositionOutput" lowerBound="1"
229+
upperBound="-1" eType="#//StopPositionOutput">
230+
<eAnnotations source="coverage">
231+
<eAnnotations source="AlsoKnownAs">
232+
<details key="stopPositionOutput" value="1"/>
233+
</eAnnotations>
234+
<eAnnotations source="foundIn">
235+
<details key="StopPositionInput" value="1"/>
236+
</eAnnotations>
237+
<details key="totalFound" value="1"/>
238+
<details key="ratioTotalFound" value="1.0"/>
239+
</eAnnotations>
240+
</eStructuralFeatures>
241+
<eStructuralFeatures xsi:type="ecore:EReference" name="mapping" eType="#//Location"
242+
eOpposite="#//Location/mapping">
243+
<eAnnotations source="coverage">
244+
<eAnnotations source="AlsoKnownAs"/>
245+
<details key="totalFound" value="0"/>
246+
</eAnnotations>
247+
</eStructuralFeatures>
248+
</eClassifiers>
249+
<eClassifiers xsi:type="ecore:EClass" name="StopPositionOutput">
250+
<eAnnotations source="coverage">
251+
<eAnnotations source="AlsoKnownAs">
252+
<details key="StopPositionOutput" value="1"/>
253+
</eAnnotations>
254+
<details key="totalFound" value="1"/>
255+
<details key="source" value="tan"/>
256+
</eAnnotations>
257+
<eStructuralFeatures xsi:type="ecore:EAttribute" name="codeLieu" lowerBound="1"
258+
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString">
259+
<eAnnotations source="coverage">
260+
<eAnnotations source="AlsoKnownAs">
261+
<details key="codeLieu" value="1"/>
262+
</eAnnotations>
263+
<eAnnotations source="foundIn">
264+
<details key="StopPositionOutput" value="1"/>
265+
</eAnnotations>
266+
<details key="totalFound" value="1"/>
267+
<details key="ratioTotalFound" value="1.0"/>
268+
</eAnnotations>
269+
</eStructuralFeatures>
270+
<eStructuralFeatures xsi:type="ecore:EAttribute" name="libelle" lowerBound="1"
271+
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString">
272+
<eAnnotations source="coverage">
273+
<eAnnotations source="AlsoKnownAs">
274+
<details key="libelle" value="1"/>
275+
</eAnnotations>
276+
<eAnnotations source="foundIn">
277+
<details key="StopPositionOutput" value="1"/>
278+
</eAnnotations>
279+
<details key="totalFound" value="1"/>
280+
<details key="ratioTotalFound" value="1.0"/>
281+
</eAnnotations>
282+
</eStructuralFeatures>
283+
<eStructuralFeatures xsi:type="ecore:EAttribute" name="distance" lowerBound="1"
284+
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString">
285+
<eAnnotations source="coverage">
286+
<eAnnotations source="AlsoKnownAs">
287+
<details key="distance" value="1"/>
288+
</eAnnotations>
289+
<eAnnotations source="foundIn">
290+
<details key="StopPositionOutput" value="1"/>
291+
</eAnnotations>
292+
<details key="totalFound" value="1"/>
293+
<details key="ratioTotalFound" value="1.0"/>
294+
</eAnnotations>
295+
</eStructuralFeatures>
296+
<eStructuralFeatures xsi:type="ecore:EReference" name="ligne" lowerBound="1" upperBound="-1"
297+
eType="#//Ligne">
298+
<eAnnotations source="coverage">
299+
<eAnnotations source="AlsoKnownAs">
300+
<details key="ligne" value="1"/>
301+
</eAnnotations>
302+
<eAnnotations source="foundIn">
303+
<details key="StopPositionOutput" value="1"/>
304+
</eAnnotations>
305+
<details key="totalFound" value="1"/>
306+
<details key="ratioTotalFound" value="1.0"/>
307+
</eAnnotations>
308+
</eStructuralFeatures>
309+
</eClassifiers>
310+
</ecore:EPackage>

0 commit comments

Comments
 (0)