Skip to main content

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

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


Back to the top