Wednesday 23 October 2013

Pointers to collections

Are created during the initialization of the owning object

e.g.
DraftFencing new intialize

pools : = ListModel new.


Each member of the collection the next level down is added in a method here.
So in PaffFencing
 . . a pool is added by a method in the Round object
 . . a bout is added by a method in the Pool object.

No comments:

Post a Comment