When I have a Slot for example in methods of FAMIXType
methods: aMethod
methods set: aMethod
I do not understand that method.
methods: would need a collections?
So why do I get only aMethod
is set: an adder?
How should I add to methods?
addMethod: aMethod
methods add: aMethod
but in that case this is not aMethod I get above.
Of course beside reading the code of Slot and guessing there is
nothing I can do.
I'm not programming, I'm crawling.
Stef