Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [henshin-dev] Problem with "destructive operations" on rule-nodes

Am 02.01.2013 um 13:42 schrieb Christian Krause:

> Hi Jens,
> 
> you are right about the changes to transformation rules. If you need several variations of the same rule, what you can do is to make copies of the rule using 
> 
> Rule copy = (Rule) EcoreUtil.copy(rule);

This solves the problem,

Thanks,

Jens



Back to the top