Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/org.eclipse.emf.compare.tests/inputs/element/addedElement/simple2/basic1-3.ecore')
-rw-r--r--plugins/org.eclipse.emf.compare.tests/inputs/element/addedElement/simple2/basic1-3.ecore50
1 files changed, 50 insertions, 0 deletions
diff --git a/plugins/org.eclipse.emf.compare.tests/inputs/element/addedElement/simple2/basic1-3.ecore b/plugins/org.eclipse.emf.compare.tests/inputs/element/addedElement/simple2/basic1-3.ecore
new file mode 100644
index 000000000..48ca5bf7a
--- /dev/null
+++ b/plugins/org.eclipse.emf.compare.tests/inputs/element/addedElement/simple2/basic1-3.ecore
@@ -0,0 +1,50 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<ecore:EPackage xmi:version="2.0"
+ xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="match"
+ nsURI="http://www.eclipse.org/emf/compare/match/1.0" nsPrefix="match">
+ <eClassifiers xsi:type="ecore:EClass" name="MatchModel">
+ <eStructuralFeatures xsi:type="ecore:EAttribute" name="leftModel" ordered="false"
+ unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
+ <eStructuralFeatures xsi:type="ecore:EAttribute" name="rightModel" ordered="false"
+ unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
+ <eStructuralFeatures xsi:type="ecore:EAttribute" name="originModel" ordered="false"
+ unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
+ <eStructuralFeatures xsi:type="ecore:EReference" name="matchedElements" upperBound="-1"
+ eType="#//MatchElement" containment="true"/>
+ <eStructuralFeatures xsi:type="ecore:EReference" name="unMatchedElements" upperBound="-1"
+ eType="#//UnMatchElement" containment="true"/>
+ </eClassifiers>
+ <eClassifiers xsi:type="ecore:EClass" name="MatchElement" abstract="true">
+ <eStructuralFeatures xsi:type="ecore:EAttribute" name="similarity" ordered="false"
+ unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/>
+ <eStructuralFeatures xsi:type="ecore:EReference" name="subMatchElements" upperBound="-1"
+ eType="#//MatchElement" containment="true"/>
+ </eClassifiers>
+ <eClassifiers xsi:type="ecore:EClass" name="Match2Elements" eSuperTypes="#//MatchElement">
+ <eStructuralFeatures xsi:type="ecore:EReference" name="leftElement" ordered="false"
+ lowerBound="1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject"/>
+ <eStructuralFeatures xsi:type="ecore:EReference" name="rightElement" ordered="false"
+ lowerBound="1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject"/>
+ </eClassifiers>
+ <eClassifiers xsi:type="ecore:EClass" name="Match3Element" eSuperTypes="#//MatchElement">
+ <eStructuralFeatures xsi:type="ecore:EReference" name="originElement" ordered="false"
+ lowerBound="1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject"/>
+ </eClassifiers>
+ <eClassifiers xsi:type="ecore:EClass" name="UnMatchElement">
+ <eStructuralFeatures xsi:type="ecore:EReference" name="element" ordered="false"
+ lowerBound="1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject"/>
+ </eClassifiers>
+ <eClassifiers xsi:type="ecore:EClass" name="MatchModelBis">
+ <eStructuralFeatures xsi:type="ecore:EAttribute" name="leftModel" ordered="false"
+ unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
+ <eStructuralFeatures xsi:type="ecore:EAttribute" name="rightModel" ordered="false"
+ unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
+ <eStructuralFeatures xsi:type="ecore:EAttribute" name="originModel" ordered="false"
+ unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
+ <eStructuralFeatures xsi:type="ecore:EReference" name="matchedElements" upperBound="-1"
+ eType="#//MatchElement" containment="true"/>
+ <eStructuralFeatures xsi:type="ecore:EReference" name="unMatchedElements" upperBound="-1"
+ eType="#//UnMatchElement" containment="true"/>
+ </eClassifiers>
+</ecore:EPackage>

Back to the top