[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Newsgroup Home]
|
[news.eclipse.modeling.gmf] cotaintment reference
|
Hi,
In my model EMF, I have this:
A that contains a list of reference of object B (containment='false') and
C composed of a list of B(containment="true").
In my mapping, I try to add a "child reference" to my list of object B
but I can't because I can't define "containment feature" with "A.list:B".
I can only set "C.list:B".
can anyone help?
thanks in advance
Vincent