Ate Douma created SCXML-199:
-------------------------------
Summary: Map the <scxml> initial attribute to an initial
Transition instead of a (single) TransitionTarget
Key: SCXML-199
URL: https://issues.apache.org/jira/browse/SCXML-199
Project: Commons SCXML
Issue Type: Improvement
Affects Versions: 2.0
Reporter: Ate Douma
Assignee: Ate Douma
Fix For: 2.0
The <scxml> initial attribute defines the default transition target.
This target may define multiple states (assuming the parallel ancestor(s)
here), but in the current SCXML model object the initial is assumed to be a
single state (TransitionTarget) only.
To be conforming to the specification, I'll replace the SCXML TransitionTarget
#initialTarget with a Transition #initialTransition instead so fix this, and
adjust the usages accordingly.
--
This message was sent by Atlassian JIRA
(v6.2#6252)