Hi!

I have never used the previous and next. No idea whether this is used or not.
What are you trying to achieve?

Cheers,
Alexandre
-- 
_,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
Alexandre Bergel  http://www.bergel.eu
^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.



On Jun 22, 2015, at 12:06 PM, abdelghani ALIDRA <alidrandco@yahoo.fr> wrote:

Hi everybody,

when working with the FAMIX meta model, one must implement the previous, next, from and to methods for each class extending FAMIXAssosiation.
What is the diffence between previous/from and next/to?
if I make
MyFamixClass>>from
^previous
the same information is displayed twice in the Moose panel (because both methods are annotated with the MSEProperty in the superclass)
Who can one avoid that?

Regards

Abdelghani