I'm a long term Rhapsody user, as such I'll be trying to understand how to do things I am used to doing in this new tool.
1st round of questions:
associations/relatrionships between classes.
I am used to drawing relationships, be there 1,*, 1,n, 1,1 etc and having the code generator create a container on the many side, and giving me options about that container.
For example, If I have two classes, doctor and patient, and formalize that relationship on my class diagram, I expect the class doctor to have a container of some sort, perhaps an iterator, hash table, etc based on the type of relationship.
Does EA code generate for associations/relationships beyond a pointer?