FAMIXClass>>allInterfaces ?

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

FAMIXClass>>allInterfaces ?

Mircea Filip Lungu
Hi folks,

Is there a way to get all interfaces for a FAMIXClass? There seem to be no methods to do this. 

Cheers,
M.

--
Mircea Lungu, PhD.
Researcher
Software Composition Group
University of Bern


_______________________________________________
Moose-dev mailing list
[hidden email]
https://www.iam.unibe.ch/mailman/listinfo/moose-dev
Reply | Threaded
Open this post in threaded view
|

Re: FAMIXClass>>allInterfaces ?

Andre Hora
Hello,

I think you can do:
(self queryOutgoingInheritances atTypeScope select: #isInterface) storage

But indeed a simple method #interfaces doing that would be better :)


On Wed, May 14, 2014 at 11:58 AM, Mircea Filip Lungu <[hidden email]> wrote:
Hi folks,

Is there a way to get all interfaces for a FAMIXClass? There seem to be no methods to do this. 

Cheers,
M.

--
Mircea Lungu, PhD.
Researcher
Software Composition Group
University of Bern


_______________________________________________
Moose-dev mailing list
[hidden email]
https://www.iam.unibe.ch/mailman/listinfo/moose-dev




--
Andre Hora

_______________________________________________
Moose-dev mailing list
[hidden email]
https://www.iam.unibe.ch/mailman/listinfo/moose-dev