I have the following specification:
(http://www.lns-systems.com/download/modelsegment.jpg)
I am generating code for btAudioFile. Excluding the attributes, I see only one association getting defined:
public ArrayList patterns;
I would expect to also a definition for track as:
public btAudioTrack track;
Am I expecting too much from the code generator, or am I making a mistake in the way in which I specify the association?
Any help would be appreciated. Thanks.