Skip to main content



      Home
Home » Archived » M2M (model-to-model transformation) » Cannot Find model UML
Cannot Find model UML [message #73896] Wed, 30 January 2008 07:10 Go to next message
Eclipse UserFriend
Originally posted by: zappasan.gmail.com

Hi.
I'm trying to write a transformation from a UML model to a UML model.
This is the simple rule that I've written:

module UML2UML; -- Module Template
create OUT : UML2 from IN : UML2;

rule ModeltoModel{
from
i: UML!Model
to
o: UML!Model(
name <- i.name
)
}

In the Run configuration I've setted UML2 like "Is Metamodel" and the
Model Handler is UML2. When I run the transformation I get in the ATL
console a message "Cannot Find model UML". I've tried to chenge the model
Handler from UML2 to EMF but nothing.
Where is the mistake?

Thank you

Emanuele
Re: Cannot Find model UML [message #73914 is a reply to message #73896] Wed, 30 January 2008 07:55 Go to previous message
Eclipse UserFriend
Originally posted by: zappasan.gmail.com

Hi!
I've fixed the error. The problem was inside the code: I've wrote
UM2!Model instead of UML2!Model

Thank you anyway

Emanuele
Previous Topic:[ATL] Text wrapped in tags
Next Topic:[ATL] atl transf. from Java code
Goto Forum:
  


Current Time: Thu Jun 05 15:32:56 EDT 2025

Powered by FUDForum. Page generated in 0.02362 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top