| <?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://planet-mde.org/ttc2011/statemachine" nsPrefix="statemachine"> | |
| <eAnnotations source="http://www.eclipse.org/edapt"> | |
| <details key="historyURI" value="java.history"/> | |
| </eAnnotations> | |
| <eClassifiers xsi:type="ecore:EClass" name="StateMachine"> | |
| <eStructuralFeatures xsi:type="ecore:EReference" name="states" upperBound="-1" | |
| eType="#//State" containment="true"/> | |
| <eStructuralFeatures xsi:type="ecore:EReference" name="transitions" upperBound="-1" | |
| eType="#//Transition" containment="true"/> | |
| </eClassifiers> | |
| <eClassifiers xsi:type="ecore:EClass" name="State"> | |
| <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> | |
| <eStructuralFeatures xsi:type="ecore:EReference" name="out" upperBound="-1" eType="#//Transition" | |
| eOpposite="#//Transition/src"/> | |
| <eStructuralFeatures xsi:type="ecore:EReference" name="in" upperBound="-1" eType="#//Transition" | |
| eOpposite="#//Transition/dst"/> | |
| </eClassifiers> | |
| <eClassifiers xsi:type="ecore:EClass" name="Transition"> | |
| <eStructuralFeatures xsi:type="ecore:EAttribute" name="action" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> | |
| <eStructuralFeatures xsi:type="ecore:EAttribute" name="trigger" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> | |
| <eStructuralFeatures xsi:type="ecore:EReference" name="src" lowerBound="1" eType="#//State" | |
| eOpposite="#//State/out"/> | |
| <eStructuralFeatures xsi:type="ecore:EReference" name="dst" lowerBound="1" eType="#//State" | |
| eOpposite="#//State/in"/> | |
| </eClassifiers> | |
| </ecore:EPackage> |