This may not be a very object thing to say but if you have a relational
database with tables for episode, track and play like in Christopher's
diagram, you may not need a class to model play. As it is just a repository
for a set of links
I might just have a method on an Episode class that calls
the sql to return a collection of Tracks and vice versa.
--
Sent from: http://forum.world.st/Pharo-Smalltalk-Users-f1310670.html