|
@@ -1,53 +1,48 @@
|
|
|
-<?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="sruntime" nsURI="http://www.yakindu.org/sct/sruntime/2.0.0"
|
|
|
- nsPrefix="sruntime">
|
|
|
- <eClassifiers xsi:type="ecore:EClass" name="ExecutionContext" eSuperTypes="../../org.yakindu.base.types/model/base.ecore#//NamedElement #//CompositeSlot">
|
|
|
- <eOperations name="getRaisedEvents" upperBound="-1" eType="#//ExecutionEvent"/>
|
|
|
- <eOperations name="getVariable" eType="#//ExecutionVariable">
|
|
|
- <eParameters name="qualifiedName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
|
|
|
- </eOperations>
|
|
|
- <eOperations name="getEvent" eType="#//ExecutionEvent">
|
|
|
- <eParameters name="qualifiedName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
|
|
|
- </eOperations>
|
|
|
- <eOperations name="getAllEvents" upperBound="-1" eType="#//ExecutionEvent"/>
|
|
|
- <eOperations name="getAllVariables" upperBound="-1" eType="#//ExecutionVariable"/>
|
|
|
- <eOperations name="getAllSlots" upperBound="-1" eType="#//ExecutionSlot"/>
|
|
|
- <eOperations name="getSlot" eType="#//ExecutionSlot">
|
|
|
- <eParameters name="qualifiedName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
|
|
|
- </eOperations>
|
|
|
- <eStructuralFeatures xsi:type="ecore:EReference" name="activeStates" upperBound="-1"
|
|
|
- eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject"/>
|
|
|
- <eStructuralFeatures xsi:type="ecore:EReference" name="executedElements" upperBound="-1"
|
|
|
- eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject"/>
|
|
|
- <eStructuralFeatures xsi:type="ecore:EReference" name="suspendedElements" upperBound="-1"
|
|
|
- eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject"/>
|
|
|
- <eStructuralFeatures xsi:type="ecore:EAttribute" name="snapshot" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
|
|
|
- </eClassifiers>
|
|
|
- <eClassifiers xsi:type="ecore:EClass" name="ExecutionEvent" eSuperTypes="#//ExecutionSlot">
|
|
|
- <eStructuralFeatures xsi:type="ecore:EAttribute" name="raised" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
|
|
|
- <eStructuralFeatures xsi:type="ecore:EAttribute" name="direction" eType="#//EventDirection"/>
|
|
|
- </eClassifiers>
|
|
|
- <eClassifiers xsi:type="ecore:EClass" name="ExecutionSlot" abstract="true" eSuperTypes="../../org.yakindu.base.types/model/base.ecore#//NamedElement">
|
|
|
- <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="#//JavaObject"/>
|
|
|
- <eStructuralFeatures xsi:type="ecore:EAttribute" name="fqName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
|
|
|
- <eStructuralFeatures xsi:type="ecore:EAttribute" name="writable" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"
|
|
|
- defaultValueLiteral="true"/>
|
|
|
- <eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="ecore:EClass ../../org.yakindu.base.types/model/types.ecore#//Type"/>
|
|
|
- </eClassifiers>
|
|
|
- <eClassifiers xsi:type="ecore:EClass" name="ExecutionVariable" eSuperTypes="#//ExecutionSlot"/>
|
|
|
- <eClassifiers xsi:type="ecore:EClass" name="CompositeSlot" eSuperTypes="#//ExecutionSlot">
|
|
|
- <eStructuralFeatures xsi:type="ecore:EReference" name="slots" upperBound="-1"
|
|
|
- eType="#//ExecutionSlot" containment="true"/>
|
|
|
- </eClassifiers>
|
|
|
- <eClassifiers xsi:type="ecore:EEnum" name="EventDirection">
|
|
|
- <eLiterals name="LOCAL"/>
|
|
|
- <eLiterals name="IN" value="1"/>
|
|
|
- <eLiterals name="OUT" value="2"/>
|
|
|
- </eClassifiers>
|
|
|
- <eClassifiers xsi:type="ecore:EDataType" name="JavaObject" instanceClassName="java.lang.Object"/>
|
|
|
- <eClassifiers xsi:type="ecore:EClass" name="ReferenceSlot" eSuperTypes="#//CompositeSlot">
|
|
|
- <eStructuralFeatures xsi:type="ecore:EReference" name="reference" eType="#//ExecutionSlot"/>
|
|
|
- </eClassifiers>
|
|
|
- <eClassifiers xsi:type="ecore:EClass" name="ExecutionOperation" eSuperTypes="#//ExecutionVariable"/>
|
|
|
-</ecore:EPackage>
|
|
|
+<?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="sruntime" nsURI="http://www.yakindu.org/sct/sruntime/2.0.0"
|
|
|
+ nsPrefix="sruntime">
|
|
|
+ <eClassifiers xsi:type="ecore:EClass" name="ExecutionContext" eSuperTypes="../../org.yakindu.base.types/model/base.ecore#//NamedElement #//CompositeSlot">
|
|
|
+ <eOperations name="getRaisedEvents" upperBound="-1" eType="#//ExecutionEvent"/>
|
|
|
+ <eOperations name="getVariable" eType="#//ExecutionVariable">
|
|
|
+ <eParameters name="qualifiedName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
|
|
|
+ </eOperations>
|
|
|
+ <eOperations name="getEvent" eType="#//ExecutionEvent">
|
|
|
+ <eParameters name="qualifiedName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
|
|
|
+ </eOperations>
|
|
|
+ <eOperations name="getAllEvents" upperBound="-1" eType="#//ExecutionEvent"/>
|
|
|
+ <eOperations name="getAllVariables" upperBound="-1" eType="#//ExecutionVariable"/>
|
|
|
+ <eOperations name="getAllSlots" upperBound="-1" eType="#//ExecutionSlot"/>
|
|
|
+ <eOperations name="getSlot" eType="#//ExecutionSlot">
|
|
|
+ <eParameters name="qualifiedName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
|
|
|
+ </eOperations>
|
|
|
+ <eStructuralFeatures xsi:type="ecore:EReference" name="activeStates" upperBound="-1"
|
|
|
+ eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject"/>
|
|
|
+ <eStructuralFeatures xsi:type="ecore:EReference" name="executedElements" upperBound="-1"
|
|
|
+ eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject"/>
|
|
|
+ <eStructuralFeatures xsi:type="ecore:EReference" name="suspendedElements" upperBound="-1"
|
|
|
+ eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject"/>
|
|
|
+ <eStructuralFeatures xsi:type="ecore:EAttribute" name="snapshot" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
|
|
|
+ </eClassifiers>
|
|
|
+ <eClassifiers xsi:type="ecore:EClass" name="ExecutionEvent" eSuperTypes="#//ExecutionSlot">
|
|
|
+ <eStructuralFeatures xsi:type="ecore:EAttribute" name="raised" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
|
|
|
+ <eStructuralFeatures xsi:type="ecore:EAttribute" name="direction" eType="ecore:EEnum ../../org.yakindu.base.types/model/types.ecore#//Direction"/>
|
|
|
+ </eClassifiers>
|
|
|
+ <eClassifiers xsi:type="ecore:EClass" name="ExecutionSlot" abstract="true" eSuperTypes="../../org.yakindu.base.types/model/base.ecore#//NamedElement">
|
|
|
+ <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="#//JavaObject"/>
|
|
|
+ <eStructuralFeatures xsi:type="ecore:EAttribute" name="fqName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
|
|
|
+ <eStructuralFeatures xsi:type="ecore:EAttribute" name="writable" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"
|
|
|
+ defaultValueLiteral="true"/>
|
|
|
+ <eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="ecore:EClass ../../org.yakindu.base.types/model/types.ecore#//Type"/>
|
|
|
+ </eClassifiers>
|
|
|
+ <eClassifiers xsi:type="ecore:EClass" name="ExecutionVariable" eSuperTypes="#//ExecutionSlot"/>
|
|
|
+ <eClassifiers xsi:type="ecore:EClass" name="CompositeSlot" eSuperTypes="#//ExecutionSlot">
|
|
|
+ <eStructuralFeatures xsi:type="ecore:EReference" name="slots" upperBound="-1"
|
|
|
+ eType="#//ExecutionSlot" containment="true"/>
|
|
|
+ </eClassifiers>
|
|
|
+ <eClassifiers xsi:type="ecore:EDataType" name="JavaObject" instanceClassName="java.lang.Object"/>
|
|
|
+ <eClassifiers xsi:type="ecore:EClass" name="ReferenceSlot" eSuperTypes="#//CompositeSlot">
|
|
|
+ <eStructuralFeatures xsi:type="ecore:EReference" name="reference" eType="#//ExecutionSlot"/>
|
|
|
+ </eClassifiers>
|
|
|
+ <eClassifiers xsi:type="ecore:EClass" name="ExecutionOperation" eSuperTypes="#//ExecutionVariable"/>
|
|
|
+</ecore:EPackage>
|