33 lines
2.4 KiB
XML
33 lines
2.4 KiB
XML
<?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="loss" nsURI="http://mem4csd.telecom-paris.fr/loss" nsPrefix="loss">
|
|
<eClassifiers xsi:type="ecore:EClass" name="NamedObject" abstract="true" eSuperTypes="platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EObject">
|
|
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
|
|
<eStructuralFeatures xsi:type="ecore:EAttribute" name="className" lowerBound="1"
|
|
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
|
|
</eClassifiers>
|
|
<eClassifiers xsi:type="ecore:EClass" name="Primitive" eSuperTypes="#//ModelElement">
|
|
<eStructuralFeatures xsi:type="ecore:EReference" name="type" lowerBound="1" eType="ecore:EClass platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EObject"
|
|
containment="true"/>
|
|
<eStructuralFeatures xsi:type="ecore:EReference" name="feature" lowerBound="1"
|
|
eType="ecore:EClass platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EStructuralFeature"/>
|
|
</eClassifiers>
|
|
<eClassifiers xsi:type="ecore:EClass" name="Link" eSuperTypes="#//Primitive">
|
|
<eStructuralFeatures xsi:type="ecore:EReference" name="referenceTo" lowerBound="1"
|
|
eType="#//Complex"/>
|
|
</eClassifiers>
|
|
<eClassifiers xsi:type="ecore:EClass" name="Complex" eSuperTypes="#//ModelElement">
|
|
<eStructuralFeatures xsi:type="ecore:EReference" name="primitives" upperBound="-1"
|
|
eType="#//Primitive" containment="true"/>
|
|
<eStructuralFeatures xsi:type="ecore:EReference" name="reference" lowerBound="1"
|
|
eType="ecore:EClass platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EObject"/>
|
|
<eStructuralFeatures xsi:type="ecore:EReference" name="objectType" lowerBound="1"
|
|
eType="ecore:EClass platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EClass"/>
|
|
</eClassifiers>
|
|
<eClassifiers xsi:type="ecore:EClass" name="ModelElement" abstract="true" eSuperTypes="#//NamedObject"/>
|
|
<eClassifiers xsi:type="ecore:EClass" name="LossModel">
|
|
<eStructuralFeatures xsi:type="ecore:EReference" name="elements" upperBound="-1"
|
|
eType="#//ModelElement"/>
|
|
</eClassifiers>
|
|
</ecore:EPackage>
|