[ATL] Interpreter freeze [message #488673] |
Tue, 29 September 2009 17:00 |
Eclipse User |
|
|
|
Originally posted by: ML1984.gmx.de
Hi there,
launching my ATL transformation causes the interpreter to freeze. I have
no idea what the problem is. I am using the latest Eclipse Modeling
Tools (SR1) with ATL 3.0.1.
I tried to debug as far as I could: ASMOperation calls realExec in line
173, but this call seems to last very long... freeze?
Do you have any ideas what the problem is?
Does my ATL file (see below) look alright?
Cheers,
Mark
-- @nsURI STORY=http://de/hpi/sam/storyDiagramEcore.ecore
-- @nsURI TGG=http:///de/hpi/sam/tgg.ecore
module TGG2Story;
create OUT : STORY from IN : TGG;
rule R1 {
from tggRule : TGG!TGGRule
to saNode : STORY!StoryActionNode (
name <- tggRule.name,
storyPatternObjects <- tggRule.sourceDomain.modelElements->select(e |
e->oclIsKindOf(TGG!ModelObject))
)
}
rule R2 {
from mo : TGG!ModelObject
to spo : STORY!StoryPatternObject (
name <- mo.name,
classifier <- mo.classifier
)
}
|
|
|
Powered by
FUDForum. Page generated in 0.03244 seconds