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 [6/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/org/apache/commons/scxml2/class-use/SCXMLExecutionContext.html
==============================================================================
--- websites/production/commons/content/proper/commons-scxml/apidocs/org/apache/commons/scxml2/class-use/SCXMLExecutionContext.html (original)
+++ websites/production/commons/content/proper/commons-scxml/apidocs/org/apache/commons/scxml2/class-use/SCXMLExecutionContext.html Mon Sep 15 13:36:40 2014
@@ -117,7 +117,7 @@
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code>void</code></td>
-<td class="colLast"><span class="strong">SCXMLSemantics.</span><code><strong><a href="../../../../../org/apache/commons/scxml2/SCXMLSemantics.html#nextStep(org.apache.commons.scxml2.SCXMLExecutionContext, org.apache.commons.scxml2.TriggerEvent)">nextStep</a></strong>(<a href="../../../../../org/apache/commons/scxml2/SCXMLExecutionContext.html" title="class in org.apache.commons.scxml2">SCXMLExecutionContext</a>&nbsp;exctx,
+<td class="colLast"><span class="strong">SCXMLSemantics.</span><code><strong><a href="../../../../../org/apache/commons/scxml2/SCXMLSemantics.html#nextStep(org.apache.commons.scxml2.SCXMLExecutionContext,%20org.apache.commons.scxml2.TriggerEvent)">nextStep</a></strong>(<a href="../../../../../org/apache/commons/scxml2/SCXMLExecutionContext.html" title="class in org.apache.commons.scxml2">SCXMLExecutionContext</a>&nbsp;exctx,
                 <a href="../../../../../org/apache/commons/scxml2/TriggerEvent.html" title="class in org.apache.commons.scxml2">TriggerEvent</a>&nbsp;event)</code>
 <div class="block">Next step in the execution of an SCXML state machine.</div>
 </td>
@@ -151,7 +151,7 @@
 <tbody>
 <tr class="altColor">
 <td class="colFirst"><code>void</code></td>
-<td class="colLast"><span class="strong">SCXMLSemanticsImpl.</span><code><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</a></strong>(<a href="../../../../../org/apache/commons/scxml2/SCXMLExecutionContext.html" title="class in org.apache.commons.scxml2">SCXMLExecutionContext</a>&nbsp;exctx,
+<td class="colLast"><span class="strong">SCXMLSemanticsImpl.</span><code><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</a></strong>(<a href="../../../../../org/apache/commons/scxml2/SCXMLExecutionContext.html" title="class in org.apache.commons.scxml2">SCXMLExecutionContext</a>&nbsp;exctx,
                                                 <a href="../../../../../org/apache/commons/scxml2/semantics/Step.html" title="class in org.apache.commons.scxml2.semantics">Step</a>&nbsp;step,
                                                 <a href="../../../../../org/apache/commons/scxml2/model/TransitionTarget.html" title="class in org.apache.commons.scxml2.model">TransitionTarget</a>&nbsp;tt,
                                                 <a href="../../../../../org/apache/commons/scxml2/model/TransitionTarget.html" title="class in org.apache.commons.scxml2.model">TransitionTarget</a>&nbsp;ancestor)</code>
@@ -160,7 +160,7 @@
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code>void</code></td>
-<td class="colLast"><span class="strong">SCXMLSemanticsImpl.</span><code><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</a></strong>(<a href="../../../../../org/apache/commons/scxml2/SCXMLExecutionContext.html" title="class in org.apache.commons.scxml2">SCXMLExecutionContext</a>&nbsp;exctx,
+<td class="colLast"><span class="strong">SCXMLSemanticsImpl.</span><code><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</a></strong>(<a href="../../../../../org/apache/commons/scxml2/SCXMLExecutionContext.html" title="class in org.apache.commons.scxml2">SCXMLExecutionContext</a>&nbsp;exctx,
                                                     <a href="../../../../../org/apache/commons/scxml2/semantics/Step.html" title="class in org.apache.commons.scxml2.semantics">Step</a>&nbsp;step,
                                                     <a href="../../../../../org/apache/commons/scxml2/model/TransitionTarget.html" title="class in org.apache.commons.scxml2.model">TransitionTarget</a>&nbsp;tt)</code>
 <div class="block">This method corresponds to the Algorithm for SCXML processing addDescendantStatesToEnter() procedure.</div>
@@ -168,30 +168,30 @@
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code>void</code></td>
-<td class="colLast"><span class="strong">SCXMLSemanticsImpl.</span><code><strong><a href="../../../../../org/apache/commons/scxml2/semantics/SCXMLSemanticsImpl.html#buildStep(org.apache.commons.scxml2.SCXMLExecutionContext, org.apache.commons.scxml2.semantics.Step)">buildStep</a></strong>(<a href="../../../../../org/apache/commons/scxml2/SCXMLExecutionContext.html" title="class in org.apache.commons.scxml2">SCXMLExecutionContext</a>&nbsp;exctx,
+<td class="colLast"><span class="strong">SCXMLSemanticsImpl.</span><code><strong><a href="../../../../../org/apache/commons/scxml2/semantics/SCXMLSemanticsImpl.html#buildStep(org.apache.commons.scxml2.SCXMLExecutionContext,%20org.apache.commons.scxml2.semantics.Step)">buildStep</a></strong>(<a href="../../../../../org/apache/commons/scxml2/SCXMLExecutionContext.html" title="class in org.apache.commons.scxml2">SCXMLExecutionContext</a>&nbsp;exctx,
                   <a href="../../../../../org/apache/commons/scxml2/semantics/Step.html" title="class in org.apache.commons.scxml2.semantics">Step</a>&nbsp;step)</code>
 <div class="block">buildStep builds the exitSet and entrySet for the current configuration given the transitionList on the step.</div>
 </td>
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code>void</code></td>
-<td class="colLast"><span class="strong">SCXMLSemanticsImpl.</span><code><strong><a href="../../../../../org/apache/commons/scxml2/semantics/SCXMLSemanticsImpl.html#computeEntrySet(org.apache.commons.scxml2.SCXMLExecutionContext, org.apache.commons.scxml2.semantics.Step)">computeEntrySet</a></strong>(<a href="../../../../../org/apache/commons/scxml2/SCXMLExecutionContext.html" title="class in org.apache.commons.scxml2">SCXMLExecutionContext</a>&nbsp;exctx,
+<td class="colLast"><span class="strong">SCXMLSemanticsImpl.</span><code><strong><a href="../../../../../org/apache/commons/scxml2/semantics/SCXMLSemanticsImpl.html#computeEntrySet(org.apache.commons.scxml2.SCXMLExecutionContext,%20org.apache.commons.scxml2.semantics.Step)">computeEntrySet</a></strong>(<a href="../../../../../org/apache/commons/scxml2/SCXMLExecutionContext.html" title="class in org.apache.commons.scxml2">SCXMLExecutionContext</a>&nbsp;exctx,
                               <a href="../../../../../org/apache/commons/scxml2/semantics/Step.html" title="class in org.apache.commons.scxml2.semantics">Step</a>&nbsp;step)</code>
 <div class="block">Compute and store the set of states to enter for the current list of transitions in the provided step.</div>
 </td>
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code>void</code></td>
-<td class="colLast"><span class="strong">SCXMLSemanticsImpl.</span><code><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</a></strong>(<a href="../../../../../org/apache/commons/scxml2/SCXMLExecutionContext.html" title="class in org.apache.commons.scxml2">SCXMLExecutionContext</a>&nbsp;exctx,
+<td class="colLast"><span class="strong">SCXMLSemanticsImpl.</span><code><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</a></strong>(<a href="../../../../../org/apache/commons/scxml2/SCXMLExecutionContext.html" title="class in org.apache.commons.scxml2">SCXMLExecutionContext</a>&nbsp;exctx,
                       <a href="../../../../../org/apache/commons/scxml2/semantics/Step.html" title="class in org.apache.commons.scxml2.semantics">Step</a>&nbsp;step,
                       <a href="http://docs.oracle.com/javase/6/docs/api/java/util/Set.html?is-external=true" title="class or interface in java.util">Set</a>&lt;<a href="../../../../../org/apache/commons/scxml2/model/TransitionalState.html" title="class in org.apache.commons.scxml2.model">TransitionalState</a>&gt;&nbsp;statesToInvoke)</code>
 <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>
 </td>
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code>void</code></td>
-<td class="colLast"><span class="strong">SCXMLSemanticsImpl.</span><code><strong><a href="../../../../../org/apache/commons/scxml2/semantics/SCXMLSemanticsImpl.html#executeContent(org.apache.commons.scxml2.SCXMLExecutionContext, org.apache.commons.scxml2.model.Executable)">executeContent</a></strong>(<a href="../../../../../org/apache/commons/scxml2/SCXMLExecutionContext.html" title="class in org.apache.commons.scxml2">SCXMLExecutionContext</a>&nbsp;exctx,
+<td class="colLast"><span class="strong">SCXMLSemanticsImpl.</span><code><strong><a href="../../../../../org/apache/commons/scxml2/semantics/SCXMLSemanticsImpl.html#executeContent(org.apache.commons.scxml2.SCXMLExecutionContext,%20org.apache.commons.scxml2.model.Executable)">executeContent</a></strong>(<a href="../../../../../org/apache/commons/scxml2/SCXMLExecutionContext.html" title="class in org.apache.commons.scxml2">SCXMLExecutionContext</a>&nbsp;exctx,
                             <a href="../../../../../org/apache/commons/scxml2/model/Executable.html" title="class in org.apache.commons.scxml2.model">Executable</a>&nbsp;exec)</code>
 <div class="block">Executes the executable content for a specific executable in the micro step</div>
 </td>
@@ -204,18 +204,18 @@
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code>void</code></td>
-<td class="colLast"><span class="strong">SCXMLSemanticsImpl.</span><code><strong><a href="../../../../../org/apache/commons/scxml2/semantics/SCXMLSemanticsImpl.html#executeTransitionContent(org.apache.commons.scxml2.SCXMLExecutionContext, org.apache.commons.scxml2.semantics.Step)">executeTransitionContent</a></strong>(<a href="../../../../../org/apache/commons/scxml2/SCXMLExecutionContext.html" title="class in org.apache.commons.scxml2">SCXMLExecutionContext</a>&nbsp;exctx,
+<td class="colLast"><span class="strong">SCXMLSemanticsImpl.</span><code><strong><a href="../../../../../org/apache/commons/scxml2/semantics/SCXMLSemanticsImpl.html#executeTransitionContent(org.apache.commons.scxml2.SCXMLExecutionContext,%20org.apache.commons.scxml2.semantics.Step)">executeTransitionContent</a></strong>(<a href="../../../../../org/apache/commons/scxml2/SCXMLExecutionContext.html" title="class in org.apache.commons.scxml2">SCXMLExecutionContext</a>&nbsp;exctx,
                                                 <a href="../../../../../org/apache/commons/scxml2/semantics/Step.html" title="class in org.apache.commons.scxml2.semantics">Step</a>&nbsp;step)</code>
 <div class="block">Executes the executable content for all transitions in the micro step</div>
 </td>
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code>void</code></td>
-<td class="colLast"><span class="strong">SCXMLSemanticsImpl.</span><code><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</a></strong>(<a href="../../../../../org/apache/commons/scxml2/SCXMLExecutionContext.html" title="class in org.apache.commons.scxml2">SCXMLExecutionContext</a>&nbsp;exctx,
+<td class="colLast"><span class="strong">SCXMLSemanticsImpl.</span><code><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</a></strong>(<a href="../../../../../org/apache/commons/scxml2/SCXMLExecutionContext.html" title="class in org.apache.commons.scxml2">SCXMLExecutionContext</a>&nbsp;exctx,
                     <a href="../../../../../org/apache/commons/scxml2/semantics/Step.html" title="class in org.apache.commons.scxml2.semantics">Step</a>&nbsp;step,
                     <a href="http://docs.oracle.com/javase/6/docs/api/java/util/Set.html?is-external=true" title="class or interface in java.util">Set</a>&lt;<a href="../../../../../org/apache/commons/scxml2/model/TransitionalState.html" title="class in org.apache.commons.scxml2.model">TransitionalState</a>&gt;&nbsp;statesToInvoke)</code>
 <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>
 </td>
 </tr>
 <tr class="rowColor">
@@ -232,27 +232,27 @@
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code>void</code></td>
-<td class="colLast"><span class="strong">SCXMLSemanticsImpl.</span><code><strong><a href="../../../../../org/apache/commons/scxml2/semantics/SCXMLSemanticsImpl.html#initiateInvokes(org.apache.commons.scxml2.SCXMLExecutionContext, java.util.Set)">initiateInvokes</a></strong>(<a href="../../../../../org/apache/commons/scxml2/SCXMLExecutionContext.html" title="class in org.apache.commons.scxml2">SCXMLExecutionContext</a>&nbsp;exctx,
+<td class="colLast"><span class="strong">SCXMLSemanticsImpl.</span><code><strong><a href="../../../../../org/apache/commons/scxml2/semantics/SCXMLSemanticsImpl.html#initiateInvokes(org.apache.commons.scxml2.SCXMLExecutionContext,%20java.util.Set)">initiateInvokes</a></strong>(<a href="../../../../../org/apache/commons/scxml2/SCXMLExecutionContext.html" title="class in org.apache.commons.scxml2">SCXMLExecutionContext</a>&nbsp;exctx,
                               <a href="http://docs.oracle.com/javase/6/docs/api/java/util/Set.html?is-external=true" title="class or interface in java.util">Set</a>&lt;<a href="../../../../../org/apache/commons/scxml2/model/TransitionalState.html" title="class in org.apache.commons.scxml2.model">TransitionalState</a>&gt;&nbsp;statesToInvoke)</code>
 <div class="block">Initiate any new invoked activities.</div>
 </td>
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code>void</code></td>
-<td class="colLast"><span class="strong">SCXMLSemanticsImpl.</span><code><strong><a href="../../../../../org/apache/commons/scxml2/semantics/SCXMLSemanticsImpl.html#macroStep(org.apache.commons.scxml2.SCXMLExecutionContext, java.util.Set)">macroStep</a></strong>(<a href="../../../../../org/apache/commons/scxml2/SCXMLExecutionContext.html" title="class in org.apache.commons.scxml2">SCXMLExecutionContext</a>&nbsp;exctx,
+<td class="colLast"><span class="strong">SCXMLSemanticsImpl.</span><code><strong><a href="../../../../../org/apache/commons/scxml2/semantics/SCXMLSemanticsImpl.html#macroStep(org.apache.commons.scxml2.SCXMLExecutionContext,%20java.util.Set)">macroStep</a></strong>(<a href="../../../../../org/apache/commons/scxml2/SCXMLExecutionContext.html" title="class in org.apache.commons.scxml2">SCXMLExecutionContext</a>&nbsp;exctx,
                   <a href="http://docs.oracle.com/javase/6/docs/api/java/util/Set.html?is-external=true" title="class or interface in java.util">Set</a>&lt;<a href="../../../../../org/apache/commons/scxml2/model/TransitionalState.html" title="class in org.apache.commons.scxml2.model">TransitionalState</a>&gt;&nbsp;statesToInvoke)</code>
 <div class="block">Perform a macro step in the execution of a state machine.</div>
 </td>
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code>boolean</code></td>
-<td class="colLast"><span class="strong">SCXMLSemanticsImpl.</span><code><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</a></strong>(<a href="../../../../../org/apache/commons/scxml2/SCXMLExecutionContext.html" title="class in org.apache.commons.scxml2">SCXMLExecutionContext</a>&nbsp;exctx,
+<td class="colLast"><span class="strong">SCXMLSemanticsImpl.</span><code><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</a></strong>(<a href="../../../../../org/apache/commons/scxml2/SCXMLExecutionContext.html" title="class in org.apache.commons.scxml2">SCXMLExecutionContext</a>&nbsp;exctx,
                               <a href="../../../../../org/apache/commons/scxml2/model/Transition.html" title="class in org.apache.commons.scxml2.model">Transition</a>&nbsp;transition,
                               <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;eventName)</code>&nbsp;</td>
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code>void</code></td>
-<td class="colLast"><span class="strong">SCXMLSemanticsImpl.</span><code><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</a></strong>(<a href="../../../../../org/apache/commons/scxml2/SCXMLExecutionContext.html" title="class in org.apache.commons.scxml2">SCXMLExecutionContext</a>&nbsp;exctx,
+<td class="colLast"><span class="strong">SCXMLSemanticsImpl.</span><code><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</a></strong>(<a href="../../../../../org/apache/commons/scxml2/SCXMLExecutionContext.html" title="class in org.apache.commons.scxml2">SCXMLExecutionContext</a>&nbsp;exctx,
                   <a href="../../../../../org/apache/commons/scxml2/semantics/Step.html" title="class in org.apache.commons.scxml2.semantics">Step</a>&nbsp;step,
                   <a href="http://docs.oracle.com/javase/6/docs/api/java/util/Set.html?is-external=true" title="class or interface in java.util">Set</a>&lt;<a href="../../../../../org/apache/commons/scxml2/model/TransitionalState.html" title="class in org.apache.commons.scxml2.model">TransitionalState</a>&gt;&nbsp;statesToInvoke)</code>
 <div class="block">Perform a micro step in the execution of a state machine.</div>
@@ -260,14 +260,14 @@
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code>void</code></td>
-<td class="colLast"><span class="strong">SCXMLSemanticsImpl.</span><code><strong><a href="../../../../../org/apache/commons/scxml2/semantics/SCXMLSemanticsImpl.html#nextStep(org.apache.commons.scxml2.SCXMLExecutionContext, org.apache.commons.scxml2.TriggerEvent)">nextStep</a></strong>(<a href="../../../../../org/apache/commons/scxml2/SCXMLExecutionContext.html" title="class in org.apache.commons.scxml2">SCXMLExecutionContext</a>&nbsp;exctx,
+<td class="colLast"><span class="strong">SCXMLSemanticsImpl.</span><code><strong><a href="../../../../../org/apache/commons/scxml2/semantics/SCXMLSemanticsImpl.html#nextStep(org.apache.commons.scxml2.SCXMLExecutionContext,%20org.apache.commons.scxml2.TriggerEvent)">nextStep</a></strong>(<a href="../../../../../org/apache/commons/scxml2/SCXMLExecutionContext.html" title="class in org.apache.commons.scxml2">SCXMLExecutionContext</a>&nbsp;exctx,
                 <a href="../../../../../org/apache/commons/scxml2/TriggerEvent.html" title="class in org.apache.commons.scxml2">TriggerEvent</a>&nbsp;event)</code>
 <div class="block">Next step in the execution of an SCXML state machine.</div>
 </td>
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code>void</code></td>
-<td class="colLast"><span class="strong">SCXMLSemanticsImpl.</span><code><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</a></strong>(<a href="../../../../../org/apache/commons/scxml2/SCXMLExecutionContext.html" title="class in org.apache.commons.scxml2">SCXMLExecutionContext</a>&nbsp;exctx,
+<td class="colLast"><span class="strong">SCXMLSemanticsImpl.</span><code><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</a></strong>(<a href="../../../../../org/apache/commons/scxml2/SCXMLExecutionContext.html" title="class in org.apache.commons.scxml2">SCXMLExecutionContext</a>&nbsp;exctx,
                                     <a href="../../../../../org/apache/commons/scxml2/model/Transition.html" title="class in org.apache.commons.scxml2.model">Transition</a>&nbsp;t,
                                     <a href="../../../../../org/apache/commons/scxml2/model/TransitionTarget.html" title="class in org.apache.commons.scxml2.model">TransitionTarget</a>&nbsp;target)</code>
 <div class="block">Notifies SCXMLListeners on the transition taken</div>
@@ -275,14 +275,14 @@
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code>void</code></td>
-<td class="colLast"><span class="strong">SCXMLSemanticsImpl.</span><code><strong><a href="../../../../../org/apache/commons/scxml2/semantics/SCXMLSemanticsImpl.html#processInvokes(org.apache.commons.scxml2.SCXMLExecutionContext, org.apache.commons.scxml2.TriggerEvent)">processInvokes</a></strong>(<a href="../../../../../org/apache/commons/scxml2/SCXMLExecutionContext.html" title="class in org.apache.commons.scxml2">SCXMLExecutionContext</a>&nbsp;exctx,
+<td class="colLast"><span class="strong">SCXMLSemanticsImpl.</span><code><strong><a href="../../../../../org/apache/commons/scxml2/semantics/SCXMLSemanticsImpl.html#processInvokes(org.apache.commons.scxml2.SCXMLExecutionContext,%20org.apache.commons.scxml2.TriggerEvent)">processInvokes</a></strong>(<a href="../../../../../org/apache/commons/scxml2/SCXMLExecutionContext.html" title="class in org.apache.commons.scxml2">SCXMLExecutionContext</a>&nbsp;exctx,
                             <a href="../../../../../org/apache/commons/scxml2/TriggerEvent.html" title="class in org.apache.commons.scxml2">TriggerEvent</a>&nbsp;event)</code>
 <div class="block">Forward events to invoked activities, execute finalize handlers.</div>
 </td>
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code>void</code></td>
-<td class="colLast"><span class="strong">SCXMLSemanticsImpl.</span><code><strong><a href="../../../../../org/apache/commons/scxml2/semantics/SCXMLSemanticsImpl.html#removeConflictingTransitions(org.apache.commons.scxml2.SCXMLExecutionContext, org.apache.commons.scxml2.semantics.Step, java.util.List)">removeConflictingTransitions</a></strong>(<a href="../../../../../org/apache/commons/scxml2/SCXMLExecutionContext.html" title="class in org.apache.commons.scxml2">SCXMLExecutionContext</a>&nbsp;exctx,
+<td class="colLast"><span class="strong">SCXMLSemanticsImpl.</span><code><strong><a href="../../../../../org/apache/commons/scxml2/semantics/SCXMLSemanticsImpl.html#removeConflictingTransitions(org.apache.commons.scxml2.SCXMLExecutionContext,%20org.apache.commons.scxml2.semantics.Step,%20java.util.List)">removeConflictingTransitions</a></strong>(<a href="../../../../../org/apache/commons/scxml2/SCXMLExecutionContext.html" title="class in org.apache.commons.scxml2">SCXMLExecutionContext</a>&nbsp;exctx,
                                                         <a href="../../../../../org/apache/commons/scxml2/semantics/Step.html" title="class in org.apache.commons.scxml2.semantics">Step</a>&nbsp;step,
                                                         <a href="http://docs.oracle.com/javase/6/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="../../../../../org/apache/commons/scxml2/model/Transition.html" title="class in org.apache.commons.scxml2.model">Transition</a>&gt;&nbsp;enabledTransitions)</code>
 <div class="block">This method corresponds to the Algorithm for SCXML processing removeConflictingTransitions() procedure.</div>
@@ -290,7 +290,7 @@
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code>void</code></td>
-<td class="colLast"><span class="strong">SCXMLSemanticsImpl.</span><code><strong><a href="../../../../../org/apache/commons/scxml2/semantics/SCXMLSemanticsImpl.html#selectTransitions(org.apache.commons.scxml2.SCXMLExecutionContext, org.apache.commons.scxml2.semantics.Step)">selectTransitions</a></strong>(<a href="../../../../../org/apache/commons/scxml2/SCXMLExecutionContext.html" title="class in org.apache.commons.scxml2">SCXMLExecutionContext</a>&nbsp;exctx,
+<td class="colLast"><span class="strong">SCXMLSemanticsImpl.</span><code><strong><a href="../../../../../org/apache/commons/scxml2/semantics/SCXMLSemanticsImpl.html#selectTransitions(org.apache.commons.scxml2.SCXMLExecutionContext,%20org.apache.commons.scxml2.semantics.Step)">selectTransitions</a></strong>(<a href="../../../../../org/apache/commons/scxml2/SCXMLExecutionContext.html" title="class in org.apache.commons.scxml2">SCXMLExecutionContext</a>&nbsp;exctx,
                                   <a href="../../../../../org/apache/commons/scxml2/semantics/Step.html" title="class in org.apache.commons.scxml2.semantics">Step</a>&nbsp;step)</code>
 <div class="block">This method corresponds to the Algorithm for SCXML processing selectTransitions() as well as the
  selectEventlessTransitions() procedure, depending on the event (or null) in the provided step</div>

Modified: websites/production/commons/content/proper/commons-scxml/apidocs/org/apache/commons/scxml2/class-use/SCXMLExpressionException.html
==============================================================================
--- websites/production/commons/content/proper/commons-scxml/apidocs/org/apache/commons/scxml2/class-use/SCXMLExpressionException.html (original)
+++ websites/production/commons/content/proper/commons-scxml/apidocs/org/apache/commons/scxml2/class-use/SCXMLExpressionException.html Mon Sep 15 13:36:40 2014
@@ -132,28 +132,28 @@
 <tbody>
 <tr class="altColor">
 <td class="colFirst"><code><a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></code></td>
-<td class="colLast"><span class="strong">Evaluator.</span><code><strong><a href="../../../../../org/apache/commons/scxml2/Evaluator.html#eval(org.apache.commons.scxml2.Context, java.lang.String)">eval</a></strong>(<a href="../../../../../org/apache/commons/scxml2/Context.html" title="interface in org.apache.commons.scxml2">Context</a>&nbsp;ctx,
+<td class="colLast"><span class="strong">Evaluator.</span><code><strong><a href="../../../../../org/apache/commons/scxml2/Evaluator.html#eval(org.apache.commons.scxml2.Context,%20java.lang.String)">eval</a></strong>(<a href="../../../../../org/apache/commons/scxml2/Context.html" title="interface in org.apache.commons.scxml2">Context</a>&nbsp;ctx,
         <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;expr)</code>
 <div class="block">Evaluate an expression.</div>
 </td>
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code><a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Boolean.html?is-external=true" title="class or interface in java.lang">Boolean</a></code></td>
-<td class="colLast"><span class="strong">Evaluator.</span><code><strong><a href="../../../../../org/apache/commons/scxml2/Evaluator.html#evalCond(org.apache.commons.scxml2.Context, java.lang.String)">evalCond</a></strong>(<a href="../../../../../org/apache/commons/scxml2/Context.html" title="interface in org.apache.commons.scxml2">Context</a>&nbsp;ctx,
+<td class="colLast"><span class="strong">Evaluator.</span><code><strong><a href="../../../../../org/apache/commons/scxml2/Evaluator.html#evalCond(org.apache.commons.scxml2.Context,%20java.lang.String)">evalCond</a></strong>(<a href="../../../../../org/apache/commons/scxml2/Context.html" title="interface in org.apache.commons.scxml2">Context</a>&nbsp;ctx,
                 <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;expr)</code>
 <div class="block">Evaluate a condition.</div>
 </td>
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code><a href="http://docs.oracle.com/javase/6/docs/api/org/w3c/dom/Node.html?is-external=true" title="class or interface in org.w3c.dom">Node</a></code></td>
-<td class="colLast"><span class="strong">Evaluator.</span><code><strong><a href="../../../../../org/apache/commons/scxml2/Evaluator.html#evalLocation(org.apache.commons.scxml2.Context, java.lang.String)">evalLocation</a></strong>(<a href="../../../../../org/apache/commons/scxml2/Context.html" title="interface in org.apache.commons.scxml2">Context</a>&nbsp;ctx,
+<td class="colLast"><span class="strong">Evaluator.</span><code><strong><a href="../../../../../org/apache/commons/scxml2/Evaluator.html#evalLocation(org.apache.commons.scxml2.Context,%20java.lang.String)">evalLocation</a></strong>(<a href="../../../../../org/apache/commons/scxml2/Context.html" title="interface in org.apache.commons.scxml2">Context</a>&nbsp;ctx,
                         <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;expr)</code>
 <div class="block">Evaluate a location that returns a Node within an XML data tree.</div>
 </td>
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code><a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></code></td>
-<td class="colLast"><span class="strong">Evaluator.</span><code><strong><a href="../../../../../org/apache/commons/scxml2/Evaluator.html#evalScript(org.apache.commons.scxml2.Context, java.lang.String)">evalScript</a></strong>(<a href="../../../../../org/apache/commons/scxml2/Context.html" title="interface in org.apache.commons.scxml2">Context</a>&nbsp;ctx,
+<td class="colLast"><span class="strong">Evaluator.</span><code><strong><a href="../../../../../org/apache/commons/scxml2/Evaluator.html#evalScript(org.apache.commons.scxml2.Context,%20java.lang.String)">evalScript</a></strong>(<a href="../../../../../org/apache/commons/scxml2/Context.html" title="interface in org.apache.commons.scxml2">Context</a>&nbsp;ctx,
                     <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;script)</code>
 <div class="block">Evaluate a script.</div>
 </td>
@@ -174,24 +174,24 @@
 <tbody>
 <tr class="altColor">
 <td class="colFirst"><code><a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></code></td>
-<td class="colLast"><span class="strong">GroovyEvaluator.</span><code><strong><a href="../../../../../org/apache/commons/scxml2/env/groovy/GroovyEvaluator.html#eval(org.apache.commons.scxml2.Context, java.lang.String)">eval</a></strong>(<a href="../../../../../org/apache/commons/scxml2/Context.html" title="interface in org.apache.commons.scxml2">Context</a>&nbsp;ctx,
+<td class="colLast"><span class="strong">GroovyEvaluator.</span><code><strong><a href="../../../../../org/apache/commons/scxml2/env/groovy/GroovyEvaluator.html#eval(org.apache.commons.scxml2.Context,%20java.lang.String)">eval</a></strong>(<a href="../../../../../org/apache/commons/scxml2/Context.html" title="interface in org.apache.commons.scxml2">Context</a>&nbsp;ctx,
         <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;expr)</code>
 <div class="block">Evaluate an expression.</div>
 </td>
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code><a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Boolean.html?is-external=true" title="class or interface in java.lang">Boolean</a></code></td>
-<td class="colLast"><span class="strong">GroovyEvaluator.</span><code><strong><a href="../../../../../org/apache/commons/scxml2/env/groovy/GroovyEvaluator.html#evalCond(org.apache.commons.scxml2.Context, java.lang.String)">evalCond</a></strong>(<a href="../../../../../org/apache/commons/scxml2/Context.html" title="interface in org.apache.commons.scxml2">Context</a>&nbsp;ctx,
+<td class="colLast"><span class="strong">GroovyEvaluator.</span><code><strong><a href="../../../../../org/apache/commons/scxml2/env/groovy/GroovyEvaluator.html#evalCond(org.apache.commons.scxml2.Context,%20java.lang.String)">evalCond</a></strong>(<a href="../../../../../org/apache/commons/scxml2/Context.html" title="interface in org.apache.commons.scxml2">Context</a>&nbsp;ctx,
                 <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;expr)</code>&nbsp;</td>
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code><a href="http://docs.oracle.com/javase/6/docs/api/org/w3c/dom/Node.html?is-external=true" title="class or interface in org.w3c.dom">Node</a></code></td>
-<td class="colLast"><span class="strong">GroovyEvaluator.</span><code><strong><a href="../../../../../org/apache/commons/scxml2/env/groovy/GroovyEvaluator.html#evalLocation(org.apache.commons.scxml2.Context, java.lang.String)">evalLocation</a></strong>(<a href="../../../../../org/apache/commons/scxml2/Context.html" title="interface in org.apache.commons.scxml2">Context</a>&nbsp;ctx,
+<td class="colLast"><span class="strong">GroovyEvaluator.</span><code><strong><a href="../../../../../org/apache/commons/scxml2/env/groovy/GroovyEvaluator.html#evalLocation(org.apache.commons.scxml2.Context,%20java.lang.String)">evalLocation</a></strong>(<a href="../../../../../org/apache/commons/scxml2/Context.html" title="interface in org.apache.commons.scxml2">Context</a>&nbsp;ctx,
                         <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;expr)</code>&nbsp;</td>
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code><a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></code></td>
-<td class="colLast"><span class="strong">GroovyEvaluator.</span><code><strong><a href="../../../../../org/apache/commons/scxml2/env/groovy/GroovyEvaluator.html#evalScript(org.apache.commons.scxml2.Context, java.lang.String)">evalScript</a></strong>(<a href="../../../../../org/apache/commons/scxml2/Context.html" title="interface in org.apache.commons.scxml2">Context</a>&nbsp;ctx,
+<td class="colLast"><span class="strong">GroovyEvaluator.</span><code><strong><a href="../../../../../org/apache/commons/scxml2/env/groovy/GroovyEvaluator.html#evalScript(org.apache.commons.scxml2.Context,%20java.lang.String)">evalScript</a></strong>(<a href="../../../../../org/apache/commons/scxml2/Context.html" title="interface in org.apache.commons.scxml2">Context</a>&nbsp;ctx,
                     <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;scriptSource)</code>&nbsp;</td>
 </tr>
 </tbody>
@@ -210,7 +210,7 @@
 <tbody>
 <tr class="altColor">
 <td class="colFirst"><code><a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></code></td>
-<td class="colLast"><span class="strong">JSEvaluator.</span><code><strong><a href="../../../../../org/apache/commons/scxml2/env/javascript/JSEvaluator.html#eval(org.apache.commons.scxml2.Context, java.lang.String)">eval</a></strong>(<a href="../../../../../org/apache/commons/scxml2/Context.html" title="interface in org.apache.commons.scxml2">Context</a>&nbsp;context,
+<td class="colLast"><span class="strong">JSEvaluator.</span><code><strong><a href="../../../../../org/apache/commons/scxml2/env/javascript/JSEvaluator.html#eval(org.apache.commons.scxml2.Context,%20java.lang.String)">eval</a></strong>(<a href="../../../../../org/apache/commons/scxml2/Context.html" title="interface in org.apache.commons.scxml2">Context</a>&nbsp;context,
         <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;expression)</code>
 <div class="block">Evaluates the expression using a new Javascript engine obtained from
  factory instantiated in the constructor.</div>
@@ -218,7 +218,7 @@
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code><a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Boolean.html?is-external=true" title="class or interface in java.lang">Boolean</a></code></td>
-<td class="colLast"><span class="strong">JSEvaluator.</span><code><strong><a href="../../../../../org/apache/commons/scxml2/env/javascript/JSEvaluator.html#evalCond(org.apache.commons.scxml2.Context, java.lang.String)">evalCond</a></strong>(<a href="../../../../../org/apache/commons/scxml2/Context.html" title="interface in org.apache.commons.scxml2">Context</a>&nbsp;context,
+<td class="colLast"><span class="strong">JSEvaluator.</span><code><strong><a href="../../../../../org/apache/commons/scxml2/env/javascript/JSEvaluator.html#evalCond(org.apache.commons.scxml2.Context,%20java.lang.String)">evalCond</a></strong>(<a href="../../../../../org/apache/commons/scxml2/Context.html" title="interface in org.apache.commons.scxml2">Context</a>&nbsp;context,
                 <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;expression)</code>
 <div class="block">Evaluates a conditional expression using the <code>eval()</code> method and
  casting the result to a Boolean.</div>
@@ -226,7 +226,7 @@
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code><a href="http://docs.oracle.com/javase/6/docs/api/org/w3c/dom/Node.html?is-external=true" title="class or interface in org.w3c.dom">Node</a></code></td>
-<td class="colLast"><span class="strong">JSEvaluator.</span><code><strong><a href="../../../../../org/apache/commons/scxml2/env/javascript/JSEvaluator.html#evalLocation(org.apache.commons.scxml2.Context, java.lang.String)">evalLocation</a></strong>(<a href="../../../../../org/apache/commons/scxml2/Context.html" title="interface in org.apache.commons.scxml2">Context</a>&nbsp;context,
+<td class="colLast"><span class="strong">JSEvaluator.</span><code><strong><a href="../../../../../org/apache/commons/scxml2/env/javascript/JSEvaluator.html#evalLocation(org.apache.commons.scxml2.Context,%20java.lang.String)">evalLocation</a></strong>(<a href="../../../../../org/apache/commons/scxml2/Context.html" title="interface in org.apache.commons.scxml2">Context</a>&nbsp;context,
                         <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;expression)</code>
 <div class="block">Evaluates a location expression using a new Javascript engine obtained from
  factory instantiated in the constructor.</div>
@@ -234,7 +234,7 @@
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code><a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></code></td>
-<td class="colLast"><span class="strong">JSEvaluator.</span><code><strong><a href="../../../../../org/apache/commons/scxml2/env/javascript/JSEvaluator.html#evalScript(org.apache.commons.scxml2.Context, java.lang.String)">evalScript</a></strong>(<a href="../../../../../org/apache/commons/scxml2/Context.html" title="interface in org.apache.commons.scxml2">Context</a>&nbsp;ctx,
+<td class="colLast"><span class="strong">JSEvaluator.</span><code><strong><a href="../../../../../org/apache/commons/scxml2/env/javascript/JSEvaluator.html#evalScript(org.apache.commons.scxml2.Context,%20java.lang.String)">evalScript</a></strong>(<a href="../../../../../org/apache/commons/scxml2/Context.html" title="interface in org.apache.commons.scxml2">Context</a>&nbsp;ctx,
                     <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;script)</code>
 <div class="block">Executes the script using a new Javascript engine obtained from
  factory instantiated in the constructor.</div>
@@ -256,24 +256,24 @@
 <tbody>
 <tr class="altColor">
 <td class="colFirst"><code><a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></code></td>
-<td class="colLast"><span class="strong">JexlEvaluator.</span><code><strong><a href="../../../../../org/apache/commons/scxml2/env/jexl/JexlEvaluator.html#eval(org.apache.commons.scxml2.Context, java.lang.String)">eval</a></strong>(<a href="../../../../../org/apache/commons/scxml2/Context.html" title="interface in org.apache.commons.scxml2">Context</a>&nbsp;ctx,
+<td class="colLast"><span class="strong">JexlEvaluator.</span><code><strong><a href="../../../../../org/apache/commons/scxml2/env/jexl/JexlEvaluator.html#eval(org.apache.commons.scxml2.Context,%20java.lang.String)">eval</a></strong>(<a href="../../../../../org/apache/commons/scxml2/Context.html" title="interface in org.apache.commons.scxml2">Context</a>&nbsp;ctx,
         <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;expr)</code>
 <div class="block">Evaluate an expression.</div>
 </td>
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code><a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Boolean.html?is-external=true" title="class or interface in java.lang">Boolean</a></code></td>
-<td class="colLast"><span class="strong">JexlEvaluator.</span><code><strong><a href="../../../../../org/apache/commons/scxml2/env/jexl/JexlEvaluator.html#evalCond(org.apache.commons.scxml2.Context, java.lang.String)">evalCond</a></strong>(<a href="../../../../../org/apache/commons/scxml2/Context.html" title="interface in org.apache.commons.scxml2">Context</a>&nbsp;ctx,
+<td class="colLast"><span class="strong">JexlEvaluator.</span><code><strong><a href="../../../../../org/apache/commons/scxml2/env/jexl/JexlEvaluator.html#evalCond(org.apache.commons.scxml2.Context,%20java.lang.String)">evalCond</a></strong>(<a href="../../../../../org/apache/commons/scxml2/Context.html" title="interface in org.apache.commons.scxml2">Context</a>&nbsp;ctx,
                 <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;expr)</code>&nbsp;</td>
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code><a href="http://docs.oracle.com/javase/6/docs/api/org/w3c/dom/Node.html?is-external=true" title="class or interface in org.w3c.dom">Node</a></code></td>
-<td class="colLast"><span class="strong">JexlEvaluator.</span><code><strong><a href="../../../../../org/apache/commons/scxml2/env/jexl/JexlEvaluator.html#evalLocation(org.apache.commons.scxml2.Context, java.lang.String)">evalLocation</a></strong>(<a href="../../../../../org/apache/commons/scxml2/Context.html" title="interface in org.apache.commons.scxml2">Context</a>&nbsp;ctx,
+<td class="colLast"><span class="strong">JexlEvaluator.</span><code><strong><a href="../../../../../org/apache/commons/scxml2/env/jexl/JexlEvaluator.html#evalLocation(org.apache.commons.scxml2.Context,%20java.lang.String)">evalLocation</a></strong>(<a href="../../../../../org/apache/commons/scxml2/Context.html" title="interface in org.apache.commons.scxml2">Context</a>&nbsp;ctx,
                         <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;expr)</code>&nbsp;</td>
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code><a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></code></td>
-<td class="colLast"><span class="strong">JexlEvaluator.</span><code><strong><a href="../../../../../org/apache/commons/scxml2/env/jexl/JexlEvaluator.html#evalScript(org.apache.commons.scxml2.Context, java.lang.String)">evalScript</a></strong>(<a href="../../../../../org/apache/commons/scxml2/Context.html" title="interface in org.apache.commons.scxml2">Context</a>&nbsp;ctx,
+<td class="colLast"><span class="strong">JexlEvaluator.</span><code><strong><a href="../../../../../org/apache/commons/scxml2/env/jexl/JexlEvaluator.html#evalScript(org.apache.commons.scxml2.Context,%20java.lang.String)">evalScript</a></strong>(<a href="../../../../../org/apache/commons/scxml2/Context.html" title="interface in org.apache.commons.scxml2">Context</a>&nbsp;ctx,
                     <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;script)</code>&nbsp;</td>
 </tr>
 </tbody>
@@ -292,22 +292,22 @@
 <tbody>
 <tr class="altColor">
 <td class="colFirst"><code><a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></code></td>
-<td class="colLast"><span class="strong">XPathEvaluator.</span><code><strong><a href="../../../../../org/apache/commons/scxml2/env/xpath/XPathEvaluator.html#eval(org.apache.commons.scxml2.Context, java.lang.String)">eval</a></strong>(<a href="../../../../../org/apache/commons/scxml2/Context.html" title="interface in org.apache.commons.scxml2">Context</a>&nbsp;ctx,
+<td class="colLast"><span class="strong">XPathEvaluator.</span><code><strong><a href="../../../../../org/apache/commons/scxml2/env/xpath/XPathEvaluator.html#eval(org.apache.commons.scxml2.Context,%20java.lang.String)">eval</a></strong>(<a href="../../../../../org/apache/commons/scxml2/Context.html" title="interface in org.apache.commons.scxml2">Context</a>&nbsp;ctx,
         <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;expr)</code>&nbsp;</td>
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code><a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Boolean.html?is-external=true" title="class or interface in java.lang">Boolean</a></code></td>
-<td class="colLast"><span class="strong">XPathEvaluator.</span><code><strong><a href="../../../../../org/apache/commons/scxml2/env/xpath/XPathEvaluator.html#evalCond(org.apache.commons.scxml2.Context, java.lang.String)">evalCond</a></strong>(<a href="../../../../../org/apache/commons/scxml2/Context.html" title="interface in org.apache.commons.scxml2">Context</a>&nbsp;ctx,
+<td class="colLast"><span class="strong">XPathEvaluator.</span><code><strong><a href="../../../../../org/apache/commons/scxml2/env/xpath/XPathEvaluator.html#evalCond(org.apache.commons.scxml2.Context,%20java.lang.String)">evalCond</a></strong>(<a href="../../../../../org/apache/commons/scxml2/Context.html" title="interface in org.apache.commons.scxml2">Context</a>&nbsp;ctx,
                 <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;expr)</code>&nbsp;</td>
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code><a href="http://docs.oracle.com/javase/6/docs/api/org/w3c/dom/Node.html?is-external=true" title="class or interface in org.w3c.dom">Node</a></code></td>
-<td class="colLast"><span class="strong">XPathEvaluator.</span><code><strong><a href="../../../../../org/apache/commons/scxml2/env/xpath/XPathEvaluator.html#evalLocation(org.apache.commons.scxml2.Context, java.lang.String)">evalLocation</a></strong>(<a href="../../../../../org/apache/commons/scxml2/Context.html" title="interface in org.apache.commons.scxml2">Context</a>&nbsp;ctx,
+<td class="colLast"><span class="strong">XPathEvaluator.</span><code><strong><a href="../../../../../org/apache/commons/scxml2/env/xpath/XPathEvaluator.html#evalLocation(org.apache.commons.scxml2.Context,%20java.lang.String)">evalLocation</a></strong>(<a href="../../../../../org/apache/commons/scxml2/Context.html" title="interface in org.apache.commons.scxml2">Context</a>&nbsp;ctx,
                         <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;expr)</code>&nbsp;</td>
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code><a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></code></td>
-<td class="colLast"><span class="strong">XPathEvaluator.</span><code><strong><a href="../../../../../org/apache/commons/scxml2/env/xpath/XPathEvaluator.html#evalScript(org.apache.commons.scxml2.Context, java.lang.String)">evalScript</a></strong>(<a href="../../../../../org/apache/commons/scxml2/Context.html" title="interface in org.apache.commons.scxml2">Context</a>&nbsp;ctx,
+<td class="colLast"><span class="strong">XPathEvaluator.</span><code><strong><a href="../../../../../org/apache/commons/scxml2/env/xpath/XPathEvaluator.html#evalScript(org.apache.commons.scxml2.Context,%20java.lang.String)">evalScript</a></strong>(<a href="../../../../../org/apache/commons/scxml2/Context.html" title="interface in org.apache.commons.scxml2">Context</a>&nbsp;ctx,
                     <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;script)</code>&nbsp;</td>
 </tr>
 </tbody>

Modified: websites/production/commons/content/proper/commons-scxml/apidocs/org/apache/commons/scxml2/class-use/SCXMLIOProcessor.html
==============================================================================
--- websites/production/commons/content/proper/commons-scxml/apidocs/org/apache/commons/scxml2/class-use/SCXMLIOProcessor.html (original)
+++ websites/production/commons/content/proper/commons-scxml/apidocs/org/apache/commons/scxml2/class-use/SCXMLIOProcessor.html Mon Sep 15 13:36:40 2014
@@ -162,14 +162,14 @@
 </tr>
 <tbody>
 <tr class="altColor">
-<td class="colLast"><code><strong><a href="../../../../../org/apache/commons/scxml2/SCInstance.html#SCInstance(org.apache.commons.scxml2.SCXMLIOProcessor, org.apache.commons.scxml2.Evaluator, org.apache.commons.scxml2.ErrorReporter)">SCInstance</a></strong>(<a href="../../../../../org/apache/commons/scxml2/SCXMLIOProcessor.html" title="interface in org.apache.commons.scxml2">SCXMLIOProcessor</a>&nbsp;internalIOProcessor,
+<td class="colLast"><code><strong><a href="../../../../../org/apache/commons/scxml2/SCInstance.html#SCInstance(org.apache.commons.scxml2.SCXMLIOProcessor,%20org.apache.commons.scxml2.Evaluator,%20org.apache.commons.scxml2.ErrorReporter)">SCInstance</a></strong>(<a href="../../../../../org/apache/commons/scxml2/SCXMLIOProcessor.html" title="interface in org.apache.commons.scxml2">SCXMLIOProcessor</a>&nbsp;internalIOProcessor,
                     <a href="../../../../../org/apache/commons/scxml2/Evaluator.html" title="interface in org.apache.commons.scxml2">Evaluator</a>&nbsp;evaluator,
                     <a href="../../../../../org/apache/commons/scxml2/ErrorReporter.html" title="interface in org.apache.commons.scxml2">ErrorReporter</a>&nbsp;errorReporter)</code>
 <div class="block">Constructor</div>
 </td>
 </tr>
 <tr class="rowColor">
-<td class="colLast"><code><strong><a href="../../../../../org/apache/commons/scxml2/SCXMLExecutionContext.html#SCXMLExecutionContext(org.apache.commons.scxml2.SCXMLIOProcessor, org.apache.commons.scxml2.Evaluator, org.apache.commons.scxml2.EventDispatcher, org.apache.commons.scxml2.ErrorReporter)">SCXMLExecutionContext</a></strong>(<a href="../../../../../org/apache/commons/scxml2/SCXMLIOProcessor.html" title="interface in org.apache.commons.scxml2">SCXMLIOProcessor</a>&nbsp;externalIOProcessor,
+<td class="colLast"><code><strong><a href="../../../../../org/apache/commons/scxml2/SCXMLExecutionContext.html#SCXMLExecutionContext(org.apache.commons.scxml2.SCXMLIOProcessor,%20org.apache.commons.scxml2.Evaluator,%20org.apache.commons.scxml2.EventDispatcher,%20org.apache.commons.scxml2.ErrorReporter)">SCXMLExecutionContext</a></strong>(<a href="../../../../../org/apache/commons/scxml2/SCXMLIOProcessor.html" title="interface in org.apache.commons.scxml2">SCXMLIOProcessor</a>&nbsp;externalIOProcessor,
                                           <a href="../../../../../org/apache/commons/scxml2/Evaluator.html" title="interface in org.apache.commons.scxml2">Evaluator</a>&nbsp;evaluator,
                                           <a href="../../../../../org/apache/commons/scxml2/EventDispatcher.html" title="interface in org.apache.commons.scxml2">EventDispatcher</a>&nbsp;eventDispatcher,
                                           <a href="../../../../../org/apache/commons/scxml2/ErrorReporter.html" title="interface in org.apache.commons.scxml2">ErrorReporter</a>&nbsp;errorReporter)</code>

Modified: websites/production/commons/content/proper/commons-scxml/apidocs/org/apache/commons/scxml2/class-use/SCXMLListener.html
==============================================================================
--- websites/production/commons/content/proper/commons-scxml/apidocs/org/apache/commons/scxml2/class-use/SCXMLListener.html (original)
+++ websites/production/commons/content/proper/commons-scxml/apidocs/org/apache/commons/scxml2/class-use/SCXMLListener.html Mon Sep 15 13:36:40 2014
@@ -105,14 +105,14 @@
 <tbody>
 <tr class="altColor">
 <td class="colFirst"><code>void</code></td>
-<td class="colLast"><span class="strong">SCXMLExecutor.</span><code><strong><a href="../../../../../org/apache/commons/scxml2/SCXMLExecutor.html#addListener(org.apache.commons.scxml2.model.Observable, org.apache.commons.scxml2.SCXMLListener)">addListener</a></strong>(<a href="../../../../../org/apache/commons/scxml2/model/Observable.html" title="interface in org.apache.commons.scxml2.model">Observable</a>&nbsp;observable,
+<td class="colLast"><span class="strong">SCXMLExecutor.</span><code><strong><a href="../../../../../org/apache/commons/scxml2/SCXMLExecutor.html#addListener(org.apache.commons.scxml2.model.Observable,%20org.apache.commons.scxml2.SCXMLListener)">addListener</a></strong>(<a href="../../../../../org/apache/commons/scxml2/model/Observable.html" title="interface in org.apache.commons.scxml2.model">Observable</a>&nbsp;observable,
                       <a href="../../../../../org/apache/commons/scxml2/SCXMLListener.html" title="interface in org.apache.commons.scxml2">SCXMLListener</a>&nbsp;listener)</code>
 <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>
 </td>
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code>void</code></td>
-<td class="colLast"><span class="strong">SCXMLExecutor.</span><code><strong><a href="../../../../../org/apache/commons/scxml2/SCXMLExecutor.html#removeListener(org.apache.commons.scxml2.model.Observable, org.apache.commons.scxml2.SCXMLListener)">removeListener</a></strong>(<a href="../../../../../org/apache/commons/scxml2/model/Observable.html" title="interface in org.apache.commons.scxml2.model">Observable</a>&nbsp;observable,
+<td class="colLast"><span class="strong">SCXMLExecutor.</span><code><strong><a href="../../../../../org/apache/commons/scxml2/SCXMLExecutor.html#removeListener(org.apache.commons.scxml2.model.Observable,%20org.apache.commons.scxml2.SCXMLListener)">removeListener</a></strong>(<a href="../../../../../org/apache/commons/scxml2/model/Observable.html" title="interface in org.apache.commons.scxml2.model">Observable</a>&nbsp;observable,
                             <a href="../../../../../org/apache/commons/scxml2/SCXMLListener.html" title="interface in org.apache.commons.scxml2">SCXMLListener</a>&nbsp;listener)</code>
 <div class="block">Remove this listener from the <a href="../../../../../org/apache/commons/scxml2/model/Observable.html" title="interface in org.apache.commons.scxml2.model"><code>Observable</code></a>.</div>
 </td>

Modified: websites/production/commons/content/proper/commons-scxml/apidocs/org/apache/commons/scxml2/class-use/SCXMLSemantics.html
==============================================================================
--- websites/production/commons/content/proper/commons-scxml/apidocs/org/apache/commons/scxml2/class-use/SCXMLSemantics.html (original)
+++ websites/production/commons/content/proper/commons-scxml/apidocs/org/apache/commons/scxml2/class-use/SCXMLSemantics.html Mon Sep 15 13:36:40 2014
@@ -103,7 +103,7 @@
 </tr>
 <tbody>
 <tr class="altColor">
-<td class="colLast"><code><strong><a href="../../../../../org/apache/commons/scxml2/SCXMLExecutor.html#SCXMLExecutor(org.apache.commons.scxml2.Evaluator, org.apache.commons.scxml2.EventDispatcher, org.apache.commons.scxml2.ErrorReporter, org.apache.commons.scxml2.SCXMLSemantics)">SCXMLExecutor</a></strong>(<a href="../../../../../org/apache/commons/scxml2/Evaluator.html" title="interface in org.apache.commons.scxml2">Evaluator</a>&nbsp;expEvaluator,
+<td class="colLast"><code><strong><a href="../../../../../org/apache/commons/scxml2/SCXMLExecutor.html#SCXMLExecutor(org.apache.commons.scxml2.Evaluator,%20org.apache.commons.scxml2.EventDispatcher,%20org.apache.commons.scxml2.ErrorReporter,%20org.apache.commons.scxml2.SCXMLSemantics)">SCXMLExecutor</a></strong>(<a href="../../../../../org/apache/commons/scxml2/Evaluator.html" title="interface in org.apache.commons.scxml2">Evaluator</a>&nbsp;expEvaluator,
                           <a href="../../../../../org/apache/commons/scxml2/EventDispatcher.html" title="interface in org.apache.commons.scxml2">EventDispatcher</a>&nbsp;evtDisp,
                           <a href="../../../../../org/apache/commons/scxml2/ErrorReporter.html" title="interface in org.apache.commons.scxml2">ErrorReporter</a>&nbsp;errRep,
                           <a href="../../../../../org/apache/commons/scxml2/SCXMLSemantics.html" title="interface in org.apache.commons.scxml2">SCXMLSemantics</a>&nbsp;semantics)</code>

Modified: websites/production/commons/content/proper/commons-scxml/apidocs/org/apache/commons/scxml2/class-use/Status.html
==============================================================================
--- websites/production/commons/content/proper/commons-scxml/apidocs/org/apache/commons/scxml2/class-use/Status.html (original)
+++ websites/production/commons/content/proper/commons-scxml/apidocs/org/apache/commons/scxml2/class-use/Status.html Mon Sep 15 13:36:40 2014
@@ -80,6 +80,13 @@
 <div class="block">The Commons SCXML executor and core concepts.</div>
 </td>
 </tr>
+<tr class="rowColor">
+<td class="colFirst"><a href="#org.apache.commons.scxml2.semantics">org.apache.commons.scxml2.semantics</a></td>
+<td class="colLast">
+<div class="block">A collection of classes responsible for implementations of the
+ <code>org.apache.commons.scxml2.SCXMLSemantics</code> interface.</div>
+</td>
+</tr>
 </tbody>
 </table>
 </li>
@@ -109,6 +116,27 @@
 </tbody>
 </table>
 </li>
+<li class="blockList"><a name="org.apache.commons.scxml2.semantics">
+<!--   -->
+</a>
+<h3>Uses of <a href="../../../../../org/apache/commons/scxml2/Status.html" title="class in org.apache.commons.scxml2">Status</a> in <a href="../../../../../org/apache/commons/scxml2/semantics/package-summary.html">org.apache.commons.scxml2.semantics</a></h3>
+<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
+<caption><span>Methods in <a href="../../../../../org/apache/commons/scxml2/semantics/package-summary.html">org.apache.commons.scxml2.semantics</a> with parameters of type <a href="../../../../../org/apache/commons/scxml2/Status.html" title="class in org.apache.commons.scxml2">Status</a></span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">Modifier and Type</th>
+<th class="colLast" scope="col">Method and Description</th>
+</tr>
+<tbody>
+<tr class="altColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><span class="strong">SCXMLSemanticsImpl.</span><code><strong><a href="../../../../../org/apache/commons/scxml2/semantics/SCXMLSemanticsImpl.html#computeExitSet(org.apache.commons.scxml2.semantics.Step,%20org.apache.commons.scxml2.Status)">computeExitSet</a></strong>(<a href="../../../../../org/apache/commons/scxml2/semantics/Step.html" title="class in org.apache.commons.scxml2.semantics">Step</a>&nbsp;step,
+                            <a href="../../../../../org/apache/commons/scxml2/Status.html" title="class in org.apache.commons.scxml2">Status</a>&nbsp;currentStatus)</code>
+<div class="block">Compute and store the set of states to exit for the current list of transitions in the provided step.</div>
+</td>
+</tr>
+</tbody>
+</table>
+</li>
 </ul>
 </li>
 </ul>

Modified: websites/production/commons/content/proper/commons-scxml/apidocs/org/apache/commons/scxml2/class-use/TriggerEvent.html
==============================================================================
--- websites/production/commons/content/proper/commons-scxml/apidocs/org/apache/commons/scxml2/class-use/TriggerEvent.html (original)
+++ websites/production/commons/content/proper/commons-scxml/apidocs/org/apache/commons/scxml2/class-use/TriggerEvent.html Mon Sep 15 13:36:40 2014
@@ -148,7 +148,7 @@
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code>void</code></td>
-<td class="colLast"><span class="strong">SCXMLSemantics.</span><code><strong><a href="../../../../../org/apache/commons/scxml2/SCXMLSemantics.html#nextStep(org.apache.commons.scxml2.SCXMLExecutionContext, org.apache.commons.scxml2.TriggerEvent)">nextStep</a></strong>(<a href="../../../../../org/apache/commons/scxml2/SCXMLExecutionContext.html" title="class in org.apache.commons.scxml2">SCXMLExecutionContext</a>&nbsp;exctx,
+<td class="colLast"><span class="strong">SCXMLSemantics.</span><code><strong><a href="../../../../../org/apache/commons/scxml2/SCXMLSemantics.html#nextStep(org.apache.commons.scxml2.SCXMLExecutionContext,%20org.apache.commons.scxml2.TriggerEvent)">nextStep</a></strong>(<a href="../../../../../org/apache/commons/scxml2/SCXMLExecutionContext.html" title="class in org.apache.commons.scxml2">SCXMLExecutionContext</a>&nbsp;exctx,
                 <a href="../../../../../org/apache/commons/scxml2/TriggerEvent.html" title="class in org.apache.commons.scxml2">TriggerEvent</a>&nbsp;event)</code>
 <div class="block">Next step in the execution of an SCXML state machine.</div>
 </td>
@@ -228,28 +228,28 @@
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code>boolean</code></td>
-<td class="colLast"><span class="strong">SCXMLSemanticsImpl.</span><code><strong><a href="../../../../../org/apache/commons/scxml2/semantics/SCXMLSemanticsImpl.html#isInvokerEvent(java.lang.String, org.apache.commons.scxml2.TriggerEvent)">isInvokerEvent</a></strong>(<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;invokerId,
+<td class="colLast"><span class="strong">SCXMLSemanticsImpl.</span><code><strong><a href="../../../../../org/apache/commons/scxml2/semantics/SCXMLSemanticsImpl.html#isInvokerEvent(java.lang.String,%20org.apache.commons.scxml2.TriggerEvent)">isInvokerEvent</a></strong>(<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;invokerId,
                             <a href="../../../../../org/apache/commons/scxml2/TriggerEvent.html" title="class in org.apache.commons.scxml2">TriggerEvent</a>&nbsp;event)</code>
 <div class="block">Checks if an external event was send (back) by an specific Invoker</div>
 </td>
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code>void</code></td>
-<td class="colLast"><span class="strong">SCXMLSemanticsImpl.</span><code><strong><a href="../../../../../org/apache/commons/scxml2/semantics/SCXMLSemanticsImpl.html#nextStep(org.apache.commons.scxml2.SCXMLExecutionContext, org.apache.commons.scxml2.TriggerEvent)">nextStep</a></strong>(<a href="../../../../../org/apache/commons/scxml2/SCXMLExecutionContext.html" title="class in org.apache.commons.scxml2">SCXMLExecutionContext</a>&nbsp;exctx,
+<td class="colLast"><span class="strong">SCXMLSemanticsImpl.</span><code><strong><a href="../../../../../org/apache/commons/scxml2/semantics/SCXMLSemanticsImpl.html#nextStep(org.apache.commons.scxml2.SCXMLExecutionContext,%20org.apache.commons.scxml2.TriggerEvent)">nextStep</a></strong>(<a href="../../../../../org/apache/commons/scxml2/SCXMLExecutionContext.html" title="class in org.apache.commons.scxml2">SCXMLExecutionContext</a>&nbsp;exctx,
                 <a href="../../../../../org/apache/commons/scxml2/TriggerEvent.html" title="class in org.apache.commons.scxml2">TriggerEvent</a>&nbsp;event)</code>
 <div class="block">Next step in the execution of an SCXML state machine.</div>
 </td>
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code>void</code></td>
-<td class="colLast"><span class="strong">SCXMLSemanticsImpl.</span><code><strong><a href="../../../../../org/apache/commons/scxml2/semantics/SCXMLSemanticsImpl.html#processInvokes(org.apache.commons.scxml2.SCXMLExecutionContext, org.apache.commons.scxml2.TriggerEvent)">processInvokes</a></strong>(<a href="../../../../../org/apache/commons/scxml2/SCXMLExecutionContext.html" title="class in org.apache.commons.scxml2">SCXMLExecutionContext</a>&nbsp;exctx,
+<td class="colLast"><span class="strong">SCXMLSemanticsImpl.</span><code><strong><a href="../../../../../org/apache/commons/scxml2/semantics/SCXMLSemanticsImpl.html#processInvokes(org.apache.commons.scxml2.SCXMLExecutionContext,%20org.apache.commons.scxml2.TriggerEvent)">processInvokes</a></strong>(<a href="../../../../../org/apache/commons/scxml2/SCXMLExecutionContext.html" title="class in org.apache.commons.scxml2">SCXMLExecutionContext</a>&nbsp;exctx,
                             <a href="../../../../../org/apache/commons/scxml2/TriggerEvent.html" title="class in org.apache.commons.scxml2">TriggerEvent</a>&nbsp;event)</code>
 <div class="block">Forward events to invoked activities, execute finalize handlers.</div>
 </td>
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code>void</code></td>
-<td class="colLast"><span class="strong">SCXMLSemanticsImpl.</span><code><strong><a href="../../../../../org/apache/commons/scxml2/semantics/SCXMLSemanticsImpl.html#setSystemEventVariable(org.apache.commons.scxml2.SCInstance, org.apache.commons.scxml2.TriggerEvent, boolean)">setSystemEventVariable</a></strong>(<a href="../../../../../org/apache/commons/scxml2/SCInstance.html" title="class in org.apache.commons.scxml2">SCInstance</a>&nbsp;scInstance,
+<td class="colLast"><span class="strong">SCXMLSemanticsImpl.</span><code><strong><a href="../../../../../org/apache/commons/scxml2/semantics/SCXMLSemanticsImpl.html#setSystemEventVariable(org.apache.commons.scxml2.SCInstance,%20org.apache.commons.scxml2.TriggerEvent,%20boolean)">setSystemEventVariable</a></strong>(<a href="../../../../../org/apache/commons/scxml2/SCInstance.html" title="class in org.apache.commons.scxml2">SCInstance</a>&nbsp;scInstance,
                                             <a href="../../../../../org/apache/commons/scxml2/TriggerEvent.html" title="class in org.apache.commons.scxml2">TriggerEvent</a>&nbsp;event,
                                             boolean&nbsp;internal)</code>
 <div class="block">Stores the provided event in the system context</div>

Modified: websites/production/commons/content/proper/commons-scxml/apidocs/org/apache/commons/scxml2/env/AbstractSCXMLListener.html
==============================================================================
--- websites/production/commons/content/proper/commons-scxml/apidocs/org/apache/commons/scxml2/env/AbstractSCXMLListener.html (original)
+++ websites/production/commons/content/proper/commons-scxml/apidocs/org/apache/commons/scxml2/env/AbstractSCXMLListener.html Mon Sep 15 13:36:40 2014
@@ -156,7 +156,7 @@ implements <a href="../../../../../org/a
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code>void</code></td>
-<td class="colLast"><code><strong><a href="../../../../../org/apache/commons/scxml2/env/AbstractSCXMLListener.html#onTransition(org.apache.commons.scxml2.model.TransitionTarget, org.apache.commons.scxml2.model.TransitionTarget, org.apache.commons.scxml2.model.Transition, java.lang.String)">onTransition</a></strong>(<a href="../../../../../org/apache/commons/scxml2/model/TransitionTarget.html" title="class in org.apache.commons.scxml2.model">TransitionTarget</a>&nbsp;from,
+<td class="colLast"><code><strong><a href="../../../../../org/apache/commons/scxml2/env/AbstractSCXMLListener.html#onTransition(org.apache.commons.scxml2.model.TransitionTarget,%20org.apache.commons.scxml2.model.TransitionTarget,%20org.apache.commons.scxml2.model.Transition,%20java.lang.String)">onTransition</a></strong>(<a href="../../../../../org/apache/commons/scxml2/model/TransitionTarget.html" title="class in org.apache.commons.scxml2.model">TransitionTarget</a>&nbsp;from,
                         <a href="../../../../../org/apache/commons/scxml2/model/TransitionTarget.html" title="class in org.apache.commons.scxml2.model">TransitionTarget</a>&nbsp;to,
                         <a href="../../../../../org/apache/commons/scxml2/model/Transition.html" title="class in org.apache.commons.scxml2.model">Transition</a>&nbsp;transition,
                         <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;event)</code>
@@ -169,7 +169,7 @@ implements <a href="../../../../../org/a
 <!--   -->
 </a>
 <h3>Methods inherited from class&nbsp;java.lang.<a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></h3>
-<code><a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#clone()" title="class or interface in java.lang">clone</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#equals(java.lang.Object)" title="class or interface in java.lang">equals</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#finalize()" title="class or interface in java.lang">finalize</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#getClass()" title="class or interface in java.lang">getClass</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#hashCode()" title="class or interface in java.lang">hashCode</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#notify()" title="class or interface in java.lang">notify</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang
 /Object.html?is-external=true#notifyAll()" title="class or interface in java.lang">notifyAll</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#toString()" title="class or interface in java.lang">toString</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#wait()" title="class or interface in java.lang">wait</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#wait(long)" title="class or interface in java.lang">wait</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#wait(long, int)" title="class or interface in java.lang">wait</a></code></li>
+<code><a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#clone()" title="class or interface in java.lang">clone</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#equals(java.lang.Object)" title="class or interface in java.lang">equals</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#finalize()" title="class or interface in java.lang">finalize</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#getClass()" title="class or interface in java.lang">getClass</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#hashCode()" title="class or interface in java.lang">hashCode</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#notify()" title="class or interface in java.lang">notify</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang
 /Object.html?is-external=true#notifyAll()" title="class or interface in java.lang">notifyAll</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#toString()" title="class or interface in java.lang">toString</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#wait()" title="class or interface in java.lang">wait</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#wait(long)" title="class or interface in java.lang">wait</a>, <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Object.html?is-external=true#wait(long,%20int)" title="class or interface in java.lang">wait</a></code></li>
 </ul>
 </li>
 </ul>
@@ -242,12 +242,12 @@ implements <a href="../../../../../org/a
                 <a href="../../../../../org/apache/commons/scxml2/model/TransitionTarget.html" title="class in org.apache.commons.scxml2.model">TransitionTarget</a>&nbsp;to,
                 <a href="../../../../../org/apache/commons/scxml2/model/Transition.html" title="class in org.apache.commons.scxml2.model">Transition</a>&nbsp;transition,
                 <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;event)</pre>
-<div class="block"><strong>Description copied from interface:&nbsp;<code><a href="../../../../../org/apache/commons/scxml2/SCXMLListener.html#onTransition(org.apache.commons.scxml2.model.TransitionTarget, org.apache.commons.scxml2.model.TransitionTarget, org.apache.commons.scxml2.model.Transition, java.lang.String)">SCXMLListener</a></code></strong></div>
+<div class="block"><strong>Description copied from interface:&nbsp;<code><a href="../../../../../org/apache/commons/scxml2/SCXMLListener.html#onTransition(org.apache.commons.scxml2.model.TransitionTarget,%20org.apache.commons.scxml2.model.TransitionTarget,%20org.apache.commons.scxml2.model.Transition,%20java.lang.String)">SCXMLListener</a></code></strong></div>
 <div class="block">Handle the transition.</div>
 <dl>
 <dt><strong>Specified by:</strong></dt>
-<dd><code><a href="../../../../../org/apache/commons/scxml2/SCXMLListener.html#onTransition(org.apache.commons.scxml2.model.TransitionTarget, org.apache.commons.scxml2.model.TransitionTarget, org.apache.commons.scxml2.model.Transition, java.lang.String)">onTransition</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../../org/apache/commons/scxml2/SCXMLListener.html" title="interface in org.apache.commons.scxml2">SCXMLListener</a></code></dd>
-<dt><span class="strong">Parameters:</span></dt><dd><code>from</code> - The source TransitionTarget</dd><dd><code>to</code> - The destination TransitionTarget</dd><dd><code>transition</code> - The Transition taken</dd><dd><code>event</code> - The event name triggering the transition</dd><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../org/apache/commons/scxml2/SCXMLListener.html#onTransition(org.apache.commons.scxml2.model.TransitionTarget, org.apache.commons.scxml2.model.TransitionTarget, org.apache.commons.scxml2.model.Transition, java.lang.String)"><code>SCXMLListener.onTransition(TransitionTarget,TransitionTarget,Transition,String)</code></a></dd></dl>
+<dd><code><a href="../../../../../org/apache/commons/scxml2/SCXMLListener.html#onTransition(org.apache.commons.scxml2.model.TransitionTarget,%20org.apache.commons.scxml2.model.TransitionTarget,%20org.apache.commons.scxml2.model.Transition,%20java.lang.String)">onTransition</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../../org/apache/commons/scxml2/SCXMLListener.html" title="interface in org.apache.commons.scxml2">SCXMLListener</a></code></dd>
+<dt><span class="strong">Parameters:</span></dt><dd><code>from</code> - The source TransitionTarget</dd><dd><code>to</code> - The destination TransitionTarget</dd><dd><code>transition</code> - The Transition taken</dd><dd><code>event</code> - The event name triggering the transition</dd><dt><span class="strong">See Also:</span></dt><dd><a href="../../../../../org/apache/commons/scxml2/SCXMLListener.html#onTransition(org.apache.commons.scxml2.model.TransitionTarget,%20org.apache.commons.scxml2.model.TransitionTarget,%20org.apache.commons.scxml2.model.Transition,%20java.lang.String)"><code>SCXMLListener.onTransition(TransitionTarget,TransitionTarget,Transition,String)</code></a></dd></dl>
 </li>
 </ul>
 </li>