Hi,
from/to are derived properties and they should describe the association. For example:
FAMIXAccess>> from
^ self accessor
FAMIXAccess>> to
^ self variable
next/previous denote the position of the association in the code with respect to the other associations. For example, imagine this Pharo code:
self doSomething.
self doSomethingElse.
you will get two FAMIXInvocations, and these can be linked through the previous property (next is derived).
Does this make sense?
Btw, these questions are better suited for the Moose mailing list:
Cheers,
Doru