Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Modeling » EMF "Technology" (Ecore Tools, EMFatic, etc)  » emf query big doubt
emf query big doubt [message #615889] Sat, 15 March 2008 22:51
Jorge is currently offline JorgeFriend
Messages: 5
Registered: July 2009
Junior Member
I need to be able to query for the model's structure(attributes and
methods) not it's content.
Let me give you an example, the model is actually a class diagram, and it
looks like this.

Class A
- att1 : String
+ m1 (foo int):foo2 String
***************************
Class B
-att1 : int
+m1(foo int): foo2 void
+m2(foo int, fooo double): foo2 String
****************************
Class C
-att1 : double
+m1(foo String): foo2 void
+m2(foo int, fooo double): foo2 String

Relation of type composite between A and C

The objective is getting info for each class in the model, it's methods,
relations, etc.
Previous Topic:How to get the TENEO source code
Next Topic:emf query big doubt
Goto Forum:
  


Current Time: Wed Apr 24 19:05:38 GMT 2024

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

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

Back to the top