blob: 03f6f0855b0061f817def16a43e8446d7ba29940 [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="textlink" nsURI="http://www.eclipse.org/gmt/epsilon/egl/textlink"
nsPrefix="textlink">
<eClassifiers xsi:type="ecore:EClass" name="Trace">
<eStructuralFeatures xsi:type="ecore:EReference" name="traceLinks" upperBound="-1"
eType="#//TraceLink" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TraceLink">
<eStructuralFeatures xsi:type="ecore:EReference" name="source" lowerBound="1"
eType="#//ModelLocation" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="destination" lowerBound="1"
eType="#//TextLocation" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TraceLinkEnd" abstract="true"/>
<eClassifiers xsi:type="ecore:EClass" name="ModelLocation" abstract="true" eSuperTypes="#//TraceLinkEnd">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="propertyName" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="EmfModelLocation" eSuperTypes="#//ModelLocation">
<eStructuralFeatures xsi:type="ecore:EReference" name="modelElement" lowerBound="1"
eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="TextLocation" eSuperTypes="#//TraceLinkEnd">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="resource" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="region" lowerBound="1"
eType="#//Region" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Region">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="offset" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EIntegerObject"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="length" lowerBound="1"
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EIntegerObject"/>
</eClassifiers>
</ecore:EPackage>