Hello,
In our Fame meta meta model, some information about the source and target selector for the associations were missing. It was hard to extend the model with new associations.
With the help of Anne, I added the pragma <source> representing the incoming link of the association and <target> representing the outgoing link of the association (see FAMIXAssociation >> #from , #to for usage).
In Fame, it is represented in FM3PropertyDescription by isTarget and isSource (false by default).
All the tests related to this change are now green in Jenkins and some additional tests should be added to cover this new functionality.
MooseQuery is now based on these features.
Cheers,
Vincent