blob: 11adffa8ac97ca5fd844e5e72980728f86d2aec3 [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="component"
nsURI="http://component/r1" nsPrefix="component">
<eClassifiers xsi:type="ecore:EClass" name="Signature">
<eStructuralFeatures xsi:type="ecore:EReference" name="port" upperBound="-1" eType="#//Port"
containment="true"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="Port" abstract="true">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="InPort" eSuperTypes="#//Port"/>
<eClassifiers xsi:type="ecore:EClass" name="OutPort" eSuperTypes="#//Port"/>
</ecore:EPackage>