blob: 53e917c44b5080006849c1cf26966f02913e0835 [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="sequencer"
nsURI="http:///org/eclipse/stem/core/sequencer.ecore" nsPrefix="org.eclipse.stem.core.sequencer">
<eClassifiers xsi:type="ecore:EClass" name="RealTimeSequencer" eSuperTypes="#//SequentialSequencer"/>
<eClassifiers xsi:type="ecore:EClass" name="Sequencer" abstract="true" eSuperTypes="common.ecore#//Identifiable">
<eOperations name="reset"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="startTime" eType="ecore:EClass model.ecore#//STEMTime"
containment="true" resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="endTime" eType="ecore:EClass model.ecore#//STEMTime"
containment="true" resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="currentTime" eType="ecore:EClass model.ecore#//STEMTime"
containment="true" resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="nextTime" eType="ecore:EClass model.ecore#//STEMTime"
changeable="false" volatile="true" transient="true" resolveProxies="false"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="timeDelta" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//ELong"
changeable="false" transient="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="duration" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//ELong"
defaultValueLiteral="-1"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="timeToStop" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"
changeable="false" volatile="true" transient="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="workComplete" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="workIncrement" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"
changeable="false" volatile="true" transient="true"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="cycle" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"
defaultValueLiteral="0"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="SequentialSequencer" eSuperTypes="#//Sequencer">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="timeIncrement" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//ELong"/>
</eClassifiers>
</ecore:EPackage>