You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by at...@apache.org on 2014/09/15 15:36:45 UTC

svn commit: r922280 [2/40] - in /websites/production/commons/content/proper/commons-scxml: ./ 0.5/ 0.6/ 0.7/ 0.8/ 0.9/ apidocs/ apidocs/org/apache/commons/scxml2/ apidocs/org/apache/commons/scxml2/class-use/ apidocs/org/apache/commons/scxml2/env/ apido...

Modified: websites/production/commons/content/proper/commons-scxml/apidocs/index-all.html
==============================================================================
--- websites/production/commons/content/proper/commons-scxml/apidocs/index-all.html (original)
+++ websites/production/commons/content/proper/commons-scxml/apidocs/index-all.html Mon Sep 15 13:36:40 2014
@@ -82,7 +82,7 @@
 <dd>
 <div class="block">Convenience constructor, object instantiation incurs parsing cost.</div>
 </dd>
-<dt><span class="strong"><a href="./org/apache/commons/scxml2/env/AbstractStateMachine.html#AbstractStateMachine(java.net.URL, org.apache.commons.scxml2.Context, org.apache.commons.scxml2.Evaluator)">AbstractStateMachine(URL, Context, Evaluator)</a></span> - Constructor for class org.apache.commons.scxml2.env.<a href="./org/apache/commons/scxml2/env/AbstractStateMachine.html" title="class in org.apache.commons.scxml2.env">AbstractStateMachine</a></dt>
+<dt><span class="strong"><a href="./org/apache/commons/scxml2/env/AbstractStateMachine.html#AbstractStateMachine(java.net.URL,%20org.apache.commons.scxml2.Context,%20org.apache.commons.scxml2.Evaluator)">AbstractStateMachine(URL, Context, Evaluator)</a></span> - Constructor for class org.apache.commons.scxml2.env.<a href="./org/apache/commons/scxml2/env/AbstractStateMachine.html" title="class in org.apache.commons.scxml2.env">AbstractStateMachine</a></dt>
 <dd>
 <div class="block">Primary constructor, object instantiation incurs parsing cost.</div>
 </dd>
@@ -90,7 +90,7 @@
 <dd>
 <div class="block">Convenience constructor.</div>
 </dd>
-<dt><span class="strong"><a href="./org/apache/commons/scxml2/env/AbstractStateMachine.html#AbstractStateMachine(org.apache.commons.scxml2.model.SCXML, org.apache.commons.scxml2.Context, org.apache.commons.scxml2.Evaluator)">AbstractStateMachine(SCXML, Context, Evaluator)</a></span> - Constructor for class org.apache.commons.scxml2.env.<a href="./org/apache/commons/scxml2/env/AbstractStateMachine.html" title="class in org.apache.commons.scxml2.env">AbstractStateMachine</a></dt>
+<dt><span class="strong"><a href="./org/apache/commons/scxml2/env/AbstractStateMachine.html#AbstractStateMachine(org.apache.commons.scxml2.model.SCXML,%20org.apache.commons.scxml2.Context,%20org.apache.commons.scxml2.Evaluator)">AbstractStateMachine(SCXML, Context, Evaluator)</a></span> - Constructor for class org.apache.commons.scxml2.env.<a href="./org/apache/commons/scxml2/env/AbstractStateMachine.html" title="class in org.apache.commons.scxml2.env">AbstractStateMachine</a></dt>
 <dd>
 <div class="block">Primary constructor.</div>
 </dd>
@@ -140,7 +140,7 @@
 <div class="block">Add an Action to the list of executable actions contained in
  this &lt;if&gt;.</div>
 </dd>
-<dt><span class="strong"><a href="./org/apache/commons/scxml2/semantics/SCXMLSemanticsImpl.html#addAncestorStatesToEnter(org.apache.commons.scxml2.SCXMLExecutionContext, org.apache.commons.scxml2.semantics.Step, org.apache.commons.scxml2.model.TransitionTarget, org.apache.commons.scxml2.model.TransitionTarget)">addAncestorStatesToEnter(SCXMLExecutionContext, Step, TransitionTarget, TransitionTarget)</a></span> - Method in class org.apache.commons.scxml2.semantics.<a href="./org/apache/commons/scxml2/semantics/SCXMLSemanticsImpl.html" title="class in org.apache.commons.scxml2.semantics">SCXMLSemanticsImpl</a></dt>
+<dt><span class="strong"><a href="./org/apache/commons/scxml2/semantics/SCXMLSemanticsImpl.html#addAncestorStatesToEnter(org.apache.commons.scxml2.SCXMLExecutionContext,%20org.apache.commons.scxml2.semantics.Step,%20org.apache.commons.scxml2.model.TransitionTarget,%20org.apache.commons.scxml2.model.TransitionTarget)">addAncestorStatesToEnter(SCXMLExecutionContext, Step, TransitionTarget, TransitionTarget)</a></span> - Method in class org.apache.commons.scxml2.semantics.<a href="./org/apache/commons/scxml2/semantics/SCXMLSemanticsImpl.html" title="class in org.apache.commons.scxml2.semantics">SCXMLSemanticsImpl</a></dt>
 <dd>
 <div class="block">This method corresponds to the Algorithm for SCXML processing addAncestorStatesToEnter() procedure.</div>
 </dd>
@@ -164,7 +164,7 @@
 <dd>
 <div class="block">Add a Data.</div>
 </dd>
-<dt><span class="strong"><a href="./org/apache/commons/scxml2/semantics/SCXMLSemanticsImpl.html#addDescendantStatesToEnter(org.apache.commons.scxml2.SCXMLExecutionContext, org.apache.commons.scxml2.semantics.Step, org.apache.commons.scxml2.model.TransitionTarget)">addDescendantStatesToEnter(SCXMLExecutionContext, Step, TransitionTarget)</a></span> - Method in class org.apache.commons.scxml2.semantics.<a href="./org/apache/commons/scxml2/semantics/SCXMLSemanticsImpl.html" title="class in org.apache.commons.scxml2.semantics">SCXMLSemanticsImpl</a></dt>
+<dt><span class="strong"><a href="./org/apache/commons/scxml2/semantics/SCXMLSemanticsImpl.html#addDescendantStatesToEnter(org.apache.commons.scxml2.SCXMLExecutionContext,%20org.apache.commons.scxml2.semantics.Step,%20org.apache.commons.scxml2.model.TransitionTarget)">addDescendantStatesToEnter(SCXMLExecutionContext, Step, TransitionTarget)</a></span> - Method in class org.apache.commons.scxml2.semantics.<a href="./org/apache/commons/scxml2/semantics/SCXMLSemanticsImpl.html" title="class in org.apache.commons.scxml2.semantics">SCXMLSemanticsImpl</a></dt>
 <dd>
 <div class="block">This method corresponds to the Algorithm for SCXML processing addDescendantStatesToEnter() procedure.</div>
 </dd>
@@ -186,7 +186,7 @@
 <dd>
 <div class="block">Set the Invoke child.</div>
 </dd>
-<dt><span class="strong"><a href="./org/apache/commons/scxml2/SCXMLExecutor.html#addListener(org.apache.commons.scxml2.model.Observable, org.apache.commons.scxml2.SCXMLListener)">addListener(Observable, SCXMLListener)</a></span> - Method in class org.apache.commons.scxml2.<a href="./org/apache/commons/scxml2/SCXMLExecutor.html" title="class in org.apache.commons.scxml2">SCXMLExecutor</a></dt>
+<dt><span class="strong"><a href="./org/apache/commons/scxml2/SCXMLExecutor.html#addListener(org.apache.commons.scxml2.model.Observable,%20org.apache.commons.scxml2.SCXMLListener)">addListener(Observable, SCXMLListener)</a></span> - Method in class org.apache.commons.scxml2.<a href="./org/apache/commons/scxml2/SCXMLExecutor.html" title="class in org.apache.commons.scxml2">SCXMLExecutor</a></dt>
 <dd>
 <div class="block">Add a listener to the <a href="./org/apache/commons/scxml2/model/Observable.html" title="interface in org.apache.commons.scxml2.model"><code>Observable</code></a>.</div>
 </dd>
@@ -246,7 +246,7 @@
 <div class="block">A <code>BodyContainer</code> is an entity that retains the element body
  text from the document.</div>
 </dd>
-<dt><span class="strong"><a href="./org/apache/commons/scxml2/semantics/SCXMLSemanticsImpl.html#buildStep(org.apache.commons.scxml2.SCXMLExecutionContext, org.apache.commons.scxml2.semantics.Step)">buildStep(SCXMLExecutionContext, Step)</a></span> - Method in class org.apache.commons.scxml2.semantics.<a href="./org/apache/commons/scxml2/semantics/SCXMLSemanticsImpl.html" title="class in org.apache.commons.scxml2.semantics">SCXMLSemanticsImpl</a></dt>
+<dt><span class="strong"><a href="./org/apache/commons/scxml2/semantics/SCXMLSemanticsImpl.html#buildStep(org.apache.commons.scxml2.SCXMLExecutionContext,%20org.apache.commons.scxml2.semantics.Step)">buildStep(SCXMLExecutionContext, Step)</a></span> - Method in class org.apache.commons.scxml2.semantics.<a href="./org/apache/commons/scxml2/semantics/SCXMLSemanticsImpl.html" title="class in org.apache.commons.scxml2.semantics">SCXMLSemanticsImpl</a></dt>
 <dd>
 <div class="block">buildStep builds the exitSet and entrySet for the current configuration given the transitionList on the step.</div>
 </dd>
@@ -316,25 +316,29 @@
 <dd>&nbsp;</dd>
 <dt><span class="strong"><a href="./org/apache/commons/scxml2/env/groovy/GroovyExtendableScriptCache.html#clearCache()">clearCache()</a></span> - Method in class org.apache.commons.scxml2.env.groovy.<a href="./org/apache/commons/scxml2/env/groovy/GroovyExtendableScriptCache.html" title="class in org.apache.commons.scxml2.env.groovy">GroovyExtendableScriptCache</a></dt>
 <dd>&nbsp;</dd>
-<dt><span class="strong"><a href="./org/apache/commons/scxml2/SCInstance.html#cloneDatamodel(org.apache.commons.scxml2.model.Datamodel, org.apache.commons.scxml2.Context, org.apache.commons.scxml2.Evaluator, org.apache.commons.scxml2.ErrorReporter)">cloneDatamodel(Datamodel, Context, Evaluator, ErrorReporter)</a></span> - Method in class org.apache.commons.scxml2.<a href="./org/apache/commons/scxml2/SCInstance.html" title="class in org.apache.commons.scxml2">SCInstance</a></dt>
+<dt><span class="strong"><a href="./org/apache/commons/scxml2/semantics/Step.html#clearIntermediateState()">clearIntermediateState()</a></span> - Method in class org.apache.commons.scxml2.semantics.<a href="./org/apache/commons/scxml2/semantics/Step.html" title="class in org.apache.commons.scxml2.semantics">Step</a></dt>
+<dd>
+<div class="block">Ensure the intermediate state of this step is cleared before start processing the event and/or transitions</div>
+</dd>
+<dt><span class="strong"><a href="./org/apache/commons/scxml2/SCInstance.html#cloneDatamodel(org.apache.commons.scxml2.model.Datamodel,%20org.apache.commons.scxml2.Context,%20org.apache.commons.scxml2.Evaluator,%20org.apache.commons.scxml2.ErrorReporter)">cloneDatamodel(Datamodel, Context, Evaluator, ErrorReporter)</a></span> - Method in class org.apache.commons.scxml2.<a href="./org/apache/commons/scxml2/SCInstance.html" title="class in org.apache.commons.scxml2">SCInstance</a></dt>
 <dd>
 <div class="block">Clone data model.</div>
 </dd>
-<dt><span class="strong"><a href="./org/apache/commons/scxml2/env/groovy/GroovyExtendableScriptCache.html#compileScript(java.lang.String, java.lang.String, java.lang.String)">compileScript(String, String, String)</a></span> - Method in class org.apache.commons.scxml2.env.groovy.<a href="./org/apache/commons/scxml2/env/groovy/GroovyExtendableScriptCache.html" title="class in org.apache.commons.scxml2.env.groovy">GroovyExtendableScriptCache</a></dt>
+<dt><span class="strong"><a href="./org/apache/commons/scxml2/env/groovy/GroovyExtendableScriptCache.html#compileScript(java.lang.String,%20java.lang.String,%20java.lang.String)">compileScript(String, String, String)</a></span> - Method in class org.apache.commons.scxml2.env.groovy.<a href="./org/apache/commons/scxml2/env/groovy/GroovyExtendableScriptCache.html" title="class in org.apache.commons.scxml2.env.groovy">GroovyExtendableScriptCache</a></dt>
 <dd>&nbsp;</dd>
