Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » M2M (model-to-model transformation) » [ATL] Interpreter freeze
[ATL] Interpreter freeze [message #488673] Tue, 29 September 2009 17:00
Eclipse UserFriend
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
)
}
Previous Topic:[ATL] EMFVMLauncher
Next Topic:[ATL] helper called directly from the Java API.
Goto Forum:
  


Current Time: Thu Apr 25 16:57:13 GMT 2024

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

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

Back to the top