Transitions between parallel tags.
"c64zottel ." <[email protected]> Mon, 26 May 2014 13:43:11 +0200
| Newsgroups | gmane.comp.web.voice |
|---|---|
| Message-ID | <CAL4YH=PYm2=_hrmLYvWTOnHet-6G=ZJKEt+K15xATcd-5ToXHQ@mail.gmail.com> |
Hello, I am wondering how the following code would work: <parallel> <state id=x> <state id=e/> </state> <state id=y> <transition id=t target="e y"/> </state> </parallel> +--------+-----------+ | +--+ | +--+ | | | x | | | y | \ | | +--+ | +--+ | | | | | | | | +--+ | t| | | | | e |<-------/\---| | | +--+ | | +--------+----------+ Is that possible? And if, how would it look internally? We have two parallel instances, after transition t, do we have three? Thank you