Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
K
kernel
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
af3
kernel
Commits
da5230e6
Commit
da5230e6
authored
6 years ago
by
Florian Hölzl
Browse files
Options
Downloads
Patches
Plain Diff
Fixed base.genmodel.
parent
739291fc
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
org.fortiss.tooling.base/model/base.genmodel
+17
-25
17 additions, 25 deletions
org.fortiss.tooling.base/model/base.genmodel
with
17 additions
and
25 deletions
org.fortiss.tooling.base/model/base.genmodel
+
17
−
25
View file @
da5230e6
...
...
@@ -15,8 +15,7 @@
<genFeatures
property=
"None"
children=
"true"
createChild=
"true"
ecoreFeature=
"ecore:EReference base.ecore#//element/IModelElement/specifications"
/>
<genFeatures
notify=
"false"
createChild=
"false"
propertySortChoices=
"true"
ecoreFeature=
"ecore:EReference base.ecore#//element/IModelElement/referencedBy"
/>
<genOperations
ecoreOperation=
"base.ecore#//element/IModelElement/addSpecification"
body=
"org.fortiss.tooling.base.model.element.impl.IModelElementStaticImpl.addSpecification(this, spec);"
>
<genOperations
ecoreOperation=
"base.ecore#//element/IModelElement/addSpecification"
>
<genParameters
ecoreParameter=
"base.ecore#//element/IModelElement/addSpecification/spec"
/>
</genOperations>
</genClasses>
...
...
@@ -89,34 +88,34 @@
<genClasses
ecoreClass=
"base.ecore#//layout/Point"
>
<genFeatures
createChild=
"false"
ecoreFeature=
"ecore:EAttribute base.ecore#//layout/Point/x"
/>
<genFeatures
createChild=
"false"
ecoreFeature=
"ecore:EAttribute base.ecore#//layout/Point/y"
/>
<genOperations
ecoreOperation=
"base.ecore#//layout/Point/getDifference"
body=
"return PointStaticImpl.getDifference(this, compPoint);"
>
<genOperations
ecoreOperation=
"base.ecore#//layout/Point/getDifference"
>
<genParameters
ecoreParameter=
"base.ecore#//layout/Point/getDifference/compPoint"
/>
</genOperations>
<genOperations
ecoreOperation=
"base.ecore#//layout/Point/getTranslated"
body=
"return PointStaticImpl.getTranslated(this, offsetX, offsetY);"
>
<genOperations
ecoreOperation=
"base.ecore#//layout/Point/getTranslated"
>
<genParameters
ecoreParameter=
"base.ecore#//layout/Point/getTranslated/offsetX"
/>
<genParameters
ecoreParameter=
"base.ecore#//layout/Point/getTranslated/offsetY"
/>
</genOperations>
<genOperations
ecoreOperation=
"base.ecore#//layout/Point/scale"
body=
"return PointStaticImpl.scale(this, factor);"
>
<genOperations
ecoreOperation=
"base.ecore#//layout/Point/scale"
>
<genParameters
ecoreParameter=
"base.ecore#//layout/Point/scale/factor"
/>
</genOperations>
<genOperations
ecoreOperation=
"base.ecore#//layout/Point/translate"
body=
"return PointStaticImpl.translate(this, dim.getWidth(), dim.getHeight());"
>
<genOperations
ecoreOperation=
"base.ecore#//layout/Point/translate"
>
<genParameters
ecoreParameter=
"base.ecore#//layout/Point/translate/dim"
/>
</genOperations>
<genOperations
ecoreOperation=
"base.ecore#//layout/Point/translate.1"
body=
"return PointStaticImpl.translate(this, offsetX, offsetY);"
>
<genOperations
ecoreOperation=
"base.ecore#//layout/Point/translate.1"
>
<genParameters
ecoreParameter=
"base.ecore#//layout/Point/translate.1/offsetX"
/>
<genParameters
ecoreParameter=
"base.ecore#//layout/Point/translate.1/offsetY"
/>
</genOperations>
<genOperations
ecoreOperation=
"base.ecore#//layout/Point/translate.2"
body=
"return PointStaticImpl.translate(this, point.getX(), point.getY());"
>
<genOperations
ecoreOperation=
"base.ecore#//layout/Point/translate.2"
>
<genParameters
ecoreParameter=
"base.ecore#//layout/Point/translate.2/point"
/>
</genOperations>
</genClasses>
<genClasses
ecoreClass=
"base.ecore#//layout/Dimension"
>
<genFeatures
createChild=
"false"
ecoreFeature=
"ecore:EAttribute base.ecore#//layout/Dimension/width"
/>
<genFeatures
createChild=
"false"
ecoreFeature=
"ecore:EAttribute base.ecore#//layout/Dimension/height"
/>
<genOperations
ecoreOperation=
"base.ecore#//layout/Dimension/getScaled"
body=
"return DimensionStaticImpl.scale(this, factor);"
>
<genOperations
ecoreOperation=
"base.ecore#//layout/Dimension/getScaled"
>
<genParameters
ecoreParameter=
"base.ecore#//layout/Dimension/getScaled/factor"
/>
</genOperations>
<genOperations
ecoreOperation=
"base.ecore#//layout/Dimension/scale"
body=
"return DimensionStaticImpl.scale(this, factor);"
>
<genOperations
ecoreOperation=
"base.ecore#//layout/Dimension/scale"
>
<genParameters
ecoreParameter=
"base.ecore#//layout/Dimension/scale/factor"
/>
</genOperations>
</genClasses>
...
...
@@ -125,12 +124,11 @@
<genFeatures
createChild=
"false"
ecoreFeature=
"ecore:EAttribute base.ecore#//layout/Rectangle/y"
/>
<genFeatures
createChild=
"false"
ecoreFeature=
"ecore:EAttribute base.ecore#//layout/Rectangle/width"
/>
<genFeatures
createChild=
"false"
ecoreFeature=
"ecore:EAttribute base.ecore#//layout/Rectangle/height"
/>
<genOperations
ecoreOperation=
"base.ecore#//layout/Rectangle/setLocation"
body=
"return RectangleStaticImpl.setLocation(this, x, y);"
>
<genOperations
ecoreOperation=
"base.ecore#//layout/Rectangle/setLocation"
>
<genParameters
ecoreParameter=
"base.ecore#//layout/Rectangle/setLocation/x"
/>
<genParameters
ecoreParameter=
"base.ecore#//layout/Rectangle/setLocation/y"
/>
</genOperations>
<genOperations
ecoreOperation=
"base.ecore#//layout/Rectangle/setSize"
body=
"return RectangleStaticImpl.setSize(this, width, height);"
>
<genOperations
ecoreOperation=
"base.ecore#//layout/Rectangle/setSize"
>
<genParameters
ecoreParameter=
"base.ecore#//layout/Rectangle/setSize/width"
/>
<genParameters
ecoreParameter=
"base.ecore#//layout/Rectangle/setSize/height"
/>
</genOperations>
...
...
@@ -157,21 +155,15 @@
<genClasses
image=
"false"
ecoreClass=
"base.ecore#//base/ExitConnectorBase"
/>
<genClasses
image=
"false"
ecoreClass=
"base.ecore#//base/ConnectionSegmentBase"
/>
<genClasses
ecoreClass=
"base.ecore#//base/LibraryElementBase"
>
<genOperations
ecoreOperation=
"base.ecore#//base/LibraryElementBase/getURI"
body=
"return LibraryElementBaseStaticImpl.getURI(this);"
/>
<genOperations
ecoreOperation=
"base.ecore#//base/LibraryElementBase/getName"
body=
"return LibraryElementBaseStaticImpl.getName(this);"
/>
<genOperations
ecoreOperation=
"base.ecore#//base/LibraryElementBase/getURI"
/>
<genOperations
ecoreOperation=
"base.ecore#//base/LibraryElementBase/getName"
/>
</genClasses>
<genClasses
image=
"false"
ecoreClass=
"base.ecore#//base/DerivedAnnotationBase"
>
<genTypeParameters
ecoreTypeParameter=
"base.ecore#//base/DerivedAnnotationBase/T"
/>
<genOperations
ecoreOperation=
"base.ecore#//base/DerivedAnnotationBase/getValue"
body=
"return DerivedAnnotationBaseStaticImpl.getValue(this);"
/>
<genOperations
ecoreOperation=
"base.ecore#//base/DerivedAnnotationBase/getDerivedFeature"
body=
"return null;"
/>
<genOperations
ecoreOperation=
"base.ecore#//base/DerivedAnnotationBase/isUserAnnotatedValuePreferred"
body=
"return true;"
/>
<genOperations
ecoreOperation=
"base.ecore#//base/DerivedAnnotationBase/getUserAnnotatedValue"
body=
"return null;"
/>
<genOperations
ecoreOperation=
"base.ecore#//base/DerivedAnnotationBase/getValue"
/>
<genOperations
ecoreOperation=
"base.ecore#//base/DerivedAnnotationBase/getDerivedFeature"
/>
<genOperations
ecoreOperation=
"base.ecore#//base/DerivedAnnotationBase/isUserAnnotatedValuePreferred"
/>
<genOperations
ecoreOperation=
"base.ecore#//base/DerivedAnnotationBase/getUserAnnotatedValue"
/>
</genClasses>
<genClasses
ecoreClass=
"base.ecore#//base/ConstraintInstanceContainer"
/>
<genClasses
ecoreClass=
"base.ecore#//base/ConstraintBasedProcess"
/>
...
...
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