[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.modeling.m2m] complete a model using ATL

Hello,

I am recently using ATL to complete models, I am wondering if I can create elements using a unique lazy rule first, and once I have it in my new model, I complete the rest of this elements informations.

I have an "Architecture without modes" model and a "Mode" model (which is a simple state automate)
and I am trying to associate for each "Resource" in the Architecture model the same Mode model !
(so I have one Mode model and I am associating it for each Resource)


the problem is at the states level in the Architecture, where one state is associated to "toTransitions" and "fromTransitions" elements
and for each "Transition" I have to specify the "fromState" and the "toState" element


As for the "fromMode" there is no problem but the "toMode" is not created yet so I can't fill it in the model

I appreciate any possible help,
thanks,
Marwa