Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[henshin-dev] Problem with nested multirules

Hello,

I have some problems with the amalgamation unit, more precisely, nesting multirules.

So i have a kernel rule, and for this kernel rule, i have a multirule /rule, that goes through a list of Productions. And for each production i create a Rule and the corresponding Lhs and Rhs for this Rule. 

And for each Production, i have another multirule, /nodes, where i go through a list of "leftNodes". For each node i have in this list of nodes, i want to create a new Henshin Node in the left hand side of the HenshinRule. But for some reason, i cannot map this new node to the LHS of the Graph with 

"create*/rules/nodes"

I cant neither do this in the Graphical Editor or in the Tree Editor.

Thank you in advance,
Petter

Attachment: model.rar
Description: application/rar


Back to the top