[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.tools.emf] Re: How is EDataType modeled to relate to its instances EString, EInt and so on

Hi,

We really don't talk about meta meta models. It is far too confusing and it really doesn't help to make things clearer.

In EMF there is the model, and the instances. That's basically it. The model is the EClasses and EDataTypes and their settings. The instances are EObjects and java objects. The EClasses describe the EObjects and EDataTypes describe the java classes. That's it. Very simple.

Petko wrote:
What I was more heading to is how things are done in the meta metamodel and not in a metamodel, created using ecore. So the question is more how ecore knows that EInt, EDate or whatever is an instance of EDataType as there is no association, aggregation or generalisation from EDatatype to its instances or without having any attribute(of the class EDataType) that is of a primitive data type(or any Java Class) set to any of the modeled E* types.
10x, Petko



-- Thanks, Rich Kulp