Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
E
ecore2relast
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
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
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
JastAdd
ecore2relast
Commits
66dd73b4
Commit
66dd73b4
authored
5 years ago
by
Johannes Mey
Browse files
Options
Downloads
Patches
Plain Diff
reformat test ecore files to match generated ones
parent
bed4f57b
No related branches found
No related tags found
No related merge requests found
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/test/resources/ecore/bigraph.ecore
+7
-7
7 additions, 7 deletions
src/test/resources/ecore/bigraph.ecore
src/test/resources/ecore/ecore.ecore
+126
-134
126 additions, 134 deletions
src/test/resources/ecore/ecore.ecore
with
133 additions
and
141 deletions
src/test/resources/ecore/bigraph.ecore
+
7
−
7
View file @
66dd73b4
<?xml version="1.0" encoding="UTF-8"?>
<ecore:EPackage
xm
i:version=
"2.0
"
xmlns:x
m
i=
"http://www.
omg
.org/
XMI
"
xmlns:
xsi
=
"http://www.
w3.org/2001/XMLSchema-instanc
e"
xm
lns:ecore=
"http://www.eclipse.org/emf/2002/Ecore
"
name=
"bigraphBaseModel"
<ecore:EPackage
xm
lns:xmi=
"http://www.omg.org/XMI
"
xmlns:x
s
i=
"http://www.
w3
.org/
2001/XMLSchema-instance
"
xmlns:
ecore
=
"http://www.
eclipse.org/emf/2002/Ecor
e"
xm
i:version=
"2.0
"
name=
"bigraphBaseModel"
nsURI=
"http://de.tudresden.inf.st.bigraphs.models"
nsPrefix=
"bigraphBaseModel"
>
<eClassifiers
xsi:type=
"ecore:EClass"
name=
"BPlace"
abstract=
"true"
>
<eStructuralFeatures
xsi:type=
"ecore:EReference"
name=
"bChild"
upperBound=
"-1"
eType=
"#//BPlace"
containment=
"true"
eOpposite=
"#//BPlace/bPrnt"
/>
<eStructuralFeatures
xsi:type=
"ecore:EReference"
name=
"bChild"
upperBound=
"-1"
eType=
"#//BPlace"
containment=
"true"
eOpposite=
"#//BPlace/bPrnt"
/>
<eStructuralFeatures
xsi:type=
"ecore:EReference"
name=
"bPrnt"
eType=
"#//BPlace"
eOpposite=
"#//BPlace/bChild"
/>
</eClassifiers>
<eClassifiers
xsi:type=
"ecore:EClass"
name=
"BRoot"
eSuperTypes=
"#//BPlace"
>
...
...
@@ -13,8 +13,8 @@
eType=
"ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"
/>
</eClassifiers>
<eClassifiers
xsi:type=
"ecore:EClass"
name=
"BNode"
eSuperTypes=
"#//BPlace #//NameableType"
>
<eStructuralFeatures
xsi:type=
"ecore:EReference"
name=
"bPorts"
upperBound=
"-1"
eType=
"#//BPort"
containment=
"true"
eOpposite=
"#//BPort/bNode"
/>
<eStructuralFeatures
xsi:type=
"ecore:EReference"
name=
"bPorts"
upperBound=
"-1"
eType=
"#//BPort"
containment=
"true"
eOpposite=
"#//BPort/bNode"
/>
</eClassifiers>
<eClassifiers
xsi:type=
"ecore:EClass"
name=
"BSite"
eSuperTypes=
"#//BPlace"
>
<eStructuralFeatures
xsi:type=
"ecore:EAttribute"
name=
"index"
...
...
This diff is collapsed.
Click to expand it.
src/test/resources/ecore/ecore.ecore
+
126
−
134
View file @
66dd73b4
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