Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Modeling » GMF (Graphical Modeling Framework) » Multiple ecore
Multiple ecore [message #176799] Wed, 12 March 2008 10:59 Go to next message
Eclipse UserFriend
Originally posted by: Fnok.yahoo.com

Hello,

I have the following ecore files:

(1) uml.ecore:
- uml (EPackage)
- ClassDiagram (EClass)
- classes : Class (1..* EReference with Containment)
- associations : Association (1..* EReference with Containment)
- Class
- ...

(2) activity.ecore: similar to uml.ecore

(3) uml2activity.ecore:
- uml2activity (EPackage)
- UML2ACTIVITY (EClass)
- classes : Class (1..* EReference with Containment)
- ...

(4) uml2activity.ecore:
- uml2activity (EPackage)
- UML2ACTIVITY (EClass)
- classDiagram : ClassDiagram (1 EReference with Containment)
- ...

(5) uml2activity.gmfmap:
- Mapping
- TopNodeReference (ContainmentFeature is classDiagram : ClassDiagram)
- ...

(1) and (2) resources are loaded into (3)

I would like to hold the structure of (1), (2), (5) / maybe little
modification is allowed in them /

(3) and (4) do not seem to be good
(3) OK, but duplication
(4) not access e.g. Class

Thanks for the help,
Fnok
Re: Multiple ecore [message #176814 is a reply to message #176799] Wed, 12 March 2008 12:38 Go to previous message
Eclipse UserFriend
Originally posted by: merks.ca.ibm.com

Fnok,

I look at all this and I don't even see a single question mark. I don't
even see a sentence that can be interpreted as a question. It's good
when you come to a newsgroup that you ask very focused and specific
questions because the GMF folks are extremely busy and won't have time
to try to grok vague postings...


Fnok wrote:
> Hello,
>
> I have the following ecore files:
>
> (1) uml.ecore:
> - uml (EPackage)
> - ClassDiagram (EClass)
> - classes : Class (1..* EReference with Containment)
> - associations : Association (1..* EReference with Containment)
> - Class
> - ...
>
> (2) activity.ecore: similar to uml.ecore
>
> (3) uml2activity.ecore:
> - uml2activity (EPackage)
> - UML2ACTIVITY (EClass)
> - classes : Class (1..* EReference with Containment)
> - ...
>
> (4) uml2activity.ecore:
> - uml2activity (EPackage)
> - UML2ACTIVITY (EClass)
> - classDiagram : ClassDiagram (1 EReference with Containment)
> - ...
>
> (5) uml2activity.gmfmap:
> - Mapping
> - TopNodeReference (ContainmentFeature is classDiagram : ClassDiagram)
> - ...
>
> (1) and (2) resources are loaded into (3)
>
> I would like to hold the structure of (1), (2), (5) / maybe little
> modification is allowed in them /
>
> (3) and (4) do not seem to be good
> (3) OK, but duplication
> (4) not access e.g. Class
>
> Thanks for the help,
> Fnok
>
>
Previous Topic:Replicating Diagram Partitioning behavior
Next Topic:GMF creating connection between two figures
Goto Forum:
  


Current Time: Fri Apr 26 15:51:52 GMT 2024

Powered by FUDForum. Page generated in 0.02778 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top