On Fri, Jul 1, 2016 at 4:41 PM, Guillaume Larcheveque guillaume.larcheveque@gmail.com wrote:
as Anne said, FMMultivalueLink is for * multiplicity and 1 in the other side. To limit memory usage you can use the Null version of this one so it will be automatically replaced by the regular version if one element is added. MultiMulti is for *-* associations so you have to instantiate one in each side.
<derived> is for things that don't require to be stored in the .mse for example because you can derive it (compute) from other datas.
I think there is a chapter in the Moose book but not sure it is really helpful
Yes the part about FAME is here: http://www.themoosebook.org/book/internals/fame
Doru, is it possible to open-source the book ? put the contents on github so everyone can contribute and fix it. This is a pity that such contents is available and nobody can take care about it.
Regards,