[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.technology.emft] Non-containment references EMF reflective model editor

Hi!

I wonder whether someone could help me with some insight regarding instantiation of a meta model class that is referred merely with the use of a non-containment reference in the emf reflective model editor?

Consider a meta model (pure .ecore file) consisting of three classes: House, Room and Type. House is composed of Rooms (containment reference), and has a type of Type (non-containment reference). Moreover, making a dynamic instance of the House class and thus instances of Room using the reflective model editor work great! However, I have not found any way of creating an instance of the Type class and associate it with my House class, due to the Type class not being contained by House.

Any ideas how I can create my Type instance in the model?

All help is highly appreciated!