This project is a demonstrator of pattern instanciation on system engineering model (pseim), made by the MOISE project. It contains the metamodel of the pseim, graphical and textual editors, formal verification models (event-B) and examples.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

48 lines
3.1 KiB

<?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="mapping" nsURI="http://www.irit.fr/patterns/mapping/0.1" nsPrefix="mapping">
<eAnnotations source="http://www.eclipse.org/OCL/Import">
<details key="ecore" value="http://www.eclipse.org/emf/2002/Ecore"/>
<details key="pseim" value="pseim.ecore#/"/>
<details key="seim" value="seim.ecore#/"/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore">
<details key="invocationDelegates" value="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"/>
<details key="settingDelegates" value="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"/>
<details key="validationDelegates" value="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"/>
</eAnnotations>
<eClassifiers xsi:type="ecore:EClass" name="PatternApplication">
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore">
<details key="constraints" value="InvariantName"/>
</eAnnotations>
<eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot">
<details key="InvariantName" value="true"/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="cardinalityValues" upperBound="-1"
eType="#//CardinalityValue" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="portMapping" upperBound="-1"
eType="#//PortMapping" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="pattern" lowerBound="1"
eType="ecore:EClass pseim.ecore#//Pattern"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="modelElement" lowerBound="1"
upperBound="-1" eType="#//GraphElementMapping" containment="true"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="model" lowerBound="1" eType="ecore:EClass seim.ecore#//Model"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="CardinalityValue">
<eStructuralFeatures xsi:type="ecore:EReference" name="cardinalityElement" lowerBound="1"
eType="ecore:EClass pseim.ecore#//CardinalityElement"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="value" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="PortMapping">
<eStructuralFeatures xsi:type="ecore:EReference" name="modelPort" ordered="false"
upperBound="-1" eType="ecore:EClass seim.ecore#//BorderElement"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="patternPort" lowerBound="1"
eType="ecore:EClass seim.ecore#//BorderElement"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="GraphElementMapping">
<eStructuralFeatures xsi:type="ecore:EReference" name="modelGraphElement" ordered="false"
upperBound="-1" eType="ecore:EClass seim.ecore#//GraphElement"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="patternGraphElement" lowerBound="1"
eType="ecore:EClass seim.ecore#//GraphElement"/>
</eClassifiers>
</ecore:EPackage>