[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.modeling.gmf] Re: Child Reference Containment Feature

Hi Alex,

no unfortunately Slice/nodes is not a containment feature. The containment is Network/nodes.
A modified solution from posting "Shortcut for 1:1:n containment reference chains in NodeMapping/ChildReference" should help me.


thanks,	Martin


Alex Shatalin wrote, On 30.01.2009 13:58:
Hello Martin,

instead of:
<containmentFeature href="psc.ecore#//Network/nodes"/>

you have to use: <containmentFeature href="psc.ecore#//Slice/nodes"/>

(if Slice/nodes reference is a containment reference).

-----------------
Alex Shatalin