Sparx Systems Forum

Enterprise Architect => Uml Process => Topic started by: irhin on February 19, 2005, 06:55:41 am

Title: Read Variable with UML 2.0
Post by: irhin 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]
Title: Re: Read Variable with UML 2.0
Post by: thomaskilian on February 28, 2005, 04:33:08 am
Probably you have to implement a class to parse the string ???
Title: Re: Read Variable with UML 2.0
Post by: irhin 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...