-<dt><span class="strong"><a href="./org/apache/commons/scxml2/semantics/SCXMLSemanticsImpl.html#computeEntrySet(org.apache.commons.scxml2.SCXMLExecutionContext, org.apache.commons.scxml2.semantics.Step)">computeEntrySet(SCXMLExecutionContext, Step)</a></span> - Method in class org.apache.commons.scxml2.semantics.<a href="./org/apache/commons/scxml2/semantics/SCXMLSemanticsImpl.html" title="class in org.apache.commons.scxml2.semantics">SCXMLSemanticsImpl</a></dt>
+<dt><span class="strong"><a href="./org/apache/commons/scxml2/semantics/SCXMLSemanticsImpl.html#computeEntrySet(org.apache.commons.scxml2.SCXMLExecutionContext,%20org.apache.commons.scxml2.semantics.Step)">computeEntrySet(SCXMLExecutionContext, Step)</a></span> - Method in class org.apache.commons.scxml2.semantics.<a href="./org/apache/commons/scxml2/semantics/SCXMLSemanticsImpl.html" title="class in org.apache.commons.scxml2.semantics">SCXMLSemanticsImpl</a></dt>
 <dd>
 <div class="block">Compute and store the set of states to enter for the current list of transitions in the provided step.</div>
 </dd>
-<dt><span class="strong"><a href="./org/apache/commons/scxml2/semantics/SCXMLSemanticsImpl.html#computeExitSet(org.apache.commons.scxml2.semantics.Step, java.util.Set)">computeExitSet(Step, Set&lt;EnterableState&gt;)</a></span> - Method in class org.apache.commons.scxml2.semantics.<a href="./org/apache/commons/scxml2/semantics/SCXMLSemanticsImpl.html" title="class in org.apache.commons.scxml2.semantics">SCXMLSemanticsImpl</a></dt>
+<dt><span class="strong"><a href="./org/apache/commons/scxml2/semantics/SCXMLSemanticsImpl.html#computeExitSet(org.apache.commons.scxml2.semantics.Step,%20org.apache.commons.scxml2.Status)">computeExitSet(Step, Status)</a></span> - Method in class org.apache.commons.scxml2.semantics.<a href="./org/apache/commons/scxml2/semantics/SCXMLSemanticsImpl.html" title="class in org.apache.commons.scxml2.semantics">SCXMLSemanticsImpl</a></dt>
 <dd>
 <div class="block">Compute and store the set of states to exit for the current list of transitions in the provided step.</div>
 </dd>
-<dt><span class="strong"><a href="./org/apache/commons/scxml2/semantics/SCXMLSemanticsImpl.html#computeExitSet(org.apache.commons.scxml2.model.SimpleTransition, java.util.Set, java.util.Set)">computeExitSet(SimpleTransition, Set&lt;EnterableState&gt;, Set&lt;EnterableState&gt;)</a></span> - Method in class org.apache.commons.scxml2.semantics.<a href="./org/apache/commons/scxml2/semantics/SCXMLSemanticsImpl.html" title="class in org.apache.commons.scxml2.semantics">SCXMLSemanticsImpl</a></dt>
+<dt><span class="strong"><a href="./org/apache/commons/scxml2/semantics/SCXMLSemanticsImpl.html#computeExitSet(org.apache.commons.scxml2.model.SimpleTransition,%20java.util.Set,%20java.util.Set)">computeExitSet(SimpleTransition, Set&lt;EnterableState&gt;, Set&lt;EnterableState&gt;)</a></span> - Method in class org.apache.commons.scxml2.semantics.<a href="./org/apache/commons/scxml2/semantics/SCXMLSemanticsImpl.html" title="class in org.apache.commons.scxml2.semantics">SCXMLSemanticsImpl</a></dt>
 <dd>
 <div class="block">Compute and store the set of states to exit for one specific transition in the provided step.</div>
 </dd>
-<dt><span class="strong"><a href="./org/apache/commons/scxml2/semantics/SCXMLSemanticsImpl.html#containsDescendant(java.util.Set, org.apache.commons.scxml2.model.EnterableState)">containsDescendant(Set&lt;EnterableState&gt;, EnterableState)</a></span> - Method in class org.apache.commons.scxml2.semantics.<a href="./org/apache/commons/scxml2/semantics/SCXMLSemanticsImpl.html" title="class in org.apache.commons.scxml2.semantics">SCXMLSemanticsImpl</a></dt>
+<dt><span class="strong"><a href="./org/apache/commons/scxml2/semantics/SCXMLSemanticsImpl.html#containsDescendant(java.util.Set,%20org.apache.commons.scxml2.model.EnterableState)">containsDescendant(Set&lt;EnterableState&gt;, EnterableState)</a></span> - Method in class org.apache.commons.scxml2.semantics.<a href="./org/apache/commons/scxml2/semantics/SCXMLSemanticsImpl.html" title="class in org.apache.commons.scxml2.semantics">SCXMLSemanticsImpl</a></dt>
 <dd>&nbsp;</dd>
 <dt><span class="strong"><a href="./org/apache/commons/scxml2/env/javascript/JSBindings.html#containsKey(java.lang.Object)">containsKey(Object)</a></span> - Method in class org.apache.commons.scxml2.env.javascript.<a href="./org/apache/commons/scxml2/env/javascript/JSBindings.html" title="class in org.apache.commons.scxml2.env.javascript">JSBindings</a></dt>
 <dd>
@@ -362,7 +366,7 @@
  the local name for the custom action and the corresponding
  <a href="./org/apache/commons/scxml2/model/Action.html" title="class in org.apache.commons.scxml2.model"><code>Action</code></a> class.</div>
 </dd>
-<dt><span class="strong"><a href="./org/apache/commons/scxml2/model/CustomAction.html#CustomAction(java.lang.String, java.lang.String, java.lang.Class)">CustomAction(String, String, Class&lt;? extends Action&gt;)</a></span> - Constructor for class org.apache.commons.scxml2.model.<a href="./org/apache/commons/scxml2/model/CustomAction.html" title="class in org.apache.commons.scxml2.model">CustomAction</a></dt>
+<dt><span class="strong"><a href="./org/apache/commons/scxml2/model/CustomAction.html#CustomAction(java.lang.String,%20java.lang.String,%20java.lang.Class)">CustomAction(String, String, Class&lt;? extends Action&gt;)</a></span> - Constructor for class org.apache.commons.scxml2.model.<a href="./org/apache/commons/scxml2/model/CustomAction.html" title="class in org.apache.commons.scxml2.model">CustomAction</a></dt>
 <dd>
 <div class="block">Constructor, if the namespace or local name is null or empty,
  or if the implementation is not an <a href="./org/apache/commons/scxml2/model/Action.html" title="class in org.apache.commons.scxml2.model"><code>Action</code></a>, an
@@ -374,17 +378,17 @@
 </a>
 <h2 class="title">D</h2>
 <dl>
-<dt><span class="strong"><a href="./org/apache/commons/scxml2/Builtin.html#data(java.util.Map, java.lang.Object, java.lang.String)">data(Map&lt;String, String&gt;, Object, String)</a></span> - Static method in class org.apache.commons.scxml2.<a href="./org/apache/commons/scxml2/Builtin.html" title="class in org.apache.commons.scxml2">Builtin</a></dt>
+<dt><span class="strong"><a href="./org/apache/commons/scxml2/Builtin.html#data(java.util.Map,%20java.lang.Object,%20java.lang.String)">data(Map&lt;String, String&gt;, Object, String)</a></span> - Static method in class org.apache.commons.scxml2.<a href="./org/apache/commons/scxml2/Builtin.html" title="class in org.apache.commons.scxml2">Builtin</a></dt>
 <dd>
 <div class="block">A variant of the Data() function for Commons SCXML documents,
  coerced to a Double, a Long or a String, whichever succeeds,
  in that order.</div>
 </dd>
