emf query big doubt [message #615889] |
Sat, 15 March 2008 18:51 |
Eclipse User |
|
|
|
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.
|
|
|
Powered by
FUDForum. Page generated in 1.03136 seconds