[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.tools.emf] Re: [Ecore] Does EMF has some utility in ecore to store referred EClass(s)

I'm sorry for my wrong representation. The following is the correct.

---------------------------------------------------------------------------

Assuming EClass A has a reference to EClass B, this reference is lower bound is 1 and upper bound is unbounded(like *). It looks like A--(1....*)-->B, right?

However, if we want to represent it at runtime of a model, we need to represent (1....*), especially ecore model itself. So, my question is whether ecore has some runtime implementation like one referred many?

Thanks.