Hi Alex,
I guess this was meant for moose-dev :).
The previous/next point to other associations, and they can be used to indicate the order of associations.
Cheers, Doru
On 10 Mar 2009, at 22:59, Alexandre Bergel wrote:
Dear list,
Why an association has a previous and a next ? What are these variables for?
Cheers, Alexandre -- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
-- www.tudorgirba.com
"Sometimes the best solution is not the best solution."
This is what I though, but what does it mean to have an association ordering?
Cheers, Alexandre
On 11 Mar 2009, at 07:22, Tudor Girba wrote:
Hi Alex,
I guess this was meant for moose-dev :).
The previous/next point to other associations, and they can be used to indicate the order of associations.
Cheers, Doru
On 10 Mar 2009, at 22:59, Alexandre Bergel wrote:
Dear list,
Why an association has a previous and a next ? What are these variables for?
Cheers, Alexandre -- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
-- www.tudorgirba.com
"Sometimes the best solution is not the best solution."
Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev
It means that you want to preserve the order in which static associations are encountered in source code.
Suppose you have something like:
myMethod: aParam aVar := aParam doSomething.
Then, you would want to have an ordered list with: - Access (aParam) - Invocation (doSomething) - Access (aVar)
Cheers, Doru
On 11 Mar 2009, at 09:12, Alexandre Bergel wrote:
This is what I though, but what does it mean to have an association ordering?
Cheers, Alexandre
On 11 Mar 2009, at 07:22, Tudor Girba wrote:
Hi Alex,
I guess this was meant for moose-dev :).
The previous/next point to other associations, and they can be used to indicate the order of associations.
Cheers, Doru
On 10 Mar 2009, at 22:59, Alexandre Bergel wrote:
Dear list,
Why an association has a previous and a next ? What are these variables for?
Cheers, Alexandre -- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
-- www.tudorgirba.com
"Sometimes the best solution is not the best solution."
Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev
-- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev
-- www.tudorgirba.com
"Some battles are better lost than fought."
Ah! Makes sense
Alexandre
On 11 Mar 2009, at 09:17, Tudor Girba wrote:
It means that you want to preserve the order in which static associations are encountered in source code.
Suppose you have something like:
myMethod: aParam aVar := aParam doSomething.
Then, you would want to have an ordered list with:
- Access (aParam)
- Invocation (doSomething)
- Access (aVar)
Cheers, Doru
On 11 Mar 2009, at 09:12, Alexandre Bergel wrote:
This is what I though, but what does it mean to have an association ordering?
Cheers, Alexandre
On 11 Mar 2009, at 07:22, Tudor Girba wrote:
Hi Alex,
I guess this was meant for moose-dev :).
The previous/next point to other associations, and they can be used to indicate the order of associations.
Cheers, Doru
On 10 Mar 2009, at 22:59, Alexandre Bergel wrote:
Dear list,
Why an association has a previous and a next ? What are these variables for?
Cheers, Alexandre -- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
Pharo-project mailing list Pharo-project@lists.gforge.inria.fr http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
-- www.tudorgirba.com
"Sometimes the best solution is not the best solution."
Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev
-- _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;: Alexandre Bergel http://www.bergel.eu ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev
-- www.tudorgirba.com
"Some battles are better lost than fought."
Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev