Skip to content
Snippets Groups Projects
Commit 96f92215 authored by Sören Henning's avatar Sören Henning
Browse files

added roots

parent ce7c1f52
No related branches found
No related tags found
1 merge request!22Trace aggr analysis
...@@ -6,6 +6,10 @@ ...@@ -6,6 +6,10 @@
<eSubpackages name="softwaresystem" nsURI="http://softwaresystem" nsPrefix="softwaresystem"> <eSubpackages name="softwaresystem" nsURI="http://softwaresystem" nsPrefix="softwaresystem">
<eSubpackages name="architecture" nsURI="http://www.example.org/softwareSystem/architecture" <eSubpackages name="architecture" nsURI="http://www.example.org/softwareSystem/architecture"
nsPrefix="architecture"> nsPrefix="architecture">
<eClassifiers xsi:type="ecore:EClass" name="ArchitectureRoot">
<eStructuralFeatures xsi:type="ecore:EReference" name="componentTypes" upperBound="-1"
eType="#//softwaresystem/architecture/ComponentType"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="ComponentType"> <eClassifiers xsi:type="ecore:EClass" name="ComponentType">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="packageName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="packageName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
...@@ -19,6 +23,10 @@ ...@@ -19,6 +23,10 @@
</eSubpackages> </eSubpackages>
<eSubpackages name="deployment" nsURI="http://www.example.org/softwareSystem/deployment" <eSubpackages name="deployment" nsURI="http://www.example.org/softwareSystem/deployment"
nsPrefix="deployment"> nsPrefix="deployment">
<eClassifiers xsi:type="ecore:EClass" name="DeploymentRoot">
<eStructuralFeatures xsi:type="ecore:EReference" name="deploymentContexts"
upperBound="-1" eType="#//softwaresystem/deployment/DeploymentContext"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="DeploymentContext"> <eClassifiers xsi:type="ecore:EClass" name="DeploymentContext">
<eStructuralFeatures xsi:type="ecore:EReference" name="components" upperBound="-1" <eStructuralFeatures xsi:type="ecore:EReference" name="components" upperBound="-1"
eType="#//softwaresystem/deployment/DeployedComponent"/> eType="#//softwaresystem/deployment/DeployedComponent"/>
...@@ -36,6 +44,10 @@ ...@@ -36,6 +44,10 @@
</eSubpackages> </eSubpackages>
<eSubpackages name="execution" nsURI="http://www.example.org/softwareSystem/execution" <eSubpackages name="execution" nsURI="http://www.example.org/softwareSystem/execution"
nsPrefix="execution"> nsPrefix="execution">
<eClassifiers xsi:type="ecore:EClass" name="ExecutionRoot">
<eStructuralFeatures xsi:type="ecore:EReference" name="aggregatedInvocations"
upperBound="-1" eType="#//softwaresystem/execution/aggregatedInvocation"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="aggregatedInvocation"> <eClassifiers xsi:type="ecore:EClass" name="aggregatedInvocation">
<eStructuralFeatures xsi:type="ecore:EReference" name="source" eType="#//softwaresystem/deployment/DeployedOperation"/> <eStructuralFeatures xsi:type="ecore:EReference" name="source" eType="#//softwaresystem/deployment/DeployedOperation"/>
<eStructuralFeatures xsi:type="ecore:EReference" name="target" eType="#//softwaresystem/deployment/DeployedOperation"/> <eStructuralFeatures xsi:type="ecore:EReference" name="target" eType="#//softwaresystem/deployment/DeployedOperation"/>
......
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