Skip to content
Snippets Groups Projects
Commit 900d787f authored by Florian Hölzl's avatar Florian Hölzl
Browse files

added execution configuration meta-model

parent 9f608729
No related branches found
No related tags found
No related merge requests found
......@@ -41,4 +41,42 @@
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="IIdLabeledReference" abstract="true"
interface="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Interface for model elements referencing IIdLabeled model elements."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="idReference" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The int reference."/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ExecutionConfigurationStore" eSuperTypes="#//IProjectRootElement">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Project root element for execution configurations."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="configurations" upperBound="-1"
eType="#//ExecutionConfiguration" containment="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="The list of execution configurations."/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ExecutionConfiguration" eSuperTypes="#//IIdLabeledReference">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="An execution configuration referencing a model element by ID."/>
</eAnnotations>
<eStructuralFeatures xsi:type="ecore:EReference" name="configurationParts" upperBound="-1"
eType="#//ExecutionConfigurationPart" containment="true">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Execution configuration parts of the execution configuration."/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ExecutionConfigurationPart">
<eAnnotations source="http://www.eclipse.org/emf/2002/GenModel">
<details key="documentation" value="Super class of application specific execution configuration parts."/>
</eAnnotations>
</eClassifiers>
</ecore:EPackage>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment