MooseAbstractGroup>>allFileAnchors

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

MooseAbstractGroup>>allFileAnchors

CyrilFerlicot
Hi,

I found this method:

allFileAnchors
        ^self allWithSubTypesOf: FAMIXFileAnchor

The problem is that FAMIXIndexedFileAnchor are also a kind of file anchor.

Should I replace it by

allFileAnchors
        ^self allWithSubTypesOf: FAMIXAbstractFileAnchor

?

--
Cyril Ferlicot
https://ferlicot.fr

http://www.synectique.eu
2 rue Jacques Prévert 01,
59650 Villeneuve d'ascq France


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

signature.asc (836 bytes) Download Attachment