Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[m2m-dev] Xtend

Hi,
 
 
I'm new to this project and I'm making a research for the capabilities of the Xtend language. Seems that there are not enough examples in I-net (or at least I can't find them). I'm particularly interested in few things:
 
1. I've tried to make a working example, which merges two models into one, but I didn't succeed. Could anybody point me to a working example?
 
2. I've tried to understand, when you create a new model from one or more existing models, is it possible for the new model to memorize the mapping between new model's elements to the old elements of the source model(s).
 
3. If I'm merging two models, which have similar elements (for example - one represented by XML and one - by java annotated classes, but describing similar elements) is it possible to describe through the means of Xtend, which element of some of the old models overrides the similar element in the other model?
 
4. Is it possible (relatively) easy to create a read/write model from read-only model(s)
 
I'll be glad to have some more detailed doc links and especially examples, which cover the above questions!
 
 
 
10x in advance!
Stefan Dimov
 
 

Back to the top