RE: SCXML : Event Generation and Dynamic Creation of Statechart

Raxit,
  Dynamic creation of states is something that we have consciously ruled
out for SCXML.  The basic idea of state machines is that they have a
fixed set of states. Even push-down automata, which are more powerful
than finite state machines, have a fixed set of states, plus a dynamic
stack.  

One strong advantage of having a fixed set of states is that machines
are statically analyzable - by looking at chains of transitions, you can
determine whether there is a path from any given state to any other
state.  

We therefore do not want any constructs in SCXML that involve the
dynamic creation of states.  There is a way of handling multiple
<invoke> at the platform layer that does not have this problem, and we
will post a message on this topic soon.  

- Jim


-----Original Message-----
From: Sheth Raxit [mailto:raxit@phonologies.com] 
Sent: Monday, April 10, 2006 2:05 AM
To: www-voice@w3.org; Barnett, James; bond@research.att.com;
Alfred.S.Gilman@IEEE.org
Subject: SCXML : Event Generation and Dynamic Creation of Statechart

Respected  James,Greg,Gilman and other VBVG Members,

With reference to previous posts, One of the point is to Generate Event 
and related stuff while processing <invoke>, I think that this is 
somewhat  like (or can be modeled as)  what  Greg has mentioned ( in 
this post 
http://lists.w3.org/Archives/Public/www-voice/2006JanMar/0040.html ),  
issue ,"Dynamic Creation of Statecharts".

I think (but not much sure )that <invoke> can be modeled as , Dynamic 
Creation of new State (with new State-Id) and call to appropriate 
services, and as  actuall call is madeup from new state, with new 
stateid, What Gilman has suggested the concepts of Event would now apply

to this New-State, and this new-state now would do all the event 
handling and related stuff.

when SCXML Engine hits <invoke>
1. Dynamically Create new state, (with unique State Id)
2. Make appropriate stuff to call Service,
3. Call the Service,
4. Do Event Handling for the Events arrived from services,


Would it  be Semantically equivalent of Event-related stuff (suggested 
by Gilman),  ?

Any thought on this issue ?


Thanks,
---
Raxit Sheth

-- 

Raxit Sheth
Systems Software Engineer
Raxit@Phonologies.com

***********************
Please note our new Address.
***********************
Phonologies (India) Private Limited
17/18 Metro House, Colaba Causeway,
Mumbai 400001. INDIA.
Ph:+91-22-22029732 / 36   Fax:+91-22-22029728

Info@Phonologies.COM
http://www.phonologies.com

****The information in this email is confidential and may be legally
privileged. It is intended solely for the addressee. Access to this
email by
anyone else is unauthorized. If you are not the intended recipient, any
disclosure, copying, distribution or any action taken or omitted to be
taken
in reliance on it, is prohibited and may be unlawful****

Received on Thursday, 13 April 2006 13:56:26 UTC