ok
We still did not generate the add*: selectors for adding elements in collections, but Toon said he will do this shortly, so we will regenerate afterwards. Until then, instead of adding in the collection, you can just set the opposite link and this will populate the element in the collection due to the Slot implementation.
Is Slot part of FAME? what is the dependency with moose?
For example, see:
FAMIXTest>>testSlot
| c m | c := FAMIXClass new. m := FAMIXMethod new. m parentClass: c. self assert: (c methods first = m)
Cheers, Doru