Book a Demo

Author Topic: Read Variable with UML 2.0  (Read 5704 times)

irhin

  • EA Novice
  • *
  • Posts: 3
  • Karma: +0/-0
  • I love YaBB 1G - SP1!
    • View Profile
Read Variable with UML 2.0
« on: February 19, 2005, 06:55:41 am »
Can you help me with this?
I have ordered multivalued variable. How to read element  of this variable according to the index in the activity diagram? (for example how to read i char from the string)
ReadVariableAction returns all values...
[email protected]
« Last Edit: February 19, 2005, 06:57:31 am by irhin »

thomaskilian

  • Guest
Re: Read Variable with UML 2.0
« Reply #1 on: February 28, 2005, 04:33:08 am »
Probably you have to implement a class to parse the string ???

irhin

  • EA Novice
  • *
  • Posts: 3
  • Karma: +0/-0
  • I love YaBB 1G - SP1!
    • View Profile
Re: Read Variable with UML 2.0
« Reply #2 on: February 28, 2005, 04:42:29 am »
yes I did it already.but I thought if there any facilities in UML 2.0  (for example qualifiers or constrants) to read value from multivalued variables...