Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [henshin-dev] How to match attribute against a list?

Hi Jens,

I did not have time yet to look into this. I hope I can do it in the next couple of days.

Cheers,
Christian

On 01/07/2013 03:36 PM, Jens Bürger wrote:
Hi all,

I'm trying to do a match against a UML stereotype which has a list of tagged values. The code in the model looks like this:

  <UMLsec:critical xmi:id="_RJ0WAFjVEeK8IoC9UTTN-w"
           base_Class="_C8unwEz5EeKnfpvaNBteGQ"
           base_Classifier="_C8unwEz5EeKnfpvaNBteGQ">
    <high>random()</high>
  </UMLsec:critical>

The Properties tab of the Henshin Transformation Preview shows me:

high : EString      [random()]


But if I enter

"[random()]"

as value into the transformation model, it doesn't match.

Any suggestions?

Thanks in advance,

Jens
_______________________________________________
henshin-dev mailing list
henshin-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/henshin-dev



Back to the top