Book a Demo

Author Topic: Extending state charts: transition with priorities  (Read 3177 times)

richi

  • EA Novice
  • *
  • Posts: 10
  • Karma: +0/-0
  • I love YaBB 1G - SP1!
    • View Profile
Extending state charts: transition with priorities
« on: October 16, 2007, 04:34:54 am »
Hy @ll,

I’m trying to extend state charts for transitions with priorities. Therefore I made a new UML profile with a stereotype “prioritytransition” extends from metaclass “transition”. In stereotype “prioritytransition” I added new attribute “priority”, saved the profile and export it into my model.
Now I can make transition from stereotype prioritytransition, but I can’t find a menu for setting the attribute “priority”.
Is that procedure in UML context wrong or is it an EA “problem”?

Thanks,
Richi

Eve

  • EA Administrator
  • EA Guru
  • *****
  • Posts: 8110
  • Karma: +119/-20
    • View Profile
Re: Extending state charts: transition with priori
« Reply #1 on: October 16, 2007, 01:07:30 pm »
priority will be a tagged value on elements with that stereotype.

richi

  • EA Novice
  • *
  • Posts: 10
  • Karma: +0/-0
  • I love YaBB 1G - SP1!
    • View Profile
Re: Extending state charts: transition with priori
« Reply #2 on: October 16, 2007, 10:53:17 pm »
Thanks ::)