Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
K
Kieker-TeeTime-Stages
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
TeeTime
Kieker-TeeTime-Stages
Commits
96f92215
Commit
96f92215
authored
8 years ago
by
Sören Henning
Browse files
Options
Downloads
Patches
Plain Diff
added roots
parent
ce7c1f52
No related branches found
Branches containing commit
No related tags found
1 merge request
!22
Trace aggr analysis
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
model/analysis-model.ecore
+12
-0
12 additions, 0 deletions
model/analysis-model.ecore
with
12 additions
and
0 deletions
model/analysis-model.ecore
+
12
−
0
View file @
96f92215
...
@@ -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"
/>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment