When I view the code for A I would expect that the attribute for the
role "list", to be a collection, say java.util.Vector
however it is just a single instance of B with a javadoc comment
stating the multiplicity of B is 1..*
Does this mean I have to manually edit all such associations, or is
there a method to inform Together that I wish to use java.util.Vector
for such associations?