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
You need initialize first the variables on both ends and then to point them to each other. The type would not help in this case, because we still need to have the instance variable in both places.
Cheers, Doru
On Jun 13, 2008, at 7:49 PM, stéphane ducasse wrote:
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
Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev
-- www.tudorgirba.com www.tudorgirba.com/blog
"Presenting is storytelling."
Yes this is what I thought.
Stef
On Jun 14, 2008, at 2:14 AM, Tudor Girba wrote:
You need initialize first the variables on both ends and then to point them to each other. The type would not help in this case, because we still need to have the instance variable in both places.
Cheers, Doru
On Jun 13, 2008, at 7:49 PM, stéphane ducasse wrote:
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
Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev
-- www.tudorgirba.com www.tudorgirba.com/blog
"Presenting is storytelling."
Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev