What is the effect of setting the association end ownership from \"association\" to \"classifier\" on the code that gets generated?
In other words,
0) I star
I could give you a general approach about how a general UML 2 source code generator might work (UML spec doesn't specify how to generate code from UML models)
From my point of view, if the association ends (property) belongs to the UML class, then a field should be generated in the source code class, whereas if it belongs to the association no field is generated (allows you to model unidirectional or bidirectional associations between classes). Have a look to the example I've recently posted