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
5102442e
Commit
5102442e
authored
13 years ago
by
Florian Hölzl
Browse files
Options
Downloads
Patches
Plain Diff
fixed svn properties
refs 153
parent
625f1423
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
org.fortiss.tooling.kernel/trunk/model/kernel.ecore
+55
-55
55 additions, 55 deletions
org.fortiss.tooling.kernel/trunk/model/kernel.ecore
org.fortiss.tooling.kernel/trunk/model/kernel.genmodel
+28
-28
28 additions, 28 deletions
org.fortiss.tooling.kernel/trunk/model/kernel.genmodel
with
83 additions
and
83 deletions
org.fortiss.tooling.kernel/trunk/model/kernel.ecore
+
55
−
55
View file @
5102442e
<?xml version="1.0" encoding="UTF-8"?>
<ecore:EPackage
xmi:version=
"2.0"
xmlns:xmi=
"http://www.omg.org/XMI"
xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance"
xmlns:ecore=
"http://www.eclipse.org/emf/2002/Ecore"
name=
"model"
nsURI=
"http://www.fortiss.org/tooling/kernel"
nsPrefix=
"org-fortiss-tooling-kernel"
>
<eClassifiers
xsi:type=
"ecore:EClass"
name=
"INamedElement"
abstract=
"true"
interface=
"true"
eSuperTypes=
"#//IIdLabeled"
>
<eAnnotations
source=
"http://www.eclipse.org/emf/2002/GenModel"
>
<details
key=
"documentation"
value=
"Model elements implementing this interface have a unique id and a name."
/>
</eAnnotations>
<eStructuralFeatures
xsi:type=
"ecore:EAttribute"
name=
"name"
eType=
"ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
>
<eAnnotations
source=
"http://www.eclipse.org/emf/2002/GenModel"
>
<details
key=
"documentation"
value=
"The name attribute."
/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers
xsi:type=
"ecore:EClass"
name=
"INamedCommentedElement"
abstract=
"true"
interface=
"true"
eSuperTypes=
"#//INamedElement"
>
<eAnnotations
source=
"http://www.eclipse.org/emf/2002/GenModel"
>
<details
key=
"documentation"
value=
"Model elements implementing this interface have a unique id, a name and a comment."
/>
</eAnnotations>
<eStructuralFeatures
xsi:type=
"ecore:EAttribute"
name=
"comment"
eType=
"ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
>
<eAnnotations
source=
"http://www.eclipse.org/emf/2002/GenModel"
>
<details
key=
"documentation"
value=
"The comment attribute."
/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers
xsi:type=
"ecore:EClass"
name=
"IProjectRootElement"
abstract=
"true"
interface=
"true"
eSuperTypes=
"#//INamedCommentedElement"
>
<eAnnotations
source=
"http://www.eclipse.org/emf/2002/GenModel"
>
<details
key=
"documentation"
value=
"IProjectRootElement is the super class of all root elements contained in emfStore projects."
/>
</eAnnotations>
</eClassifiers>
<eClassifiers
xsi:type=
"ecore:EClass"
name=
"IIdLabeled"
abstract=
"true"
interface=
"true"
>
<eAnnotations
source=
"http://www.eclipse.org/emf/2002/GenModel"
>
<details
key=
"documentation"
value=
"Model elements implementing this interface have a unique identifier."
/>
</eAnnotations>
<eStructuralFeatures
xsi:type=
"ecore:EAttribute"
name=
"id"
eType=
"ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"
>
<eAnnotations
source=
"http://www.eclipse.org/emf/2002/GenModel"
>
<details
key=
"documentation"
value=
"The unique integer id."
/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers
xsi:type=
"ecore:EClass"
name=
"IIdLabeledReference"
abstract=
"true"
interface=
"true"
>
<eAnnotations
source=
"http://www.eclipse.org/emf/2002/GenModel"
>
<details
key=
"documentation"
value=
"Interface for model elements referencing IIdLabeled model elements."
/>
</eAnnotations>
<eStructuralFeatures
xsi:type=
"ecore:EAttribute"
name=
"idReference"
eType=
"ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"
>
<eAnnotations
source=
"http://www.eclipse.org/emf/2002/GenModel"
>
<details
key=
"documentation"
value=
"The int reference."
/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
</ecore:EPackage>
<?xml version="1.0" encoding="UTF-8"?>
<ecore:EPackage
xmi:version=
"2.0"
xmlns:xmi=
"http://www.omg.org/XMI"
xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance"
xmlns:ecore=
"http://www.eclipse.org/emf/2002/Ecore"
name=
"model"
nsURI=
"http://www.fortiss.org/tooling/kernel"
nsPrefix=
"org-fortiss-tooling-kernel"
>
<eClassifiers
xsi:type=
"ecore:EClass"
name=
"INamedElement"
abstract=
"true"
interface=
"true"
eSuperTypes=
"#//IIdLabeled"
>
<eAnnotations
source=
"http://www.eclipse.org/emf/2002/GenModel"
>
<details
key=
"documentation"
value=
"Model elements implementing this interface have a unique id and a name."
/>
</eAnnotations>
<eStructuralFeatures
xsi:type=
"ecore:EAttribute"
name=
"name"
eType=
"ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
>
<eAnnotations
source=
"http://www.eclipse.org/emf/2002/GenModel"
>
<details
key=
"documentation"
value=
"The name attribute."
/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers
xsi:type=
"ecore:EClass"
name=
"INamedCommentedElement"
abstract=
"true"
interface=
"true"
eSuperTypes=
"#//INamedElement"
>
<eAnnotations
source=
"http://www.eclipse.org/emf/2002/GenModel"
>
<details
key=
"documentation"
value=
"Model elements implementing this interface have a unique id, a name and a comment."
/>
</eAnnotations>
<eStructuralFeatures
xsi:type=
"ecore:EAttribute"
name=
"comment"
eType=
"ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"
>
<eAnnotations
source=
"http://www.eclipse.org/emf/2002/GenModel"
>
<details
key=
"documentation"
value=
"The comment attribute."
/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers
xsi:type=
"ecore:EClass"
name=
"IProjectRootElement"
abstract=
"true"
interface=
"true"
eSuperTypes=
"#//INamedCommentedElement"
>
<eAnnotations
source=
"http://www.eclipse.org/emf/2002/GenModel"
>
<details
key=
"documentation"
value=
"IProjectRootElement is the super class of all root elements contained in emfStore projects."
/>
</eAnnotations>
</eClassifiers>
<eClassifiers
xsi:type=
"ecore:EClass"
name=
"IIdLabeled"
abstract=
"true"
interface=
"true"
>
<eAnnotations
source=
"http://www.eclipse.org/emf/2002/GenModel"
>
<details
key=
"documentation"
value=
"Model elements implementing this interface have a unique identifier."
/>
</eAnnotations>
<eStructuralFeatures
xsi:type=
"ecore:EAttribute"
name=
"id"
eType=
"ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"
>
<eAnnotations
source=
"http://www.eclipse.org/emf/2002/GenModel"
>
<details
key=
"documentation"
value=
"The unique integer id."
/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
<eClassifiers
xsi:type=
"ecore:EClass"
name=
"IIdLabeledReference"
abstract=
"true"
interface=
"true"
>
<eAnnotations
source=
"http://www.eclipse.org/emf/2002/GenModel"
>
<details
key=
"documentation"
value=
"Interface for model elements referencing IIdLabeled model elements."
/>
</eAnnotations>
<eStructuralFeatures
xsi:type=
"ecore:EAttribute"
name=
"idReference"
eType=
"ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"
>
<eAnnotations
source=
"http://www.eclipse.org/emf/2002/GenModel"
>
<details
key=
"documentation"
value=
"The int reference."
/>
</eAnnotations>
</eStructuralFeatures>
</eClassifiers>
</ecore:EPackage>
This diff is collapsed.
Click to expand it.
org.fortiss.tooling.kernel/trunk/model/kernel.genmodel
+
28
−
28
View file @
5102442e
<?xml version="1.0" encoding="UTF-8"?>
<genmodel:GenModel
xmi:version=
"2.0"
xmlns:xmi=
"http://www.omg.org/XMI"
xmlns:ecore=
"http://www.eclipse.org/emf/2002/Ecore"
xmlns:genmodel=
"http://www.eclipse.org/emf/2002/GenModel"
copyrightText=
"(c) 2011 ForTISS GmbH"
modelDirectory=
"/org.fortiss.tooling.kernel/generated-src"
editDirectory=
"org.fortiss.tooling.kernel.edit/src"
editorDirectory=
"/org.fortiss.tooling.kernel.editor/src"
modelPluginID=
"org.fortiss.tooling.kernel"
modelName=
"Model"
modelPluginClass=
""
editPluginClass=
"org.fortiss.tooling.kernel.model.provider.ModelEditPlugin"
editorPluginClass=
"org.fortiss.tooling.kernel.model.presentation.ModelEditorPlugin"
testsDirectory=
"/org.fortiss.tooling.kernel.tests/test-src"
importerID=
"org.eclipse.emf.importer.ecore"
containmentProxies=
"true"
arrayAccessors=
"true"
complianceLevel=
"5.0"
copyrightFields=
"false"
>
<foreignModel>
kernel.ecore
</foreignModel>
<genPackages
prefix=
"FortissToolingKernel"
basePackage=
"org.fortiss.tooling.kernel"
disposableProviderFactory=
"true"
ecorePackage=
"kernel.ecore#/"
>
<genClasses
image=
"false"
ecoreClass=
"kernel.ecore#//INamedElement"
>
<genFeatures
createChild=
"false"
ecoreFeature=
"ecore:EAttribute kernel.ecore#//INamedElement/name"
/>
</genClasses>
<genClasses
image=
"false"
ecoreClass=
"kernel.ecore#//INamedCommentedElement"
>
<genFeatures
createChild=
"false"
ecoreFeature=
"ecore:EAttribute kernel.ecore#//INamedCommentedElement/comment"
/>
</genClasses>
<genClasses
image=
"false"
ecoreClass=
"kernel.ecore#//IProjectRootElement"
/>
<genClasses
image=
"false"
ecoreClass=
"kernel.ecore#//IIdLabeled"
>
<genFeatures
createChild=
"false"
ecoreFeature=
"ecore:EAttribute kernel.ecore#//IIdLabeled/id"
/>
</genClasses>
<genClasses
image=
"false"
ecoreClass=
"kernel.ecore#//IIdLabeledReference"
>
<genFeatures
createChild=
"false"
ecoreFeature=
"ecore:EAttribute kernel.ecore#//IIdLabeledReference/idReference"
/>
</genClasses>
</genPackages>
</genmodel:GenModel>
<?xml version="1.0" encoding="UTF-8"?>
<genmodel:GenModel
xmi:version=
"2.0"
xmlns:xmi=
"http://www.omg.org/XMI"
xmlns:ecore=
"http://www.eclipse.org/emf/2002/Ecore"
xmlns:genmodel=
"http://www.eclipse.org/emf/2002/GenModel"
copyrightText=
"(c) 2011 ForTISS GmbH"
modelDirectory=
"/org.fortiss.tooling.kernel/generated-src"
editDirectory=
"org.fortiss.tooling.kernel.edit/src"
editorDirectory=
"/org.fortiss.tooling.kernel.editor/src"
modelPluginID=
"org.fortiss.tooling.kernel"
modelName=
"Model"
modelPluginClass=
""
editPluginClass=
"org.fortiss.tooling.kernel.model.provider.ModelEditPlugin"
editorPluginClass=
"org.fortiss.tooling.kernel.model.presentation.ModelEditorPlugin"
testsDirectory=
"/org.fortiss.tooling.kernel.tests/test-src"
importerID=
"org.eclipse.emf.importer.ecore"
containmentProxies=
"true"
arrayAccessors=
"true"
complianceLevel=
"5.0"
copyrightFields=
"false"
>
<foreignModel>
kernel.ecore
</foreignModel>
<genPackages
prefix=
"FortissToolingKernel"
basePackage=
"org.fortiss.tooling.kernel"
disposableProviderFactory=
"true"
ecorePackage=
"kernel.ecore#/"
>
<genClasses
image=
"false"
ecoreClass=
"kernel.ecore#//INamedElement"
>
<genFeatures
createChild=
"false"
ecoreFeature=
"ecore:EAttribute kernel.ecore#//INamedElement/name"
/>
</genClasses>
<genClasses
image=
"false"
ecoreClass=
"kernel.ecore#//INamedCommentedElement"
>
<genFeatures
createChild=
"false"
ecoreFeature=
"ecore:EAttribute kernel.ecore#//INamedCommentedElement/comment"
/>
</genClasses>
<genClasses
image=
"false"
ecoreClass=
"kernel.ecore#//IProjectRootElement"
/>
<genClasses
image=
"false"
ecoreClass=
"kernel.ecore#//IIdLabeled"
>
<genFeatures
createChild=
"false"
ecoreFeature=
"ecore:EAttribute kernel.ecore#//IIdLabeled/id"
/>
</genClasses>
<genClasses
image=
"false"
ecoreClass=
"kernel.ecore#//IIdLabeledReference"
>
<genFeatures
createChild=
"false"
ecoreFeature=
"ecore:EAttribute kernel.ecore#//IIdLabeledReference/idReference"
/>
</genClasses>
</genPackages>
</genmodel:GenModel>
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