blob: a205c4264a37763f02c5351feb1d7fec383e746f [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="SampleModel" nsURI="http://SampleModel/0.3.0" nsPrefix="SampleModel">
<eClassifiers xsi:type="ecore:EClass" name="Model">
<eStructuralFeatures xsi:type="ecore:EReference" name="runnables" upperBound="-1"
eType="#//Runnable" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="labels" upperBound="-1"
eType="#//Label" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="memories" upperBound="-1"
eType="#//Memory" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="schedulers" upperBound="-1"
eType="#//Scheduler" containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Runnable">
<eStructuralFeatures xsi:type="ecore:EReference" name="labels" eType="#//Label"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Label">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Memory">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Scheduler">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
</ecore:EPackage>