-<dt><span class="strong"><a href="./org/apache/commons/scxml2/env/groovy/GroovySCXMLScript.html#Data(java.lang.Object, java.lang.String)">Data(Object, String)</a></span> - Method in class org.apache.commons.scxml2.env.groovy.<a href="./org/apache/commons/scxml2/env/groovy/GroovySCXMLScript.html" title="class in org.apache.commons.scxml2.env.groovy">GroovySCXMLScript</a></dt>
+<dt><span class="strong"><a href="./org/apache/commons/scxml2/env/groovy/GroovySCXMLScript.html#Data(java.lang.Object,%20java.lang.String)">Data(Object, String)</a></span> - Method in class org.apache.commons.scxml2.env.groovy.<a href="./org/apache/commons/scxml2/env/groovy/GroovySCXMLScript.html" title="class in org.apache.commons.scxml2.env.groovy">GroovySCXMLScript</a></dt>
 <dd>
 <div class="block">Implements the Data() predicate for SCXML documents ( see Builtin#data ).</div>
 </dd>
-<dt><span class="strong"><a href="./org/apache/commons/scxml2/env/jexl/JexlBuiltin.html#Data(java.lang.Object, java.lang.String)">Data(Object, String)</a></span> - Method in class org.apache.commons.scxml2.env.jexl.<a href="./org/apache/commons/scxml2/env/jexl/JexlBuiltin.html" title="class in org.apache.commons.scxml2.env.jexl">JexlBuiltin</a></dt>
+<dt><span class="strong"><a href="./org/apache/commons/scxml2/env/jexl/JexlBuiltin.html#Data(java.lang.Object,%20java.lang.String)">Data(Object, String)</a></span> - Method in class org.apache.commons.scxml2.env.jexl.<a href="./org/apache/commons/scxml2/env/jexl/JexlBuiltin.html" title="class in org.apache.commons.scxml2.env.jexl">JexlBuiltin</a></dt>
 <dd>
 <div class="block">Implements the Data() predicate for SCXML documents ( see Builtin#data ).</div>
 </dd>
@@ -406,7 +410,7 @@
 <dd>
 <div class="block">Constructor.</div>
 </dd>
-<dt><span class="strong"><a href="./org/apache/commons/scxml2/Builtin.html#dataNode(java.util.Map, java.lang.Object, java.lang.String)">dataNode(Map&lt;String, String&gt;, Object, String)</a></span> - Static method in class org.apache.commons.scxml2.<a href="./org/apache/commons/scxml2/Builtin.html" title="class in org.apache.commons.scxml2">Builtin</a></dt>
+<dt><span class="strong"><a href="./org/apache/commons/scxml2/Builtin.html#dataNode(java.util.Map,%20java.lang.Object,%20java.lang.String)">dataNode(Map&lt;String, String&gt;, Object, String)</a></span> - Static method in class org.apache.commons.scxml2.<a href="./org/apache/commons/scxml2/Builtin.html" title="class in org.apache.commons.scxml2">Builtin</a></dt>
 <dd>
 <div class="block">Implements the Data() function for Commons SCXML documents, that
  can be used to obtain a node from one of the XML data trees.</div>
@@ -501,10 +505,10 @@
 </dd>
 <dt><span class="strong"><a href="./org/apache/commons/scxml2/model/EnterableState.html#EnterableState()">EnterableState()</a></span> - Constructor for class org.apache.commons.scxml2.model.<a href="./org/apache/commons/scxml2/model/EnterableState.html" title="class in org.apache.commons.scxml2.model">EnterableState</a></dt>
 <dd>&nbsp;</dd>
-<dt><span class="strong"><a href="./org/apache/commons/scxml2/semantics/SCXMLSemanticsImpl.html#enterStates(org.apache.commons.scxml2.SCXMLExecutionContext, org.apache.commons.scxml2.semantics.Step, java.util.Set)">enterStates(SCXMLExecutionContext, Step, Set&lt;TransitionalState&gt;)</a></span> - Method in class org.apache.commons.scxml2.semantics.<a href="./org/apache/commons/scxml2/semantics/SCXMLSemanticsImpl.html" title="class in org.apache.commons.scxml2.semantics">SCXMLSemanticsImpl</a></dt>
+<dt><span class="strong"><a href="./org/apache/commons/scxml2/semantics/SCXMLSemanticsImpl.html#enterStates(org.apache.commons.scxml2.SCXMLExecutionContext,%20org.apache.commons.scxml2.semantics.Step,%20java.util.Set)">enterStates(SCXMLExecutionContext, Step, Set&lt;TransitionalState&gt;)</a></span> - Method in class org.apache.commons.scxml2.semantics.<a href="./org/apache/commons/scxml2/semantics/SCXMLSemanticsImpl.html" title="class in org.apache.commons.scxml2.semantics">SCXMLSemanticsImpl</a></dt>
 <dd>
 <div class="block">This method corresponds to the Algorithm for SCXML processing enterStates() procedure, where the states to enter
- already have been pre-computed in <a href="./org/apache/commons/scxml2/semantics/SCXMLSemanticsImpl.html#microStep(org.apache.commons.scxml2.SCXMLExecutionContext, org.apache.commons.scxml2.semantics.Step, java.util.Set)"><code>SCXMLSemanticsImpl.microStep(SCXMLExecutionContext, Step, java.util.Set)</code></a>.</div>
+ already have been pre-computed in <a href="./org/apache/commons/scxml2/semantics/SCXMLSemanticsImpl.html#microStep(org.apache.commons.scxml2.SCXMLExecutionContext,%20org.apache.commons.scxml2.semantics.Step,%20java.util.Set)"><code>SCXMLSemanticsImpl.microStep(SCXMLExecutionContext, Step, java.util.Set)</code></a>.</div>
 </dd>
 <dt><span class="strong"><a href="./org/apache/commons/scxml2/env/EffectiveContextMap.html#entrySet()">entrySet()</a></span> - Method in class org.apache.commons.scxml2.env.<a href="./org/apache/commons/scxml2/env/EffectiveContextMap.html" title="class in org.apache.commons.scxml2.env">EffectiveContextMap</a></dt>
 <dt><span class="strong"><a href="./org/apache/commons/scxml2/env/javascript/JSBindings.html#entrySet()">entrySet()</a></span> - Method in class org.apache.commons.scxml2.env.javascript.<a href="./org/apache/commons/scxml2/env/javascript/JSBindings.html" title="class in org.apache.commons.scxml2.env.javascript">JSBindings</a></dt>
@@ -563,67 +567,67 @@
  containing the definition of commonly occuring errors while executing
  SCXML documents.</div>
 </dd>
-<dt><span class="strong"><a href="./org/apache/commons/scxml2/env/groovy/GroovyEvaluator.html#eval(org.apache.commons.scxml2.Context, java.lang.String)">eval(Context, String)</a></span> - Method in class org.apache.commons.scxml2.env.groovy.<a href="./org/apache/commons/scxml2/env/groovy/GroovyEvaluator.html" title="class in org.apache.commons.scxml2.env.groovy">GroovyEvaluator</a></dt>
+<dt><span class="strong"><a href="./org/apache/commons/scxml2/env/groovy/GroovyEvaluator.html#eval(org.apache.commons.scxml2.Context,%20java.lang.String)">eval(Context, String)</a></span> - Method in class org.apache.commons.scxml2.env.groovy.<a href="./org/apache/commons/scxml2/env/groovy/GroovyEvaluator.html" title="class in org.apache.commons.scxml2.env.groovy">GroovyEvaluator</a></dt>
 <dd>
 <div class="block">Evaluate an expression.</div>
 </dd>
-<dt><span class="strong"><a href="./org/apache/commons/scxml2/env/javascript/JSEvaluator.html#eval(org.apache.commons.scxml2.Context, java.lang.String)">eval(Context, String)</a></span> - Method in class org.apache.commons.scxml2.env.javascript.<a href="./org/apache/commons/scxml2/env/javascript/JSEvaluator.html" title="class in org.apache.commons.scxml2.env.javascript">JSEvaluator</a></dt>
+<dt><span class="strong"><a href="./org/apache/commons/scxml2/env/javascript/JSEvaluator.html#eval(org.apache.commons.scxml2.Context,%20java.lang.String)">eval(Context, String)</a></span> - Method in class org.apache.commons.scxml2.env.javascript.<a href="./org/apache/commons/scxml2/env/javascript/JSEvaluator.html" title="class in org.apache.commons.scxml2.env.javascript">JSEvaluator</a></dt>
 <dd>
 <div class="block">Evaluates the expression using a new Javascript engine obtained from
  factory instantiated in the constructor.</div>
 </dd>
-<dt><span class="strong"><a href="./org/apache/commons/scxml2/env/jexl/JexlEvaluator.html#eval(org.apache.commons.scxml2.Context, java.lang.String)">eval(Context, String)</a></span> - Method in class org.apache.commons.scxml2.env.jexl.<a href="./org/apache/commons/scxml2/env/jexl/JexlEvaluator.html" title="class in org.apache.commons.scxml2.env.jexl">JexlEvaluator</a></dt>
+<dt><span class="strong"><a href="./org/apache/commons/scxml2/env/jexl/JexlEvaluator.html#eval(org.apache.commons.scxml2.Context,%20java.lang.String)">eval(Context, String)</a></span> - Method in class org.apache.commons.scxml2.env.jexl.<a href="./org/apache/commons/scxml2/env/jexl/JexlEvaluator.html" title="class in org.apache.commons.scxml2.env.jexl">JexlEvaluator</a></dt>
 <dd>
 <div class="block">Evaluate an expression.</div>
 </dd>
-<dt><span class="strong"><a href="./org/apache/commons/scxml2/env/xpath/XPathEvaluator.html#eval(org.apache.commons.scxml2.Context, java.lang.String)">eval(Context, String)</a></span> - Method in class org.apache.commons.scxml2.env.xpath.<a href="./org/apache/commons/scxml2/env/xpath/XPathEvaluator.html" title="class in org.apache.commons.scxml2.env.xpath">XPathEvaluator</a></dt>
+<dt><span class="strong"><a href="./org/apache/commons/scxml2/env/xpath/XPathEvaluator.html#eval(org.apache.commons.scxml2.Context,%20java.lang.String)">eval(Context, String)</a></span> - Method in class org.apache.commons.scxml2.env.xpath.<a href="./org/apache/commons/scxml2/env/xpath/XPathEvaluator.html" title="class in org.apache.commons.scxml2.env.xpath">XPathEvaluator</a></dt>
 <dd>&nbsp;</dd>
-<dt><span class="strong"><a href="./org/apache/commons/scxml2/Evaluator.html#eval(org.apache.commons.scxml2.Context, java.lang.String)">eval(Context, String)</a></span> - Method in interface org.apache.commons.scxml2.<a href="./org/apache/commons/scxml2/Evaluator.html" title="interface in org.apache.commons.scxml2">Evaluator</a></dt>
+<dt><span class="strong"><a href="./org/apache/commons/scxml2/Evaluator.html#eval(org.apache.commons.scxml2.Context,%20java.lang.String)">eval(Context, String)</a></span> - Method in interface org.apache.commons.scxml2.<a href="./org/apache/commons/scxml2/Evaluator.html" title="interface in org.apache.commons.scxml2">Evaluator</a></dt>
 <dd>
 <div class="block">Evaluate an expression.</div>
 </dd>
-<dt><span class="strong"><a href="./org/apache/commons/scxml2/env/groovy/GroovyEvaluator.html#evalCond(org.apache.commons.scxml2.Context, java.lang.String)">evalCond(Context, String)</a></span> - Method in class org.apache.commons.scxml2.env.groovy.<a href="./org/apache/commons/scxml2/env/groovy/GroovyEvaluator.html" title="class in org.apache.commons.scxml2.env.groovy">GroovyEvaluator</a></dt>
+<dt><span class="strong"><a href="./org/apache/commons/scxml2/env/groovy/GroovyEvaluator.html#evalCond(org.apache.commons.scxml2.Context,%20java.lang.String)">evalCond(Context, String)</a></span> - Method in class org.apache.commons.scxml2.env.groovy.<a href="./org/apache/commons/scxml2/env/groovy/GroovyEvaluator.html" title="class in org.apache.commons.scxml2.env.groovy">GroovyEvaluator</a></dt>
 <dd>&nbsp;</dd>
-<dt><span class="strong"><a href="./org/apache/commons/scxml2/env/javascript/JSEvaluator.html#evalCond(org.apache.commons.scxml2.Context, java.lang.String)">evalCond(Context, String)</a></span> - Method in class org.apache.commons.scxml2.env.javascript.<a href="./org/apache/commons/scxml2/env/javascript/JSEvaluator.html" title="class in org.apache.commons.scxml2.env.javascript">JSEvaluator</a></dt>
+<dt><span class="strong"><a href="./org/apache/commons/scxml2/env/javascript/JSEvaluator.html#evalCond(org.apache.commons.scxml2.Context,%20java.lang.String)">evalCond(Context, String)</a></span> - Method in class org.apache.commons.scxml2.env.javascript.<a href="./org/apache/commons/scxml2/env/javascript/JSEvaluator.html" title="class in org.apache.commons.scxml2.env.javascript">JSEvaluator</a></dt>
 <dd>
 <div class="block">Evaluates a conditional expression using the <code>eval()</code> method and
  casting the result to a Boolean.</div>
 </dd>
-<dt><span class="strong"><a href="./org/apache/commons/scxml2/env/jexl/JexlEvaluator.html#evalCond(org.apache.commons.scxml2.Context, java.lang.String)">evalCond(Context, String)</a></span> - Method in class org.apache.commons.scxml2.env.jexl.<a href="./org/apache/commons/scxml2/env/jexl/JexlEvaluator.html" title="class in org.apache.commons.scxml2.env.jexl">JexlEvaluator</a></dt>
+<dt><span class="strong"><a href="./org/apache/commons/scxml2/env/jexl/JexlEvaluator.html#evalCond(org.apache.commons.scxml2.Context,%20java.lang.String)">evalCond(Context, String)</a></span> - Method in class org.apache.commons.scxml2.env.jexl.<a href="./org/apache/commons/scxml2/env/jexl/JexlEvaluator.html" title="class in org.apache.commons.scxml2.env.jexl">JexlEvaluator</a></dt>
 <dd>&nbsp;</dd>
-<dt><span class="strong"><a href="./org/apache/commons/scxml2/env/xpath/XPathEvaluator.html#evalCond(org.apache.commons.scxml2.Context, java.lang.String)">evalCond(Context, String)</a></span> - Method in class org.apache.commons.scxml2.env.xpath.<a href="./org/apache/commons/scxml2/env/xpath/XPathEvaluator.html" title="class in org.apache.commons.scxml2.env.xpath">XPathEvaluator</a></dt>
+<dt><span class="strong"><a href="./org/apache/commons/scxml2/env/xpath/XPathEvaluator.html#evalCond(org.apache.commons.scxml2.Context,%20java.lang.String)">evalCond(Context, String)</a></span> - Method in class org.apache.commons.scxml2.env.xpath.<a href="./org/apache/commons/scxml2/env/xpath/XPathEvaluator.html" title="class in org.apache.commons.scxml2.env.xpath">XPathEvaluator</a></dt>
 <dd>&nbsp;</dd>
-<dt><span class="strong"><a href="./org/apache/commons/scxml2/Evaluator.html#evalCond(org.apache.commons.scxml2.Context, java.lang.String)">evalCond(Context, String)</a></span> - Method in interface org.apache.commons.scxml2.<a href="./org/apache/commons/scxml2/Evaluator.html" title="interface in org.apache.commons.scxml2">Evaluator</a></dt>
+<dt><span class="strong"><a href="./org/apache/commons/scxml2/Evaluator.html#evalCond(org.apache.commons.scxml2.Context,%20java.lang.String)">evalCond(Context, String)</a></span> - Method in interface org.apache.commons.scxml2.<a href="./org/apache/commons/scxml2/Evaluator.html" title="interface in org.apache.commons.scxml2">Evaluator</a></dt>
 <dd>
 <div class="block">Evaluate a condition.</div>
 </dd>
-<dt><span class="strong"><a href="./org/apache/commons/scxml2/env/groovy/GroovyEvaluator.html#evalLocation(org.apache.commons.scxml2.Context, java.lang.String)">evalLocation(Context, String)</a></span> - Method in class org.apache.commons.scxml2.env.groovy.<a href="./org/apache/commons/scxml2/env/groovy/GroovyEvaluator.html" title="class in org.apache.commons.scxml2.env.groovy">GroovyEvaluator</a></dt>
+<dt><span class="strong"><a href="./org/apache/commons/scxml2/env/groovy/GroovyEvaluator.html#evalLocation(org.apache.commons.scxml2.Context,%20java.lang.String)">evalLocation(Context, String)</a></span> - Method in class org.apache.commons.scxml2.env.groovy.<a href="./org/apache/commons/scxml2/env/groovy/GroovyEvaluator.html" title="class in org.apache.commons.scxml2.env.groovy">GroovyEvaluator</a></dt>
 <dd>&nbsp;</dd>
-<dt><span class="strong"><a href="./org/apache/commons/scxml2/env/javascript/JSEvaluator.html#evalLocation(org.apache.commons.scxml2.Context, java.lang.String)">evalLocation(Context, String)</a></span> - Method in class org.apache.commons.scxml2.env.javascript.<a href="./org/apache/commons/scxml2/env/javascript/JSEvaluator.html" title="class in org.apache.commons.scxml2.env.javascript">JSEvaluator</a></dt>
+<dt><span class="strong"><a href="./org/apache/commons/scxml2/env/javascript/JSEvaluator.html#evalLocation(org.apache.commons.scxml2.Context,%20java.lang.String)">evalLocation(Context, String)</a></span> - Method in class org.apache.commons.scxml2.env.javascript.<a href="./org/apache/commons/scxml2/env/javascript/JSEvaluator.html" title="class in org.apache.commons.scxml2.env.javascript">JSEvaluator</a></dt>
 <dd>
 <div class="block">Evaluates a location expression using a new Javascript engine obtained from
  factory instantiated in the constructor.</div>
 </dd>
-<dt><span class="strong"><a href="./org/apache/commons/scxml2/env/jexl/JexlEvaluator.html#evalLocation(org.apache.commons.scxml2.Context, java.lang.String)">evalLocation(Context, String)</a></span> - Method in class org.apache.commons.scxml2.env.jexl.<a href="./org/apache/commons/scxml2/env/jexl/JexlEvaluator.html" title="class in org.apache.commons.scxml2.env.jexl">JexlEvaluator</a></dt>
+<dt><span class="strong"><a href="./org/apache/commons/scxml2/env/jexl/JexlEvaluator.html#evalLocation(org.apache.commons.scxml2.Context,%20java.lang.String)">evalLocation(Context, String)</a></span> - Method in class org.apache.commons.scxml2.env.jexl.<a href="./org/apache/commons/scxml2/env/jexl/JexlEvaluator.html" title="class in org.apache.commons.scxml2.env.jexl">JexlEvaluator</a></dt>
 <dd>&nbsp;</dd>
-<dt><span class="strong"><a href="./org/apache/commons/scxml2/env/xpath/XPathEvaluator.html#evalLocation(org.apache.commons.scxml2.Context, java.lang.String)">evalLocation(Context, String)</a></span> - Method in class org.apache.commons.scxml2.env.xpath.<a href="./org/apache/commons/scxml2/env/xpath/XPathEvaluator.html" title="class in org.apache.commons.scxml2.env.xpath">XPathEvaluator</a></dt>
+<dt><span class="strong"><a href="./org/apache/commons/scxml2/env/xpath/XPathEvaluator.html#evalLocation(org.apache.commons.scxml2.Context,%20java.lang.String)">evalLocation(Context, String)</a></span> - Method in class org.apache.commons.scxml2.env.xpath.<a href="./org/apache/commons/scxml2/env/xpath/XPathEvaluator.html" title="class in org.apache.commons.scxml2.env.xpath">XPathEvaluator</a></dt>
 <dd>&nbsp;</dd>
-<dt><span class="strong"><a href="./org/apache/commons/scxml2/Evaluator.html#evalLocation(org.apache.commons.scxml2.Context, java.lang.String)">evalLocation(Context, String)</a></span> - Method in interface org.apache.commons.scxml2.<a href="./org/apache/commons/scxml2/Evaluator.html" title="interface in org.apache.commons.scxml2">Evaluator</a></dt>
+<dt><span class="strong"><a href="./org/apache/commons/scxml2/Evaluator.html#evalLocation(org.apache.commons.scxml2.Context,%20java.lang.String)">evalLocation(Context, String)</a></span> - Method in interface org.apache.commons.scxml2.<a href="./org/apache/commons/scxml2/Evaluator.html" title="interface in org.apache.commons.scxml2">Evaluator</a></dt>
 <dd>
 <div class="block">Evaluate a location that returns a Node within an XML data tree.</div>
 </dd>
-<dt><span class="strong"><a href="./org/apache/commons/scxml2/env/groovy/GroovyEvaluator.html#evalScript(org.apache.commons.scxml2.Context, java.lang.String)">evalScript(Context, String)</a></span> - Method in class org.apache.commons.scxml2.env.groovy.<a href="./org/apache/commons/scxml2/env/groovy/GroovyEvaluator.html" title="class in org.apache.commons.scxml2.env.groovy">GroovyEvaluator</a></dt>
+<dt><span class="strong"><a href="./org/apache/commons/scxml2/env/groovy/GroovyEvaluator.html#evalScript(org.apache.commons.scxml2.Context,%20java.lang.String)">evalScript(Context, String)</a></span> - Method in class org.apache.commons.scxml2.env.groovy.<a href="./org/apache/commons/scxml2/env/groovy/GroovyEvaluator.html" title="class in org.apache.commons.scxml2.env.groovy">GroovyEvaluator</a></dt>
 <dd>&nbsp;</dd>
-<dt><span class="strong"><a href="./org/apache/commons/scxml2/env/javascript/JSEvaluator.html#evalScript(org.apache.commons.scxml2.Context, java.lang.String)">evalScript(Context, String)</a></span> - Method in class org.apache.commons.scxml2.env.javascript.<a href="./org/apache/commons/scxml2/env/javascript/JSEvaluator.html" title="class in org.apache.commons.scxml2.env.javascript">JSEvaluator</a></dt>
+<dt><span class="strong"><a href="./org/apache/commons/scxml2/env/javascript/JSEvaluator.html#evalScript(org.apache.commons.scxml2.Context,%20java.lang.String)">evalScript(Context, String)</a></span> - Method in class org.apache.commons.scxml2.env.javascript.<a href="./org/apache/commons/scxml2/env/javascript/JSEvaluator.html" title="class in org.apache.commons.scxml2.env.javascript">JSEvaluator</a></dt>
 <dd>
 <div class="block">Executes the script using a new Javascript engine obtained from
  factory instantiated in the constructor.</div>
 </dd>
-<dt><span class="strong"><a href="./org/apache/commons/scxml2/env/jexl/JexlEvaluator.html#evalScript(org.apache.commons.scxml2.Context, java.lang.String)">evalScript(Context, String)</a></span> - Method in class org.apache.commons.scxml2.env.jexl.<a href="./org/apache/commons/scxml2/env/jexl/JexlEvaluator.html" title="class in org.apache.commons.scxml2.env.jexl">JexlEvaluator</a></dt>
+<dt><span class="strong"><a href="./org/apache/commons/scxml2/env/jexl/JexlEvaluator.html#evalScript(org.apache.commons.scxml2.Context,%20java.lang.String)">evalScript(Context, String)</a></span> - Method in class org.apache.commons.scxml2.env.jexl.<a href="./org/apache/commons/scxml2/env/jexl/JexlEvaluator.html" title="class in org.apache.commons.scxml2.env.jexl">JexlEvaluator</a></dt>
 <dd>&nbsp;</dd>
-<dt><span class="strong"><a href="./org/apache/commons/scxml2/env/xpath/XPathEvaluator.html#evalScript(org.apache.commons.scxml2.Context, java.lang.String)">evalScript(Context, String)</a></span> - Method in class org.apache.commons.scxml2.env.xpath.<a href="./org/apache/commons/scxml2/env/xpath/XPathEvaluator.html" title="class in org.apache.commons.scxml2.env.xpath">XPathEvaluator</a></dt>
+<dt><span class="strong"><a href="./org/apache/commons/scxml2/env/xpath/XPathEvaluator.html#evalScript(org.apache.commons.scxml2.Context,%20java.lang.String)">evalScript(Context, String)</a></span> - Method in class org.apache.commons.scxml2.env.xpath.<a href="./org/apache/commons/scxml2/env/xpath/XPathEvaluator.html" title="class in org.apache.commons.scxml2.env.xpath">XPathEvaluator</a></dt>
 <dd>&nbsp;</dd>
-<dt><span class="strong"><a href="./org/apache/commons/scxml2/Evaluator.html#evalScript(org.apache.commons.scxml2.Context, java.lang.String)">evalScript(Context, String)</a></span> - Method in interface org.apache.commons.scxml2.<a href="./org/apache/commons/scxml2/Evaluator.html" title="interface in org.apache.commons.scxml2">Evaluator</a></dt>
+<dt><span class="strong"><a href="./org/apache/commons/scxml2/Evaluator.html#evalScript(org.apache.commons.scxml2.Context,%20java.lang.String)">evalScript(Context, String)</a></span> - Method in interface org.apache.commons.scxml2.<a href="./org/apache/commons/scxml2/Evaluator.html" title="interface in org.apache.commons.scxml2">Evaluator</a></dt>
 <dd>
 <div class="block">Evaluate a script.</div>
 </dd>
@@ -649,7 +653,7 @@
 <dd>
 <div class="block">Event system variable holding a structure containing the current event's name and any data contained in the event</div>
 </dd>
-<dt><span class="strong"><a href="./org/apache/commons/scxml2/system/EventVariable.html#EventVariable(java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.Object)">EventVariable(String, String, String, String, String, String, Object)</a></span> - Constructor for class org.apache.commons.scxml2.system.<a href="./org/apache/commons/scxml2/system/EventVariable.html" title="class in org.apache.commons.scxml2.system">EventVariable</a></dt>
+<dt><span class="strong"><a href="./org/apache/commons/scxml2/system/EventVariable.html#EventVariable(java.lang.String,%20java.lang.String,%20java.lang.String,%20java.lang.String,%20java.lang.String,%20java.lang.String,%20java.lang.Object)">EventVariable(String, String, String, String, String, String, Object)</a></span> - Constructor for class org.apache.commons.scxml2.system.<a href="./org/apache/commons/scxml2/system/EventVariable.html" title="class in org.apache.commons.scxml2.system">EventVariable</a></dt>
 <dd>&nbsp;</dd>
 <dt><a href="./org/apache/commons/scxml2/model/Executable.html" title="class in org.apache.commons.scxml2.model"><span class="strong">Executable</span></a> - Class in <a href="./org/apache/commons/scxml2/model/package-summary.html">org.apache.commons.scxml2.model</a></dt>
 <dd>
@@ -704,13 +708,13 @@
 <dd>
 <div class="block">Execute this action instance.</div>
 </dd>
-<dt><span class="strong"><a href="./org/apache/commons/scxml2/test/StandaloneUtils.html#execute(java.lang.String, org.apache.commons.scxml2.Evaluator)">execute(String, Evaluator)</a></span> - Static method in class org.apache.commons.scxml2.test.<a href="./org/apache/commons/scxml2/test/StandaloneUtils.html" title="class in org.apache.commons.scxml2.test">StandaloneUtils</a></dt>
+<dt><span class="strong"><a href="./org/apache/commons/scxml2/test/StandaloneUtils.html#execute(java.lang.String,%20org.apache.commons.scxml2.Evaluator)">execute(String, Evaluator)</a></span> - Static method in class org.apache.commons.scxml2.test.<a href="./org/apache/commons/scxml2/test/StandaloneUtils.html" title="class in org.apache.commons.scxml2.test">StandaloneUtils</a></dt>
 <dd>
 <div class="block">Command line utility method for executing the state machine defined
  using the SCXML document described by the specified URI and using
  the specified expression evaluator.</div>
 </dd>
-<dt><span class="strong"><a href="./org/apache/commons/scxml2/semantics/SCXMLSemanticsImpl.html#executeContent(org.apache.commons.scxml2.SCXMLExecutionContext, org.apache.commons.scxml2.model.Executable)">executeContent(SCXMLExecutionContext, Executable)</a></span> - Method in class org.apache.commons.scxml2.semantics.<a href="./org/apache/commons/scxml2/semantics/SCXMLSemanticsImpl.html" title="class in org.apache.commons.scxml2.semantics">SCXMLSemanticsImpl</a></dt>
+<dt><span class="strong"><a href="./org/apache/commons/scxml2/semantics/SCXMLSemanticsImpl.html#executeContent(org.apache.commons.scxml2.SCXMLExecutionContext,%20org.apache.commons.scxml2.model.Executable)">executeContent(SCXMLExecutionContext, Executable)</a></span> - Method in class org.apache.commons.scxml2.semantics.<a href="./org/apache/commons/scxml2/semantics/SCXMLSemanticsImpl.html" title="class in org.apache.commons.scxml2.semantics">SCXMLSemanticsImpl</a></dt>
 <dd>
 <div class="block">Executes the executable content for a specific executable in the micro step</div>
 </dd>
@@ -718,14 +722,14 @@
 <dd>
 <div class="block">Executes the global SCXML script element</div>
 </dd>
-<dt><span class="strong"><a href="./org/apache/commons/scxml2/semantics/SCXMLSemanticsImpl.html#executeTransitionContent(org.apache.commons.scxml2.SCXMLExecutionContext, org.apache.commons.scxml2.semantics.Step)">executeTransitionContent(SCXMLExecutionContext, Step)</a></span> - Method in class org.apache.commons.scxml2.semantics.<a href="./org/apache/commons/scxml2/semantics/SCXMLSemanticsImpl.html" title="class in org.apache.commons.scxml2.semantics">SCXMLSemanticsImpl</a></dt>
+<dt><span class="strong"><a href="./org/apache/commons/scxml2/semantics/SCXMLSemanticsImpl.html#executeTransitionContent(org.apache.commons.scxml2.SCXMLExecutionContext,%20org.apache.commons.scxml2.semantics.Step)">executeTransitionContent(SCXMLExecutionContext, Step)</a></span> - Method in class org.apache.commons.scxml2.semantics.<a href="./org/apache/commons/scxml2/semantics/SCXMLSemanticsImpl.html" title="class in org.apache.commons.scxml2.semantics">SCXMLSemanticsImpl</a></dt>
 <dd>
 <div class="block">Executes the executable content for all transitions in the micro step</div>
 </dd>
-<dt><span class="strong"><a href="./org/apache/commons/scxml2/semantics/SCXMLSemanticsImpl.html#exitStates(org.apache.commons.scxml2.SCXMLExecutionContext, org.apache.commons.scxml2.semantics.Step, java.util.Set)">exitStates(SCXMLExecutionContext, Step, Set&lt;TransitionalState&gt;)</a></span> - Method in class org.apache.commons.scxml2.semantics.<a href="./org/apache/commons/scxml2/semantics/SCXMLSemanticsImpl.html" title="class in org.apache.commons.scxml2.semantics">SCXMLSemanticsImpl</a></dt>
+<dt><span class="strong"><a href="./org/apache/commons/scxml2/semantics/SCXMLSemanticsImpl.html#exitStates(org.apache.commons.scxml2.SCXMLExecutionContext,%20org.apache.commons.scxml2.semantics.Step,%20java.util.Set)">exitStates(SCXMLExecutionContext, Step, Set&lt;TransitionalState&gt;)</a></span> - Method in class org.apache.commons.scxml2.semantics.<a href="./org/apache/commons/scxml2/semantics/SCXMLSemanticsImpl.html" title="class in org.apache.commons.scxml2.semantics">SCXMLSemanticsImpl</a></dt>
 <dd>
 <div class="block">This method corresponds to the Algorithm for SCXML processing exitStates() procedure, where the states to exit
- already have been pre-computed in <a href="./org/apache/commons/scxml2/semantics/SCXMLSemanticsImpl.html#microStep(org.apache.commons.scxml2.SCXMLExecutionContext, org.apache.commons.scxml2.semantics.Step, java.util.Set)"><code>SCXMLSemanticsImpl.microStep(SCXMLExecutionContext, Step, java.util.Set)</code></a>.</div>
+ already have been pre-computed in <a href="./org/apache/commons/scxml2/semantics/SCXMLSemanticsImpl.html#microStep(org.apache.commons.scxml2.SCXMLExecutionContext,%20org.apache.commons.scxml2.semantics.Step,%20java.util.Set)"><code>SCXMLSemanticsImpl.microStep(SCXMLExecutionContext, Step, java.util.Set)</code></a>.</div>
 </dd>
 <dt><span class="strong"><a href="./org/apache/commons/scxml2/semantics/ErrorConstants.html#EXPRESSION_ERROR">EXPRESSION_ERROR</a></span> - Static variable in class org.apache.commons.scxml2.semantics.<a href="./org/apache/commons/scxml2/semantics/ErrorConstants.html" title="class in org.apache.commons.scxml2.semantics">ErrorConstants</a></dt>
 <dd>
@@ -778,17 +782,17 @@
 <dd>
 <div class="block">Fire an event on the SCXML engine.</div>
 </dd>
-<dt><span class="strong"><a href="./org/apache/commons/scxml2/NotificationRegistry.html#fireOnEntry(org.apache.commons.scxml2.model.Observable, org.apache.commons.scxml2.model.EnterableState)">fireOnEntry(Observable, EnterableState)</a></span> - Method in class org.apache.commons.scxml2.<a href="./org/apache/commons/scxml2/NotificationRegistry.html" title="class in org.apache.commons.scxml2">NotificationRegistry</a></dt>
+<dt><span class="strong"><a href="./org/apache/commons/scxml2/NotificationRegistry.html#fireOnEntry(org.apache.commons.scxml2.model.Observable,%20org.apache.commons.scxml2.model.EnterableState)">fireOnEntry(Observable, EnterableState)</a></span> - Method in class org.apache.commons.scxml2.<a href="./org/apache/commons/scxml2/NotificationRegistry.html" title="class in org.apache.commons.scxml2">NotificationRegistry</a></dt>
 <dd>
 <div class="block">Inform all relevant listeners that a EnterableState has been
  entered.</div>
 </dd>
-<dt><span class="strong"><a href="./org/apache/commons/scxml2/NotificationRegistry.html#fireOnExit(org.apache.commons.scxml2.model.Observable, org.apache.commons.scxml2.model.EnterableState)">fireOnExit(Observable, EnterableState)</a></span> - Method in class org.apache.commons.scxml2.<a href="./org/apache/commons/scxml2/NotificationRegistry.html" title="class in org.apache.commons.scxml2">NotificationRegistry</a></dt>
+<dt><span class="strong"><a href="./org/apache/commons/scxml2/NotificationRegistry.html#fireOnExit(org.apache.commons.scxml2.model.Observable,%20org.apache.commons.scxml2.model.EnterableState)">fireOnExit(Observable, EnterableState)</a></span> - Method in class org.apache.commons.scxml2.<a href="./org/apache/commons/scxml2/NotificationRegistry.html" title="class in org.apache.commons.scxml2">NotificationRegistry</a></dt>
 <dd>
 <div class="block">Inform all relevant listeners that a EnterableState has been
  exited.</div>
 </dd>
-<dt><span class="strong"><a href="./org/apache/commons/scxml2/NotificationRegistry.html#fireOnTransition(org.apache.commons.scxml2.model.Observable, org.apache.commons.scxml2.model.TransitionTarget, org.apache.commons.scxml2.model.TransitionTarget, org.apache.commons.scxml2.model.Transition, java.lang.String)">fireOnTransition(Observable, TransitionTarget, TransitionTarget, Transition, String)</a></span> - Method in class org.apache.commons.scxml2.<a href="./org/apache/commons/scxml2/NotificationRegistry.html" title="class in org.apache.commons.scxml2">NotificationRegistry</a></dt>
+<dt><span class="strong"><a href="./org/apache/commons/scxml2/NotificationRegistry.html#fireOnTransition(org.apache.commons.scxml2.model.Observable,%20org.apache.commons.scxml2.model.TransitionTarget,%20org.apache.commons.scxml2.model.TransitionTarget,%20org.apache.commons.scxml2.model.Transition,%20java.lang.String)">fireOnTransition(Observable, TransitionTarget, TransitionTarget, Transition, String)</a></span> - Method in class org.apache.commons.scxml2.<a href="./org/apache/commons/scxml2/NotificationRegistry.html" title="class in org.apache.commons.scxml2">NotificationRegistry</a></dt>
 <dd>
 <div class="block">Inform all relevant listeners of a transition that has occured.</div>
 </dd>
@@ -821,7 +825,7 @@
 <div class="block">The keys used by the <a href="./org/apache/commons/scxml2/env/xpath/FunctionResolver.html" title="class in org.apache.commons.scxml2.env.xpath"><code>FunctionResolver</code></a> to store XPath function
  definitions.</div>
 </dd>
-<dt><span class="strong"><a href="./org/apache/commons/scxml2/env/xpath/FunctionResolver.FunctionKey.html#FunctionResolver.FunctionKey(javax.xml.namespace.QName, int)">FunctionResolver.FunctionKey(QName, int)</a></span> - Constructor for class org.apache.commons.scxml2.env.xpath.<a href="./org/apache/commons/scxml2/env/xpath/FunctionResolver.FunctionKey.html" title="class in org.apache.commons.scxml2.env.xpath">FunctionResolver.FunctionKey</a></dt>
+<dt><span class="strong"><a href="./org/apache/commons/scxml2/env/xpath/FunctionResolver.FunctionKey.html#FunctionResolver.FunctionKey(javax.xml.namespace.QName,%20int)">FunctionResolver.FunctionKey(QName, int)</a></span> - Constructor for class org.apache.commons.scxml2.env.xpath.<a href="./org/apache/commons/scxml2/env/xpath/FunctionResolver.FunctionKey.html" title="class in org.apache.commons.scxml2.env.xpath">FunctionResolver.FunctionKey</a></dt>
 <dd>
 <div class="block">Constructor.</div>
 </dd>
@@ -835,7 +839,7 @@
 <dd>
 <div class="block">Reserved prefix for auto generated TransitionTarget id values</div>
 </dd>
-<dt><span class="strong"><a href="./org/apache/commons/scxml2/env/groovy/GroovyExtendableScriptCache.html#generatedScriptName(java.lang.String, int)">generatedScriptName(String, int)</a></span> - Method in class org.apache.commons.scxml2.env.groovy.<a href="./org/apache/commons/scxml2/env/groovy/GroovyExtendableScriptCache.html" title="class in org.apache.commons.scxml2.env.groovy">GroovyExtendableScriptCache</a></dt>
+<dt><span class="strong"><a href="./org/apache/commons/scxml2/env/groovy/GroovyExtendableScriptCache.html#generatedScriptName(java.lang.String,%20int)">generatedScriptName(String, int)</a></span> - Method in class org.apache.commons.scxml2.env.groovy.<a href="./org/apache/commons/scxml2/env/groovy/GroovyExtendableScriptCache.html" title="class in org.apache.commons.scxml2.env.groovy">GroovyExtendableScriptCache</a></dt>
 <dd>&nbsp;</dd>
 <dt><span class="strong"><a href="./org/apache/commons/scxml2/model/SCXML.html#generateTransitionTargetId()">generateTransitionTargetId()</a></span> - Method in class org.apache.commons.scxml2.model.<a href="./org/apache/commons/scxml2/model/SCXML.html" title="class in org.apache.commons.scxml2.model">SCXML</a></dt>
 <dd>
@@ -971,7 +975,7 @@
 </dd>
 <dt><span class="strong"><a href="./org/apache/commons/scxml2/semantics/Step.html#getDefaultEntrySet()">getDefaultEntrySet()</a></span> - Method in class org.apache.commons.scxml2.semantics.<a href="./org/apache/commons/scxml2/semantics/Step.html" title="class in org.apache.commons.scxml2.semantics">Step</a></dt>
 <dd>&nbsp;</dd>
-<dt><span class="strong"><a href="./org/apache/commons/scxml2/semantics/Step.html#getDefaultHistoryTransitionEntryMap()">getDefaultHistoryTransitionEntryMap()</a></span> - Method in class org.apache.commons.scxml2.semantics.<a href="./org/apache/commons/scxml2/semantics/Step.html" title="class in org.apache.commons.scxml2.semantics">Step</a></dt>
+<dt><span class="strong"><a href="./org/apache/commons/scxml2/semantics/Step.html#getDefaultHistoryTransitions()">getDefaultHistoryTransitions()</a></span> - Method in class org.apache.commons.scxml2.semantics.<a href="./org/apache/commons/scxml2/semantics/Step.html" title="class in org.apache.commons.scxml2.semantics">Step</a></dt>
 <dd>&nbsp;</dd>
 <dt><span class="strong"><a href="./org/apache/commons/scxml2/model/Send.html#getDelay()">getDelay()</a></span> - Method in class org.apache.commons.scxml2.model.<a href="./org/apache/commons/scxml2/model/Send.html" title="class in org.apache.commons.scxml2.model">Send</a></dt>
 <dd>
@@ -1234,6 +1238,8 @@
 <dd>
 <div class="block">Get the namespace URI for this custom action.</div>
 </dd>
+<dt><span class="strong"><a href="./org/apache/commons/scxml2/semantics/Step.html#getNewHistoryConfigurations()">getNewHistoryConfigurations()</a></span> - Method in class org.apache.commons.scxml2.semantics.<a href="./org/apache/commons/scxml2/semantics/Step.html" title="class in org.apache.commons.scxml2.semantics">Step</a></dt>
+<dd>&nbsp;</dd>
 <dt><span class="strong"><a href="./org/apache/commons/scxml2/model/SimpleTransition.html#getNext()">getNext()</a></span> - Method in class org.apache.commons.scxml2.model.<a href="./org/apache/commons/scxml2/model/SimpleTransition.html" title="class in org.apache.commons.scxml2.model">SimpleTransition</a></dt>
 <dd>
 <div class="block">Get the ID of the transition target (may be null, if, for example,
@@ -1371,11 +1377,11 @@
 <dd>
 <div class="block">Get the state chart instance for this executor.</div>
 </dd>
-<dt><span class="strong"><a href="./org/apache/commons/scxml2/env/groovy/GroovyEvaluator.html#getScript(org.apache.commons.scxml2.env.groovy.GroovyContext, java.lang.String, java.lang.String)">getScript(GroovyContext, String, String)</a></span> - Method in class org.apache.commons.scxml2.env.groovy.<a href="./org/apache/commons/scxml2/env/groovy/GroovyEvaluator.html" title="class in org.apache.commons.scxml2.env.groovy">GroovyEvaluator</a></dt>
+<dt><span class="strong"><a href="./org/apache/commons/scxml2/env/groovy/GroovyEvaluator.html#getScript(org.apache.commons.scxml2.env.groovy.GroovyContext,%20java.lang.String,%20java.lang.String)">getScript(GroovyContext, String, String)</a></span> - Method in class org.apache.commons.scxml2.env.groovy.<a href="./org/apache/commons/scxml2/env/groovy/GroovyEvaluator.html" title="class in org.apache.commons.scxml2.env.groovy">GroovyEvaluator</a></dt>
 <dd>&nbsp;</dd>
 <dt><span class="strong"><a href="./org/apache/commons/scxml2/env/groovy/GroovyExtendableScriptCache.html#getScript(java.lang.String)">getScript(String)</a></span> - Method in class org.apache.commons.scxml2.env.groovy.<a href="./org/apache/commons/scxml2/env/groovy/GroovyExtendableScriptCache.html" title="class in org.apache.commons.scxml2.env.groovy">GroovyExtendableScriptCache</a></dt>
 <dd>&nbsp;</dd>
-<dt><span class="strong"><a href="./org/apache/commons/scxml2/env/groovy/GroovyExtendableScriptCache.html#getScript(java.lang.String, java.lang.String)">getScript(String, String)</a></span> - Method in class org.apache.commons.scxml2.env.groovy.<a href="./org/apache/commons/scxml2/env/groovy/GroovyExtendableScriptCache.html" title="class in org.apache.commons.scxml2.env.groovy">GroovyExtendableScriptCache</a></dt>
+<dt><span class="strong"><a href="./org/apache/commons/scxml2/env/groovy/GroovyExtendableScriptCache.html#getScript(java.lang.String,%20java.lang.String)">getScript(String, String)</a></span> - Method in class org.apache.commons.scxml2.env.groovy.<a href="./org/apache/commons/scxml2/env/groovy/GroovyExtendableScriptCache.html" title="class in org.apache.commons.scxml2.env.groovy">GroovyExtendableScriptCache</a></dt>
 <dd>&nbsp;</dd>
 <dt><span class="strong"><a href="./org/apache/commons/scxml2/model/Script.html#getScript()">getScript()</a></span> - Method in class org.apache.commons.scxml2.model.<a href="./org/apache/commons/scxml2/model/Script.html" title="class in org.apache.commons.scxml2.model">Script</a></dt>
 <dd>
@@ -1536,11 +1542,11 @@
 <dd>
 <div class="block">Constructor.</div>
 </dd>
-<dt><span class="strong"><a href="./org/apache/commons/scxml2/env/groovy/GroovyContext.html#GroovyContext(java.util.Map, org.apache.commons.scxml2.env.groovy.GroovyEvaluator)">GroovyContext(Map&lt;String, Object&gt;, GroovyEvaluator)</a></span> - Constructor for class org.apache.commons.scxml2.env.groovy.<a href="./org/apache/commons/scxml2/env/groovy/GroovyContext.html" title="class in org.apache.commons.scxml2.env.groovy">GroovyContext</a></dt>
+<dt><span class="strong"><a href="./org/apache/commons/scxml2/env/groovy/GroovyContext.html#GroovyContext(java.util.Map,%20org.apache.commons.scxml2.env.groovy.GroovyEvaluator)">GroovyContext(Map&lt;String, Object&gt;, GroovyEvaluator)</a></span> - Constructor for class org.apache.commons.scxml2.env.groovy.<a href="./org/apache/commons/scxml2/env/groovy/GroovyContext.html" title="class in org.apache.commons.scxml2.env.groovy">GroovyContext</a></dt>
 <dd>
 <div class="block">Constructor with initial vars.</div>
 </dd>
-<dt><span class="strong"><a href="./org/apache/commons/scxml2/env/groovy/GroovyContext.html#GroovyContext(org.apache.commons.scxml2.Context, org.apache.commons.scxml2.env.groovy.GroovyEvaluator)">GroovyContext(Context, GroovyEvaluator)</a></span> - Constructor for class org.apache.commons.scxml2.env.groovy.<a href="./org/apache/commons/scxml2/env/groovy/GroovyContext.html" title="class in org.apache.commons.scxml2.env.groovy">GroovyContext</a></dt>
+<dt><span class="strong"><a href="./org/apache/commons/scxml2/env/groovy/GroovyContext.html#GroovyContext(org.apache.commons.scxml2.Context,%20org.apache.commons.scxml2.env.groovy.GroovyEvaluator)">GroovyContext(Context, GroovyEvaluator)</a></span> - Constructor for class org.apache.commons.scxml2.env.groovy.<a href="./org/apache/commons/scxml2/env/groovy/GroovyContext.html" title="class in org.apache.commons.scxml2.env.groovy">GroovyContext</a></dt>
 <dd>
 <div class="block">Constructor with parent context.</div>
 </dd>
@@ -1576,13 +1582,13 @@
 </dd>
 <dt><a href="./org/apache/commons/scxml2/env/groovy/GroovyExtendableScriptCache.ScriptCacheElement.html" title="class in org.apache.commons.scxml2.env.groovy"><span class="strong">GroovyExtendableScriptCache.ScriptCacheElement</span></a> - Class in <a href="./org/apache/commons/scxml2/env/groovy/package-summary.html">org.apache.commons.scxml2.env.groovy</a></dt>
 <dd>&nbsp;</dd>
-<dt><span class="strong"><a href="./org/apache/commons/scxml2/env/groovy/GroovyExtendableScriptCache.ScriptCacheElement.html#GroovyExtendableScriptCache.ScriptCacheElement(java.lang.String, java.lang.String)">GroovyExtendableScriptCache.ScriptCacheElement(String, String)</a></span> - Constructor for class org.apache.commons.scxml2.env.groovy.<a href="./org/apache/commons/scxml2/env/groovy/GroovyExtendableScriptCache.ScriptCacheElement.html" title="class in org.apache.commons.scxml2.env.groovy">GroovyExtendableScriptCache.ScriptCacheElement</a></dt>
+<dt><span class="strong"><a href="./org/apache/commons/scxml2/env/groovy/GroovyExtendableScriptCache.ScriptCacheElement.html#GroovyExtendableScriptCache.ScriptCacheElement(java.lang.String,%20java.lang.String)">GroovyExtendableScriptCache.ScriptCacheElement(String, String)</a></span> - Constructor for class org.apache.commons.scxml2.env.groovy.<a href="./org/apache/commons/scxml2/env/groovy/GroovyExtendableScriptCache.ScriptCacheElement.html" title="class in org.apache.commons.scxml2.env.groovy">GroovyExtendableScriptCache.ScriptCacheElement</a></dt>
 <dd>&nbsp;</dd>
 <dt><a href="./org/apache/commons/scxml2/env/groovy/GroovyExtendableScriptCache.ScriptPreProcessor.html" title="interface in org.apache.commons.scxml2.env.groovy"><span class="strong">GroovyExtendableScriptCache.ScriptPreProcessor</span></a> - Interface in <a href="./org/apache/commons/scxml2/env/groovy/package-summary.html">org.apache.commons.scxml2.env.groovy</a></dt>
 <dd>&nbsp;</dd>
 <dt><a href="./org/apache/commons/scxml2/env/groovy/GroovySCXMLScript.html" title="class in org.apache.commons.scxml2.env.groovy"><span class="strong">GroovySCXMLScript</span></a> - Class in <a href="./org/apache/commons/scxml2/env/groovy/package-summary.html">org.apache.commons.scxml2.env.groovy</a></dt>
 <dd>
-<div class="block">Groovy <code>Script</code> base class for SCXML, providing the standard 'builtin' functions <a href="./org/apache/commons/scxml2/env/groovy/GroovySCXMLScript.html#In(java.lang.String)"><code>GroovySCXMLScript.In(String)</code></a> and <a href="./org/apache/commons/scxml2/env/groovy/GroovySCXMLScript.html#Data(java.lang.Object, java.lang.String)"><code>GroovySCXMLScript.Data(Object, String)</code></a>
+<div class="block">Groovy <code>Script</code> base class for SCXML, providing the standard 'builtin' functions <a href="./org/apache/commons/scxml2/env/groovy/GroovySCXMLScript.html#In(java.lang.String)"><code>GroovySCXMLScript.In(String)</code></a> and <a href="./org/apache/commons/scxml2/env/groovy/GroovySCXMLScript.html#Data(java.lang.Object,%20java.lang.String)"><code>GroovySCXMLScript.Data(Object, String)</code></a>
  as well as JEXL like convenience functions <a href="./org/apache/commons/scxml2/env/groovy/GroovySCXMLScript.html#empty(java.lang.Object)"><code>GroovySCXMLScript.empty(Object)</code></a> and <a href="./org/apache/commons/scxml2/env/groovy/GroovySCXMLScript.html#var(java.lang.String)"><code>GroovySCXMLScript.var(String)</code></a>.</div>
 </dd>
 <dt><span class="strong"><a href="./org/apache/commons/scxml2/env/groovy/GroovySCXMLScript.html#GroovySCXMLScript()">GroovySCXMLScript()</a></span> - Constructor for class org.apache.commons.scxml2.env.groovy.<a href="./org/apache/commons/scxml2/env/groovy/GroovySCXMLScript.html" title="class in org.apache.commons.scxml2.env.groovy">GroovySCXMLScript</a></dt>
@@ -1593,9 +1599,9 @@
 </a>
 <h2 class="title">H</h2>
 <dl>
-<dt><span class="strong"><a href="./org/apache/commons/scxml2/env/SimpleErrorReporter.html#handleErrorMessage(java.lang.String, java.lang.String, java.lang.Object, java.lang.CharSequence)">handleErrorMessage(String, String, Object, CharSequence)</a></span> - Method in class org.apache.commons.scxml2.env.<a href="./org/apache/commons/scxml2/env/SimpleErrorReporter.html" title="class in org.apache.commons.scxml2.env">SimpleErrorReporter</a></dt>
+<dt><span class="strong"><a href="./org/apache/commons/scxml2/env/SimpleErrorReporter.html#handleErrorMessage(java.lang.String,%20java.lang.String,%20java.lang.Object,%20java.lang.CharSequence)">handleErrorMessage(String, String, Object, CharSequence)</a></span> - Method in class org.apache.commons.scxml2.env.<a href="./org/apache/commons/scxml2/env/SimpleErrorReporter.html" title="class in org.apache.commons.scxml2.env">SimpleErrorReporter</a></dt>
 <dd>
-<div class="block">Final handling of the resulting errorMessage build by <a href="./org/apache/commons/scxml2/env/SimpleErrorReporter.html#onError(java.lang.String, java.lang.String, java.lang.Object)"><code>SimpleErrorReporter.onError(String, String, Object)</code></a> onError}.</div>
+<div class="block">Final handling of the resulting errorMessage build by <a href="./org/apache/commons/scxml2/env/SimpleErrorReporter.html#onError(java.lang.String,%20java.lang.String,%20java.lang.Object)"><code>SimpleErrorReporter.onError(String, String, Object)</code></a> onError}.</div>
 </dd>
 <dt><span class="strong"><a href="./org/apache/commons/scxml2/Context.html#has(java.lang.String)">has(String)</a></span> - Method in interface org.apache.commons.scxml2.<a href="./org/apache/commons/scxml2/Context.html" title="interface in org.apache.commons.scxml2">Context</a></dt>
 <dd>
@@ -1693,8 +1699,6 @@
 <dd>
 <div class="block">Constructor.</div>
 </dd>
-<dt><span class="strong"><a href="./org/apache/commons/scxml2/env/AbstractStateMachine.html#initialize()">initialize()</a></span> - Method in class org.apache.commons.scxml2.env.<a href="./org/apache/commons/scxml2/env/AbstractStateMachine.html" title="class in org.apache.commons.scxml2.env">AbstractStateMachine</a></dt>
-<dd>&nbsp;</dd>
 <dt><span class="strong"><a href="./org/apache/commons/scxml2/SCInstance.html#initialize()">initialize()</a></span> - Method in class org.apache.commons.scxml2.<a href="./org/apache/commons/scxml2/SCInstance.html" title="class in org.apache.commons.scxml2">SCInstance</a></dt>
 <dd>
 <div class="block">(re)Initializes the state machine instance, clearing all variable contexts, histories and current status,
@@ -1705,7 +1709,7 @@
 <div class="block">Initialize method which will cancel all current active Invokers, clear the internal event queue and mark the
  state machine process as running (again).</div>
 </dd>
-<dt><span class="strong"><a href="./org/apache/commons/scxml2/semantics/SCXMLSemanticsImpl.html#initiateInvokes(org.apache.commons.scxml2.SCXMLExecutionContext, java.util.Set)">initiateInvokes(SCXMLExecutionContext, Set&lt;TransitionalState&gt;)</a></span> - Method in class org.apache.commons.scxml2.semantics.<a href="./org/apache/commons/scxml2/semantics/SCXMLSemanticsImpl.html" title="class in org.apache.commons.scxml2.semantics">SCXMLSemanticsImpl</a></dt>
+<dt><span class="strong"><a href="./org/apache/commons/scxml2/semantics/SCXMLSemanticsImpl.html#initiateInvokes(org.apache.commons.scxml2.SCXMLExecutionContext,%20java.util.Set)">initiateInvokes(SCXMLExecutionContext, Set&lt;TransitionalState&gt;)</a></span> - Method in class org.apache.commons.scxml2.semantics.<a href="./org/apache/commons/scxml2/semantics/SCXMLSemanticsImpl.html" title="class in org.apache.commons.scxml2.semantics">SCXMLSemanticsImpl</a></dt>
 <dd>
 <div class="block">Initiate any new invoked activities.</div>
 </dd>
@@ -1713,11 +1717,11 @@
 <dd>
 <div class="block">Invoke the no argument method with the following name.</div>
 </dd>
-<dt><span class="strong"><a href="./org/apache/commons/scxml2/invoke/Invoker.html#invoke(java.lang.String, java.util.Map)">invoke(String, Map&lt;String, Object&gt;)</a></span> - Method in interface org.apache.commons.scxml2.invoke.<a href="./org/apache/commons/scxml2/invoke/Invoker.html" title="interface in org.apache.commons.scxml2.invoke">Invoker</a></dt>
+<dt><span class="strong"><a href="./org/apache/commons/scxml2/invoke/Invoker.html#invoke(java.lang.String,%20java.util.Map)">invoke(String, Map&lt;String, Object&gt;)</a></span> - Method in interface org.apache.commons.scxml2.invoke.<a href="./org/apache/commons/scxml2/invoke/Invoker.html" title="interface in org.apache.commons.scxml2.invoke">Invoker</a></dt>
 <dd>
 <div class="block">Begin this invocation.</div>
 </dd>
-<dt><span class="strong"><a href="./org/apache/commons/scxml2/invoke/SimpleSCXMLInvoker.html#invoke(java.lang.String, java.util.Map)">invoke(String, Map&lt;String, Object&gt;)</a></span> - Method in class org.apache.commons.scxml2.invoke.<a href="./org/apache/commons/scxml2/invoke/SimpleSCXMLInvoker.html" title="class in org.apache.commons.scxml2.invoke">SimpleSCXMLInvoker</a></dt>
+<dt><span class="strong"><a href="./org/apache/commons/scxml2/invoke/SimpleSCXMLInvoker.html#invoke(java.lang.String,%20java.util.Map)">invoke(String, Map&lt;String, Object&gt;)</a></span> - Method in class org.apache.commons.scxml2.invoke.<a href="./org/apache/commons/scxml2/invoke/SimpleSCXMLInvoker.html" title="class in org.apache.commons.scxml2.invoke">SimpleSCXMLInvoker</a></dt>
 <dd>
 <div class="block">Begin this invocation.</div>
 </dd>
@@ -1747,7 +1751,7 @@
 <dd>&nbsp;</dd>
 <dt><span class="strong"><a href="./org/apache/commons/scxml2/invoke/InvokerException.html#InvokerException(java.lang.Throwable)">InvokerException(Throwable)</a></span> - Constructor for exception org.apache.commons.scxml2.invoke.<a href="./org/apache/commons/scxml2/invoke/InvokerException.html" title="class in org.apache.commons.scxml2.invoke">InvokerException</a></dt>
 <dd>&nbsp;</dd>
-<dt><span class="strong"><a href="./org/apache/commons/scxml2/invoke/InvokerException.html#InvokerException(java.lang.String, java.lang.Throwable)">InvokerException(String, Throwable)</a></span> - Constructor for exception org.apache.commons.scxml2.invoke.<a href="./org/apache/commons/scxml2/invoke/InvokerException.html" title="class in org.apache.commons.scxml2.invoke">InvokerException</a></dt>
+<dt><span class="strong"><a href="./org/apache/commons/scxml2/invoke/InvokerException.html#InvokerException(java.lang.String,%20java.lang.Throwable)">InvokerException(String, Throwable)</a></span> - Constructor for exception org.apache.commons.scxml2.invoke.<a href="./org/apache/commons/scxml2/invoke/InvokerException.html" title="class in org.apache.commons.scxml2.invoke">InvokerException</a></dt>
 <dd>&nbsp;</dd>
 <dt><span class="strong"><a href="./org/apache/commons/scxml2/SCXMLSystemContext.html#IOPROCESSORS_KEY">IOPROCESSORS_KEY</a></span> - Static variable in class org.apache.commons.scxml2.<a href="./org/apache/commons/scxml2/SCXMLSystemContext.html" title="class in org.apache.commons.scxml2">SCXMLSystemContext</a></dt>
 <dd>&nbsp;</dd>
@@ -1795,10 +1799,6 @@
 <div class="block">Returns a <code>true</code> if both the Bindings delegate and
  the SCXML context maps are empty.</div>
 </dd>
-<dt><span class="strong"><a href="./org/apache/commons/scxml2/SCInstance.html#isEmpty(org.apache.commons.scxml2.model.History)">isEmpty(History)</a></span> - Method in class org.apache.commons.scxml2.<a href="./org/apache/commons/scxml2/SCInstance.html" title="class in org.apache.commons.scxml2">SCInstance</a></dt>
-<dd>
-<div class="block">Check whether we have prior history.</div>
-</dd>
 <dt><span class="strong"><a href="./org/apache/commons/scxml2/env/groovy/GroovyContext.html#isEvaluatingLocation()">isEvaluatingLocation()</a></span> - Method in class org.apache.commons.scxml2.env.groovy.<a href="./org/apache/commons/scxml2/env/groovy/GroovyContext.html" title="class in org.apache.commons.scxml2.env.groovy">GroovyContext</a></dt>
 <dd>
 <div class="block">Returns the internal flag to indicate whether it is to evaluate a location
@@ -1815,11 +1815,11 @@
 <dd>&nbsp;</dd>
 <dt><span class="strong"><a href="./org/apache/commons/scxml2/model/Script.html#isGlobalScript()">isGlobalScript()</a></span> - Method in class org.apache.commons.scxml2.model.<a href="./org/apache/commons/scxml2/model/Script.html" title="class in org.apache.commons.scxml2.model">Script</a></dt>
 <dd>&nbsp;</dd>
-<dt><span class="strong"><a href="./org/apache/commons/scxml2/semantics/SCXMLSemanticsImpl.html#isInFinalState(org.apache.commons.scxml2.model.EnterableState, java.util.Set)">isInFinalState(EnterableState, Set&lt;EnterableState&gt;)</a></span> - Method in class org.apache.commons.scxml2.semantics.<a href="./org/apache/commons/scxml2/semantics/SCXMLSemanticsImpl.html" title="class in org.apache.commons.scxml2.semantics">SCXMLSemanticsImpl</a></dt>
+<dt><span class="strong"><a href="./org/apache/commons/scxml2/semantics/SCXMLSemanticsImpl.html#isInFinalState(org.apache.commons.scxml2.model.EnterableState,%20java.util.Set)">isInFinalState(EnterableState, Set&lt;EnterableState&gt;)</a></span> - Method in class org.apache.commons.scxml2.semantics.<a href="./org/apache/commons/scxml2/semantics/SCXMLSemanticsImpl.html" title="class in org.apache.commons.scxml2.semantics">SCXMLSemanticsImpl</a></dt>
 <dd>
 <div class="block">This method corresponds to the Algorithm for SCXML processing isFinalState() function.</div>
 </dd>
-<dt><span class="strong"><a href="./org/apache/commons/scxml2/semantics/SCXMLSemanticsImpl.html#isInvokerEvent(java.lang.String, org.apache.commons.scxml2.TriggerEvent)">isInvokerEvent(String, TriggerEvent)</a></span> - Method in class org.apache.commons.scxml2.semantics.<a href="./org/apache/commons/scxml2/semantics/SCXMLSemanticsImpl.html" title="class in org.apache.commons.scxml2.semantics">SCXMLSemanticsImpl</a></dt>
+<dt><span class="strong"><a href="./org/apache/commons/scxml2/semantics/SCXMLSemanticsImpl.html#isInvokerEvent(java.lang.String,%20org.apache.commons.scxml2.TriggerEvent)">isInvokerEvent(String, TriggerEvent)</a></span> - Method in class org.apache.commons.scxml2.semantics.<a href="./org/apache/commons/scxml2/semantics/SCXMLSemanticsImpl.html" title="class in org.apache.commons.scxml2.semantics">SCXMLSemanticsImpl</a></dt>
 <dd>
 <div class="block">Checks if an external event was send (back) by an specific Invoker</div>
 </dd>
@@ -1831,13 +1831,13 @@
 <dd>
 <div class="block">Checks whether the internal Jexl engine behaves in strict or lenient mode.</div>
 </dd>
-<dt><span class="strong"><a href="./org/apache/commons/scxml2/semantics/SCXMLSemanticsImpl.html#isLegalConfig(java.util.Set, org.apache.commons.scxml2.ErrorReporter)">isLegalConfig(Set&lt;EnterableState&gt;, ErrorReporter)</a></span> - Method in class org.apache.commons.scxml2.semantics.<a href="./org/apache/commons/scxml2/semantics/SCXMLSemanticsImpl.html" title="class in org.apache.commons.scxml2.semantics">SCXMLSemanticsImpl</a></dt>
+<dt><span class="strong"><a href="./org/apache/commons/scxml2/semantics/SCXMLSemanticsImpl.html#isLegalConfig(java.util.Set,%20org.apache.commons.scxml2.ErrorReporter)">isLegalConfig(Set&lt;EnterableState&gt;, ErrorReporter)</a></span> - Method in class org.apache.commons.scxml2.semantics.<a href="./org/apache/commons/scxml2/semantics/SCXMLSemanticsImpl.html" title="class in org.apache.commons.scxml2.semantics">SCXMLSemanticsImpl</a></dt>
 <dd>
 <div class="block">Checks whether a given set of states is a legal Harel State Table
  configuration (with the respect to the definition of the OR and AND
  states).</div>
 </dd>
-<dt><span class="strong"><a href="./org/apache/commons/scxml2/Builtin.html#isMember(java.util.Set, java.lang.String)">isMember(Set&lt;? extends TransitionTarget&gt;, String)</a></span> - Static method in class org.apache.commons.scxml2.<a href="./org/apache/commons/scxml2/Builtin.html" title="class in org.apache.commons.scxml2">Builtin</a></dt>
+<dt><span class="strong"><a href="./org/apache/commons/scxml2/Builtin.html#isMember(java.util.Set,%20java.lang.String)">isMember(Set&lt;? extends TransitionTarget&gt;, String)</a></span> - Static method in class org.apache.commons.scxml2.<a href="./org/apache/commons/scxml2/Builtin.html" title="class in org.apache.commons.scxml2">Builtin</a></dt>
 <dd>
 <div class="block">Implements the In() predicate for SCXML documents.</div>
 </dd>
@@ -1852,6 +1852,8 @@
 <div class="block">Checks whether it is a region state (directly nested to parallel - UML
  terminology).</div>
 </dd>
+<dt><span class="strong"><a href="./org/apache/commons/scxml2/SCInstance.html#isRunning()">isRunning()</a></span> - Method in class org.apache.commons.scxml2.<a href="./org/apache/commons/scxml2/SCInstance.html" title="class in org.apache.commons.scxml2">SCInstance</a></dt>
+<dd>&nbsp;</dd>
 <dt><span class="strong"><a href="./org/apache/commons/scxml2/SCXMLExecutionContext.html#isRunning()">isRunning()</a></span> - Method in class org.apache.commons.scxml2.<a href="./org/apache/commons/scxml2/SCXMLExecutionContext.html" title="class in org.apache.commons.scxml2">SCXMLExecutionContext</a></dt>
 <dd>&nbsp;</dd>
 <dt><span class="strong"><a href="./org/apache/commons/scxml2/SCXMLExecutor.html#isRunning()">isRunning()</a></span> - Method in class org.apache.commons.scxml2.<a href="./org/apache/commons/scxml2/SCXMLExecutor.html" title="class in org.apache.commons.scxml2">SCXMLExecutor</a></dt>
@@ -1917,7 +1919,7 @@
  wrapped Bindings to search the SCXML context for variables and predefined
  functions that do not exist in the wrapped Bindings.</div>
 </dd>
-<dt><span class="strong"><a href="./org/apache/commons/scxml2/env/javascript/JSBindings.html#JSBindings(org.apache.commons.scxml2.Context, javax.script.Bindings)">JSBindings(Context, Bindings)</a></span> - Constructor for class org.apache.commons.scxml2.env.javascript.<a href="./org/apache/commons/scxml2/env/javascript/JSBindings.html" title="class in org.apache.commons.scxml2.env.javascript">JSBindings</a></dt>
+<dt><span class="strong"><a href="./org/apache/commons/scxml2/env/javascript/JSBindings.html#JSBindings(org.apache.commons.scxml2.Context,%20javax.script.Bindings)">JSBindings(Context, Bindings)</a></span> - Constructor for class org.apache.commons.scxml2.env.javascript.<a href="./org/apache/commons/scxml2/env/javascript/JSBindings.html" title="class in org.apache.commons.scxml2.env.javascript">JSBindings</a></dt>
 <dd>
 <div class="block">Initialises the internal Bindings delegate and SCXML context.</div>
 </dd>
@@ -1986,7 +1988,7 @@
 </a>
 <h2 class="title">M</h2>
 <dl>
-<dt><span class="strong"><a href="./org/apache/commons/scxml2/semantics/SCXMLSemanticsImpl.html#macroStep(org.apache.commons.scxml2.SCXMLExecutionContext, java.util.Set)">macroStep(SCXMLExecutionContext, Set&lt;TransitionalState&gt;)</a></span> - Method in class org.apache.commons.scxml2.semantics.<a href="./org/apache/commons/scxml2/semantics/SCXMLSemanticsImpl.html" title="class in org.apache.commons.scxml2.semantics">SCXMLSemanticsImpl</a></dt>
+<dt><span class="strong"><a href="./org/apache/commons/scxml2/semantics/SCXMLSemanticsImpl.html#macroStep(org.apache.commons.scxml2.SCXMLExecutionContext,%20java.util.Set)">macroStep(SCXMLExecutionContext, Set&lt;TransitionalState&gt;)</a></span> - Method in class org.apache.commons.scxml2.semantics.<a href="./org/apache/commons/scxml2/semantics/SCXMLSemanticsImpl.html" title="class in org.apache.commons.scxml2.semantics">SCXMLSemanticsImpl</a></dt>
 <dd>
 <div class="block">Perform a macro step in the execution of a state machine.</div>
 </dd>
@@ -1994,11 +1996,9 @@
 <dd>
 <div class="block">Launcher.</div>
 </dd>
-<dt><span class="strong"><a href="./org/apache/commons/scxml2/test/W3CCmdlineTest.html#main(java.lang.String[])">main(String[])</a></span> - Static method in class org.apache.commons.scxml2.test.<a href="./org/apache/commons/scxml2/test/W3CCmdlineTest.html" title="class in org.apache.commons.scxml2.test">W3CCmdlineTest</a></dt>
-<dd>&nbsp;</dd>
-<dt><span class="strong"><a href="./org/apache/commons/scxml2/semantics/SCXMLSemanticsImpl.html#matchTransition(org.apache.commons.scxml2.SCXMLExecutionContext, org.apache.commons.scxml2.model.Transition, java.lang.String)">matchTransition(SCXMLExecutionContext, Transition, String)</a></span> - Method in class org.apache.commons.scxml2.semantics.<a href="./org/apache/commons/scxml2/semantics/SCXMLSemanticsImpl.html" title="class in org.apache.commons.scxml2.semantics">SCXMLSemanticsImpl</a></dt>
+<dt><span class="strong"><a href="./org/apache/commons/scxml2/semantics/SCXMLSemanticsImpl.html#matchTransition(org.apache.commons.scxml2.SCXMLExecutionContext,%20org.apache.commons.scxml2.model.Transition,%20java.lang.String)">matchTransition(SCXMLExecutionContext, Transition, String)</a></span> - Method in class org.apache.commons.scxml2.semantics.<a href="./org/apache/commons/scxml2/semantics/SCXMLSemanticsImpl.html" title="class in org.apache.commons.scxml2.semantics">SCXMLSemanticsImpl</a></dt>
 <dd>&nbsp;</dd>
-<dt><span class="strong"><a href="./org/apache/commons/scxml2/semantics/SCXMLSemanticsImpl.html#microStep(org.apache.commons.scxml2.SCXMLExecutionContext, org.apache.commons.scxml2.semantics.Step, java.util.Set)">microStep(SCXMLExecutionContext, Step, Set&lt;TransitionalState&gt;)</a></span> - Method in class org.apache.commons.scxml2.semantics.<a href="./org/apache/commons/scxml2/semantics/SCXMLSemanticsImpl.html" title="class in org.apache.commons.scxml2.semantics">SCXMLSemanticsImpl</a></dt>
+<dt><span class="strong"><a href="./org/apache/commons/scxml2/semantics/SCXMLSemanticsImpl.html#microStep(org.apache.commons.scxml2.SCXMLExecutionContext,%20org.apache.commons.scxml2.semantics.Step,%20java.util.Set)">microStep(SCXMLExecutionContext, Step, Set&lt;TransitionalState&gt;)</a></span> - Method in class org.apache.commons.scxml2.semantics.<a href="./org/apache/commons/scxml2/semantics/SCXMLSemanticsImpl.html" title="class in org.apache.commons.scxml2.semantics">SCXMLSemanticsImpl</a></dt>
 <dd>
 <div class="block">Perform a micro step in the execution of a state machine.</div>
 </dd>
@@ -2014,7 +2014,7 @@
 <dd>&nbsp;</dd>
 <dt><span class="strong"><a href="./org/apache/commons/scxml2/model/ModelException.html#ModelException(java.lang.Throwable)">ModelException(Throwable)</a></span> - Constructor for exception org.apache.commons.scxml2.model.<a href="./org/apache/commons/scxml2/model/ModelException.html" title="class in org.apache.commons.scxml2.model">ModelException</a></dt>
 <dd>&nbsp;</dd>
-<dt><span class="strong"><a href="./org/apache/commons/scxml2/model/ModelException.html#ModelException(java.lang.String, java.lang.Throwable)">ModelException(String, Throwable)</a></span> - Constructor for exception org.apache.commons.scxml2.model.<a href="./org/apache/commons/scxml2/model/ModelException.html" title="class in org.apache.commons.scxml2.model">ModelException</a></dt>
+<dt><span class="strong"><a href="./org/apache/commons/scxml2/model/ModelException.html#ModelException(java.lang.String,%20java.lang.Throwable)">ModelException(String, Throwable)</a></span> - Constructor for exception org.apache.commons.scxml2.model.<a href="./org/apache/commons/scxml2/model/ModelException.html" title="class in org.apache.commons.scxml2.model">ModelException</a></dt>
 <dd>&nbsp;</dd>
 </dl>
 <a name="_N_">
@@ -2060,11 +2060,11 @@
 </dd>
 <dt><span class="strong"><a href="./org/apache/commons/scxml2/SCXMLExecutionContext.html#nextInternalEvent()">nextInternalEvent()</a></span> - Method in class org.apache.commons.scxml2.<a href="./org/apache/commons/scxml2/SCXMLExecutionContext.html" title="class in org.apache.commons.scxml2">SCXMLExecutionContext</a></dt>
 <dd>&nbsp;</dd>
-<dt><span class="strong"><a href="./org/apache/commons/scxml2/SCXMLSemantics.html#nextStep(org.apache.commons.scxml2.SCXMLExecutionContext, org.apache.commons.scxml2.TriggerEvent)">nextStep(SCXMLExecutionContext, TriggerEvent)</a></span> - Method in interface org.apache.commons.scxml2.<a href="./org/apache/commons/scxml2/SCXMLSemantics.html" title="interface in org.apache.commons.scxml2">SCXMLSemantics</a></dt>
+<dt><span class="strong"><a href="./org/apache/commons/scxml2/SCXMLSemantics.html#nextStep(org.apache.commons.scxml2.SCXMLExecutionContext,%20org.apache.commons.scxml2.TriggerEvent)">nextStep(SCXMLExecutionContext, TriggerEvent)</a></span> - Method in interface org.apache.commons.scxml2.<a href="./org/apache/commons/scxml2/SCXMLSemantics.html" title="interface in org.apache.commons.scxml2">SCXMLSemantics</a></dt>
 <dd>
 <div class="block">Next step in the execution of an SCXML state machine.</div>
 </dd>
-<dt><span class="strong"><a href="./org/apache/commons/scxml2/semantics/SCXMLSemanticsImpl.html#nextStep(org.apache.commons.scxml2.SCXMLExecutionContext, org.apache.commons.scxml2.TriggerEvent)">nextStep(SCXMLExecutionContext, TriggerEvent)</a></span> - Method in class org.apache.commons.scxml2.semantics.<a href="./org/apache/commons/scxml2/semantics/SCXMLSemanticsImpl.html" title="class in org.apache.commons.scxml2.semantics">SCXMLSemanticsImpl</a></dt>
+<dt><span class="strong"><a href="./org/apache/commons/scxml2/semantics/SCXMLSemanticsImpl.html#nextStep(org.apache.commons.scxml2.SCXMLExecutionContext,%20org.apache.commons.scxml2.TriggerEvent)">nextStep(SCXMLExecutionContext, TriggerEvent)</a></span> - Method in class org.apache.commons.scxml2.semantics.<a href="./org/apache/commons/scxml2/semantics/SCXMLSemanticsImpl.html" title="class in org.apache.commons.scxml2.semantics">SCXMLSemanticsImpl</a></dt>
 <dd>
 <div class="block">Next step in the execution of an SCXML state machine.</div>
 </dd>
@@ -2072,11 +2072,11 @@
 <dd>
 <div class="block">Missing initial state for a composite state or for the scxml root.</div>
 </dd>
-<dt><span class="strong"><a href="./org/apache/commons/scxml2/SCXMLSemantics.html#normalizeStateMachine(org.apache.commons.scxml2.model.SCXML, org.apache.commons.scxml2.ErrorReporter)">normalizeStateMachine(SCXML, ErrorReporter)</a></span> - Method in interface org.apache.commons.scxml2.<a href="./org/apache/commons/scxml2/SCXMLSemantics.html" title="interface in org.apache.commons.scxml2">SCXMLSemantics</a></dt>
+<dt><span class="strong"><a href="./org/apache/commons/scxml2/SCXMLSemantics.html#normalizeStateMachine(org.apache.commons.scxml2.model.SCXML,%20org.apache.commons.scxml2.ErrorReporter)">normalizeStateMachine(SCXML, ErrorReporter)</a></span> - Method in interface org.apache.commons.scxml2.<a href="./org/apache/commons/scxml2/SCXMLSemantics.html" title="interface in org.apache.commons.scxml2">SCXMLSemantics</a></dt>
 <dd>
 <div class="block">Optional post processing immediately following SCXMLReader.</div>
 </dd>
-<dt><span class="strong"><a href="./org/apache/commons/scxml2/semantics/SCXMLSemanticsImpl.html#normalizeStateMachine(org.apache.commons.scxml2.model.SCXML, org.apache.commons.scxml2.ErrorReporter)">normalizeStateMachine(SCXML, ErrorReporter)</a></span> - Method in class org.apache.commons.scxml2.semantics.<a href="./org/apache/commons/scxml2/semantics/SCXMLSemanticsImpl.html" title="class in org.apache.commons.scxml2.semantics">SCXMLSemanticsImpl</a></dt>
+<dt><span class="strong"><a href="./org/apache/commons/scxml2/semantics/SCXMLSemanticsImpl.html#normalizeStateMachine(org.apache.commons.scxml2.model.SCXML,%20org.apache.commons.scxml2.ErrorReporter)">normalizeStateMachine(SCXML, ErrorReporter)</a></span> - Method in class org.apache.commons.scxml2.semantics.<a href="./org/apache/commons/scxml2/semantics/SCXMLSemanticsImpl.html" title="class in org.apache.commons.scxml2.semantics">SCXMLSemanticsImpl</a></dt>
 <dd>
 <div class="block">Optional post processing immediately following SCXMLReader.</div>
 </dd>
@@ -2090,7 +2090,7 @@
 <dd>
 <div class="block">Constructor.</div>
 </dd>
-<dt><span class="strong"><a href="./org/apache/commons/scxml2/semantics/SCXMLSemanticsImpl.html#notifyOnTransition(org.apache.commons.scxml2.SCXMLExecutionContext, org.apache.commons.scxml2.model.Transition, org.apache.commons.scxml2.model.TransitionTarget)">notifyOnTransition(SCXMLExecutionContext, Transition, TransitionTarget)</a></span> - Method in class org.apache.commons.scxml2.semantics.<a href="./org/apache/commons/scxml2/semantics/SCXMLSemanticsImpl.html" title="class in org.apache.commons.scxml2.semantics">SCXMLSemanticsImpl</a></dt>
+<dt><span class="strong"><a href="./org/apache/commons/scxml2/semantics/SCXMLSemanticsImpl.html#notifyOnTransition(org.apache.commons.scxml2.SCXMLExecutionContext,%20org.apache.commons.scxml2.model.Transition,%20org.apache.commons.scxml2.model.TransitionTarget)">notifyOnTransition(SCXMLExecutionContext, Transition, TransitionTarget)</a></span> - Method in class org.apache.commons.scxml2.semantics.<a href="./org/apache/commons/scxml2/semantics/SCXMLSemanticsImpl.html" title="class in org.apache.commons.scxml2.semantics">SCXMLSemanticsImpl</a></dt>
 <dd>
 <div class="block">Notifies SCXMLListeners on the transition taken</div>
 </dd>
@@ -2130,11 +2130,11 @@
 <dd>
 <div class="block">Handle the entry into a EnterableState.</div>
 </dd>
-<dt><span class="strong"><a href="./org/apache/commons/scxml2/env/SimpleErrorReporter.html#onError(java.lang.String, java.lang.String, java.lang.Object)">onError(String, String, Object)</a></span> - Method in class org.apache.commons.scxml2.env.<a href="./org/apache/commons/scxml2/env/SimpleErrorReporter.html" title="class in org.apache.commons.scxml2.env">SimpleErrorReporter</a></dt>
+<dt><span class="strong"><a href="./org/apache/commons/scxml2/env/SimpleErrorReporter.html#onError(java.lang.String,%20java.lang.String,%20java.lang.Object)">onError(String, String, Object)</a></span> - Method in class org.apache.commons.scxml2.env.<a href="./org/apache/commons/scxml2/env/SimpleErrorReporter.html" title="class in org.apache.commons.scxml2.env">SimpleErrorReporter</a></dt>
 <dd>&nbsp;</dd>
-<dt><span class="strong"><a href="./org/apache/commons/scxml2/env/Tracer.html#onError(java.lang.String, java.lang.String, java.lang.Object)">onError(String, String, Object)</a></span> - Method in class org.apache.commons.scxml2.env.<a href="./org/apache/commons/scxml2/env/Tracer.html" title="class in org.apache.commons.scxml2.env">Tracer</a></dt>

[... 435 lines stripped ...]