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
edfedebb
Commit
edfedebb
authored
8 years ago
by
Sören Henning
Browse files
Options
Downloads
Patches
Plain Diff
some model updates
parent
52a2e26b
No related branches found
Branches containing commit
No related tags found
1 merge request
!23
some model updates
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
.classpath
+1
-0
1 addition, 0 deletions
.classpath
.project
+11
-0
11 additions, 0 deletions
.project
model/analysis-model.ecore
+6
-6
6 additions, 6 deletions
model/analysis-model.ecore
with
18 additions
and
6 deletions
.classpath
+
1
−
0
View file @
edfedebb
...
...
@@ -34,5 +34,6 @@
</attributes>
</classpathentry>
<classpathentry
kind=
"src"
path=
"conf"
/>
<classpathentry
kind=
"con"
path=
"org.eclipse.pde.core.requiredPlugins"
/>
<classpathentry
kind=
"output"
path=
"target/classes"
/>
</classpath>
This diff is collapsed.
Click to expand it.
.project
+
11
−
0
View file @
edfedebb
...
...
@@ -25,6 +25,16 @@
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>
org.eclipse.pde.ManifestBuilder
</name>
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>
org.eclipse.pde.SchemaBuilder
</name>
<arguments>
</arguments>
</buildCommand>
</buildSpec>
<natures>
<nature>
org.eclipse.sirius.nature.modelingproject
</nature>
...
...
@@ -32,5 +42,6 @@
<nature>
org.eclipse.jdt.core.javanature
</nature>
<nature>
edu.umd.cs.findbugs.plugin.eclipse.findbugsNature
</nature>
<nature>
net.sourceforge.pmd.eclipse.plugin.pmdNature
</nature>
<nature>
org.eclipse.pde.PluginNature
</nature>
</natures>
</projectDescription>
This diff is collapsed.
Click to expand it.
model/analysis-model.ecore
+
6
−
6
View file @
edfedebb
...
...
@@ -13,8 +13,8 @@
<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=
"name"
eType=
"ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
/>
<eStructuralFeatures
xsi:type=
"ecore:EReference"
name=
"provided
"
upperBound=
"-1
"
eType=
"#//softwaresystem/architecture/OperationType"
/>
<eStructuralFeatures
xsi:type=
"ecore:EReference"
name=
"provided
Operations
"
upperBound=
"-1"
eType=
"#//softwaresystem/architecture/OperationType"
/>
</eClassifiers>
<eClassifiers
xsi:type=
"ecore:EClass"
name=
"OperationType"
>
<eStructuralFeatures
xsi:type=
"ecore:EAttribute"
name=
"name"
eType=
"ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
/>
...
...
@@ -33,10 +33,10 @@
</eClassifiers>
<eClassifiers
xsi:type=
"ecore:EClass"
name=
"DeployedComponent"
>
<eStructuralFeatures
xsi:type=
"ecore:EReference"
name=
"componentType"
eType=
"#//softwaresystem/architecture/ComponentType"
/>
<eStructuralFeatures
xsi:type=
"ecore:EReference"
name=
"contain
s"
upperBound=
"-1
"
eType=
"#//softwaresystem/deployment/DeployedOperation"
/>
<eStructuralFeatures
xsi:type=
"ecore:EReference"
name=
"accesse
s"
upperBound=
"-1
"
eType=
"#//softwaresystem/deployment/DeployedOperation"
/>
<eStructuralFeatures
xsi:type=
"ecore:EReference"
name=
"contain
edOperations
"
upperBound=
"-1"
eType=
"#//softwaresystem/deployment/DeployedOperation"
/>
<eStructuralFeatures
xsi:type=
"ecore:EReference"
name=
"accesse
dOperations
"
upperBound=
"-1"
eType=
"#//softwaresystem/deployment/DeployedOperation"
/>
</eClassifiers>
<eClassifiers
xsi:type=
"ecore:EClass"
name=
"DeployedOperation"
>
<eStructuralFeatures
xsi:type=
"ecore:EReference"
name=
"operationType"
eType=
"#//softwaresystem/architecture/OperationType"
/>
...
...
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