blob: 014cafb0e6bdfc7b3da3790158395fa5ba04ffc6 [file] [log] [blame]
<?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="UML2EcoreMapping" nsURI="http://www.eclipse.org/ocl/2012/UML2EcoreMapping"
nsPrefix="u2e">
<eClassifiers xsi:type="ecore:EClass" name="CreatePackage" eSuperTypes="#//PackageMapping">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="newName" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="typeMappings" upperBound="-1"
eType="#//TypeMapping" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CreateProperty" eSuperTypes="#//PropertyMapping">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="newName" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CreateType" eSuperTypes="#//TypeMapping">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="newName" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="propertyMappings" upperBound="-1"
eType="#//PropertyMapping" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DeletePackage" eSuperTypes="#//PackageMapping">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="oldName" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="deleteTypes" upperBound="-1"
eType="#//DeleteType" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DeleteProperty" eSuperTypes="#//PropertyMapping">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="oldName" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DeleteType" eSuperTypes="#//TypeMapping">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="oldName" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="propertyMappings" upperBound="-1"
eType="#//PropertyMapping" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Mapping" abstract="true"/>
<eClassifiers xsi:type="ecore:EClass" name="Mappings">
<eStructuralFeatures xsi:type="ecore:EReference" name="mappings" upperBound="-1"
eType="#//Mapping" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PackageMapping" abstract="true" eSuperTypes="#//Mapping">
<eStructuralFeatures xsi:type="ecore:EReference" name="oldPackages" upperBound="-1"
eType="ecore:EClass http://www.eclipse.org/uml2/4.0.0/UML#//Package"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PropertyMapping" abstract="true" eSuperTypes="#//Mapping">
<eStructuralFeatures xsi:type="ecore:EReference" name="oldProperties" upperBound="-1"
eType="ecore:EClass http://www.eclipse.org/uml2/4.0.0/UML#//Property"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TypeMapping" abstract="true" eSuperTypes="#//Mapping">
<eStructuralFeatures xsi:type="ecore:EReference" name="oldTypes" upperBound="-1"
eType="ecore:EClass http://www.eclipse.org/uml2/4.0.0/UML#//Type"/>
</eClassifiers>
</ecore:EPackage>