Hi,
I am using ArgoUML for reverse engineering and forward engineering. In class diagram, I changed multiplicity 0..*. When I want to generate code for this diagram, it creates Vector in java file for added multiplicity. Instead, I want it as Array. Like in MyEclipse, we can select "Container type for UML arrays:", it can be LinkedList, ArrayList, Vector or HashSet . Is there any option where I can choose it to generate code with Array, not Vector.
Thanks,
Sumeet
