Skip to content

Commit 31250d2

Browse files
committed
Added the generated artefacts in the jsondiscoverer.examples
1 parent 4232e91 commit 31250d2

28 files changed

+3696
-0
lines changed

jsondiscoverer.examples/exampleData/advancedDiscoverer/exampleAdvancedDiscoverer.ecore

Lines changed: 468 additions & 0 deletions
Large diffs are not rendered by default.
Lines changed: 74 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,74 @@
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" name="stopPosition" nsURI="http://jsonDiscoverer/discovered/stopPosition"
4+
nsPrefix="discos">
5+
<eClassifiers xsi:type="ecore:EClass" name="Ligne">
6+
<eAnnotations source="coverage">
7+
<details key="totalFound" value="14"/>
8+
</eAnnotations>
9+
<eStructuralFeatures xsi:type="ecore:EAttribute" name="numLigne" lowerBound="1"
10+
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString">
11+
<eAnnotations source="coverage">
12+
<details key="totalFound" value="14"/>
13+
<details key="ratioTotalFound" value="1.0"/>
14+
</eAnnotations>
15+
</eStructuralFeatures>
16+
</eClassifiers>
17+
<eClassifiers xsi:type="ecore:EClass" name="StopPositionInput">
18+
<eAnnotations source="coverage">
19+
<details key="totalFound" value="1"/>
20+
</eAnnotations>
21+
<eStructuralFeatures xsi:type="ecore:EAttribute" name="lat" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt">
22+
<eAnnotations source="coverage">
23+
<details key="totalFound" value="1"/>
24+
<details key="ratioTotalFound" value="1.0"/>
25+
</eAnnotations>
26+
</eStructuralFeatures>
27+
<eStructuralFeatures xsi:type="ecore:EAttribute" name="lon" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt">
28+
<eAnnotations source="coverage">
29+
<details key="totalFound" value="1"/>
30+
<details key="ratioTotalFound" value="1.0"/>
31+
</eAnnotations>
32+
</eStructuralFeatures>
33+
<eStructuralFeatures xsi:type="ecore:EReference" name="stopPositionOutput" lowerBound="1"
34+
upperBound="-1" eType="#//StopPositionOutput" containment="true">
35+
<eAnnotations source="coverage">
36+
<details key="totalFound" value="1"/>
37+
<details key="ratioTotalFound" value="1.0"/>
38+
</eAnnotations>
39+
</eStructuralFeatures>
40+
</eClassifiers>
41+
<eClassifiers xsi:type="ecore:EClass" name="StopPositionOutput">
42+
<eAnnotations source="coverage">
43+
<details key="totalFound" value="20"/>
44+
</eAnnotations>
45+
<eStructuralFeatures xsi:type="ecore:EAttribute" name="codeLieu" lowerBound="1"
46+
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString">
47+
<eAnnotations source="coverage">
48+
<details key="totalFound" value="20"/>
49+
<details key="ratioTotalFound" value="1.0"/>
50+
</eAnnotations>
51+
</eStructuralFeatures>
52+
<eStructuralFeatures xsi:type="ecore:EAttribute" name="libelle" lowerBound="1"
53+
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString">
54+
<eAnnotations source="coverage">
55+
<details key="totalFound" value="20"/>
56+
<details key="ratioTotalFound" value="1.0"/>
57+
</eAnnotations>
58+
</eStructuralFeatures>
59+
<eStructuralFeatures xsi:type="ecore:EAttribute" name="distance" lowerBound="1"
60+
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString">
61+
<eAnnotations source="coverage">
62+
<details key="totalFound" value="20"/>
63+
<details key="ratioTotalFound" value="1.0"/>
64+
</eAnnotations>
65+
</eStructuralFeatures>
66+
<eStructuralFeatures xsi:type="ecore:EReference" name="ligne" lowerBound="1" upperBound="-1"
67+
eType="#//Ligne" containment="true">
68+
<eAnnotations source="coverage">
69+
<details key="totalFound" value="20"/>
70+
<details key="ratioTotalFound" value="1.0"/>
71+
</eAnnotations>
72+
</eStructuralFeatures>
73+
</eClassifiers>
74+
</ecore:EPackage>
Lines changed: 93 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,93 @@
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" name="positionElevation" nsURI="http://jsonDiscoverer/discovered/positionElevation"
4+
nsPrefix="discop">
5+
<eClassifiers xsi:type="ecore:EClass" name="PositionElevationOutput">
6+
<eAnnotations source="coverage">
7+
<details key="totalFound" value="2"/>
8+
</eAnnotations>
9+
<eStructuralFeatures xsi:type="ecore:EReference" name="results" lowerBound="1"
10+
upperBound="-1" eType="#//Result" containment="true">
11+
<eAnnotations source="coverage">
12+
<details key="totalFound" value="2"/>
13+
<details key="ratioTotalFound" value="1.0"/>
14+
</eAnnotations>
15+
</eStructuralFeatures>
16+
<eStructuralFeatures xsi:type="ecore:EAttribute" name="status" lowerBound="1"
17+
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString">
18+
<eAnnotations source="coverage">
19+
<details key="totalFound" value="2"/>
20+
<details key="ratioTotalFound" value="1.0"/>
21+
</eAnnotations>
22+
</eStructuralFeatures>
23+
</eClassifiers>
24+
<eClassifiers xsi:type="ecore:EClass" name="PositionElevationInput">
25+
<eAnnotations source="coverage">
26+
<details key="totalFound" value="1"/>
27+
</eAnnotations>
28+
<eStructuralFeatures xsi:type="ecore:EAttribute" name="locations" lowerBound="1"
29+
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt">
30+
<eAnnotations source="coverage">
31+
<details key="totalFound" value="1"/>
32+
<details key="ratioTotalFound" value="1.0"/>
33+
</eAnnotations>
34+
</eStructuralFeatures>
35+
<eStructuralFeatures xsi:type="ecore:EAttribute" name="sensor" lowerBound="1"
36+
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean">
37+
<eAnnotations source="coverage">
38+
<details key="totalFound" value="1"/>
39+
<details key="ratioTotalFound" value="1.0"/>
40+
</eAnnotations>
41+
</eStructuralFeatures>
42+
<eStructuralFeatures xsi:type="ecore:EReference" name="positionElevationOutput"
43+
lowerBound="1" eType="#//PositionElevationOutput" containment="true">
44+
<eAnnotations source="coverage">
45+
<details key="totalFound" value="1"/>
46+
<details key="ratioTotalFound" value="1.0"/>
47+
</eAnnotations>
48+
</eStructuralFeatures>
49+
</eClassifiers>
50+
<eClassifiers xsi:type="ecore:EClass" name="Result">
51+
<eAnnotations source="coverage">
52+
<details key="totalFound" value="2"/>
53+
</eAnnotations>
54+
<eStructuralFeatures xsi:type="ecore:EAttribute" name="elevation" lowerBound="1"
55+
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt">
56+
<eAnnotations source="coverage">
57+
<details key="totalFound" value="2"/>
58+
<details key="ratioTotalFound" value="1.0"/>
59+
</eAnnotations>
60+
</eStructuralFeatures>
61+
<eStructuralFeatures xsi:type="ecore:EReference" name="location" lowerBound="1"
62+
eType="#//Location" containment="true">
63+
<eAnnotations source="coverage">
64+
<details key="totalFound" value="2"/>
65+
<details key="ratioTotalFound" value="1.0"/>
66+
</eAnnotations>
67+
</eStructuralFeatures>
68+
<eStructuralFeatures xsi:type="ecore:EAttribute" name="resolution" lowerBound="1"
69+
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt">
70+
<eAnnotations source="coverage">
71+
<details key="totalFound" value="2"/>
72+
<details key="ratioTotalFound" value="1.0"/>
73+
</eAnnotations>
74+
</eStructuralFeatures>
75+
</eClassifiers>
76+
<eClassifiers xsi:type="ecore:EClass" name="Location">
77+
<eAnnotations source="coverage">
78+
<details key="totalFound" value="2"/>
79+
</eAnnotations>
80+
<eStructuralFeatures xsi:type="ecore:EAttribute" name="lat" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt">
81+
<eAnnotations source="coverage">
82+
<details key="totalFound" value="2"/>
83+
<details key="ratioTotalFound" value="1.0"/>
84+
</eAnnotations>
85+
</eStructuralFeatures>
86+
<eStructuralFeatures xsi:type="ecore:EAttribute" name="lng" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt">
87+
<eAnnotations source="coverage">
88+
<details key="totalFound" value="2"/>
89+
<details key="ratioTotalFound" value="1.0"/>
90+
</eAnnotations>
91+
</eStructuralFeatures>
92+
</eClassifiers>
93+
</ecore:EPackage>

0 commit comments

Comments
 (0)