Book a Demo

Author Topic: C++ Multiplicity of 2 for an association  (Read 3983 times)

Alastair

  • EA Novice
  • *
  • Posts: 1
  • Karma: +0/-0
    • View Profile
C++ Multiplicity of 2 for an association
« on: November 19, 2011, 11:47:04 am »
Hi
I am trying to generate a composition association of multiplicity of 2 in c++
I have set the containment to Value
I have set the Multiplicity to 2
and all I seee in the code is


Class4 theClass;

I am expecting

Class4 theClass[2];

Any ideas?