- From: c64zottel . <c64zottel@gmail.com>
- Date: Mon, 26 May 2014 13:43:11 +0200
- To: Voice Public List <www-voice@w3.org>
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
Received on Monday, 26 May 2014 11:43:39 UTC