<?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="statemachine" | |
nsURI="http://statemachine/r1" nsPrefix="statemachine"> | |
<eClassifiers xsi:type="ecore:EClass" name="State"> | |
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> | |
<eStructuralFeatures xsi:type="ecore:EReference" name="incoming" upperBound="-1" | |
eType="#//Transition" eOpposite="#//Transition/target"/> | |
<eStructuralFeatures xsi:type="ecore:EReference" name="outgoing" upperBound="-1" | |
eType="#//Transition" containment="true" eOpposite="#//Transition/source"/> | |
</eClassifiers> | |
<eClassifiers xsi:type="ecore:EClass" name="Transition"> | |
<eStructuralFeatures xsi:type="ecore:EReference" name="source" lowerBound="1" | |
eType="#//State" eOpposite="#//State/outgoing"/> | |
<eStructuralFeatures xsi:type="ecore:EReference" name="target" lowerBound="1" | |
eType="#//State" eOpposite="#//State/incoming"/> | |
<eStructuralFeatures xsi:type="ecore:EAttribute" name="trigger" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> | |
<eStructuralFeatures xsi:type="ecore:EAttribute" name="effect" upperBound="-1" | |
eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> | |
</eClassifiers> | |
<eClassifiers xsi:type="ecore:EClass" name="CompositeState" eSuperTypes="#//State"> | |
<eStructuralFeatures xsi:type="ecore:EReference" name="region" lowerBound="1" | |
upperBound="-1" eType="#//Region" containment="true"/> | |
</eClassifiers> | |
<eClassifiers xsi:type="ecore:EClass" name="Region"> | |
<eStructuralFeatures xsi:type="ecore:EReference" name="state" lowerBound="1" upperBound="-1" | |
eType="#//State" containment="true"/> | |
<eStructuralFeatures xsi:type="ecore:EReference" name="initial" lowerBound="1" | |
eType="#//State"/> | |
</eClassifiers> | |
</ecore:EPackage> |