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 [17/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/ apid...

Modified: websites/production/commons/content/proper/commons-scxml/apidocs/org/apache/commons/scxml2/semantics/Step.html
==============================================================================
--- websites/production/commons/content/proper/commons-scxml/apidocs/org/apache/commons/scxml2/semantics/Step.html (original)
+++ websites/production/commons/content/proper/commons-scxml/apidocs/org/apache/commons/scxml2/semantics/Step.html Mon Sep 15 13:36:40 2014
@@ -95,7 +95,7 @@
 <li class="blockList">
 <hr>
 <br>
-<pre>public class <a href="../../../../../src-html/org/apache/commons/scxml2/semantics/Step.html#line.35">Step</a>
+<pre>public class <a href="../../../../../src-html/org/apache/commons/scxml2/semantics/Step.html#line.36">Step</a>
 extends <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></pre>
 <div class="block">A logical unit of progression in the execution of a SCXML model.</div>
 </li>
@@ -134,25 +134,35 @@ extends <a href="http://docs.oracle.com/
 <th class="colLast" scope="col">Method and Description</th>
 </tr>
 <tr class="altColor">
+<td class="colFirst"><code>void</code></td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/commons/scxml2/semantics/Step.html#clearIntermediateState()">clearIntermediateState</a></strong>()</code>
+<div class="block">Ensure the intermediate state of this step is cleared before start processing the event and/or transitions</div>
+</td>
+</tr>
+<tr class="rowColor">
 <td class="colFirst"><code><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/EnterableState.html" title="class in org.apache.commons.scxml2.model">EnterableState</a>&gt;</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/commons/scxml2/semantics/Step.html#getDefaultEntrySet()">getDefaultEntrySet</a></strong>()</code>&nbsp;</td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code><a href="http://docs.oracle.com/javase/6/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a>&lt;<a href="../../../../../org/apache/commons/scxml2/model/TransitionalState.html" title="class in org.apache.commons.scxml2.model">TransitionalState</a>,<a href="../../../../../org/apache/commons/scxml2/model/SimpleTransition.html" title="class in org.apache.commons.scxml2.model">SimpleTransition</a>&gt;</code></td>
-<td class="colLast"><code><strong><a href="../../../../../org/apache/commons/scxml2/semantics/Step.html#getDefaultHistoryTransitionEntryMap()">getDefaultHistoryTransitionEntryMap</a></strong>()</code>&nbsp;</td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/commons/scxml2/semantics/Step.html#getDefaultHistoryTransitions()">getDefaultHistoryTransitions</a></strong>()</code>&nbsp;</td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code><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/EnterableState.html" title="class in org.apache.commons.scxml2.model">EnterableState</a>&gt;</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/commons/scxml2/semantics/Step.html#getEntrySet()">getEntrySet</a></strong>()</code>&nbsp;</td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code><a href="../../../../../org/apache/commons/scxml2/TriggerEvent.html" title="class in org.apache.commons.scxml2">TriggerEvent</a></code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/commons/scxml2/semantics/Step.html#getEvent()">getEvent</a></strong>()</code>&nbsp;</td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code><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/EnterableState.html" title="class in org.apache.commons.scxml2.model">EnterableState</a>&gt;</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/commons/scxml2/semantics/Step.html#getExitSet()">getExitSet</a></strong>()</code>&nbsp;</td>
 </tr>
+<tr class="altColor">
+<td class="colFirst"><code><a href="http://docs.oracle.com/javase/6/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a>&lt;<a href="../../../../../org/apache/commons/scxml2/model/History.html" title="class in org.apache.commons.scxml2.model">History</a>,<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/EnterableState.html" title="class in org.apache.commons.scxml2.model">EnterableState</a>&gt;&gt;</code></td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/commons/scxml2/semantics/Step.html#getNewHistoryConfigurations()">getNewHistoryConfigurations</a></strong>()</code>&nbsp;</td>
+</tr>
 <tr class="rowColor">
 <td class="colFirst"><code><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/SimpleTransition.html" title="class in org.apache.commons.scxml2.model">SimpleTransition</a>&gt;</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/commons/scxml2/semantics/Step.html#getTransitList()">getTransitList</a></strong>()</code>&nbsp;</td>
@@ -163,7 +173,7 @@ extends <a href="http://docs.oracle.com/
 <!--   -->
 </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>
@@ -185,7 +195,7 @@ extends <a href="http://docs.oracle.com/
 <ul class="blockListLast">
 <li class="blockList">
 <h4>Step</h4>
-<pre>public&nbsp;<a href="../../../../../src-html/org/apache/commons/scxml2/semantics/Step.html#line.66">Step</a>(<a href="../../../../../org/apache/commons/scxml2/TriggerEvent.html" title="class in org.apache.commons.scxml2">TriggerEvent</a>&nbsp;event)</pre>
+<pre>public&nbsp;<a href="../../../../../src-html/org/apache/commons/scxml2/semantics/Step.html#line.76">Step</a>(<a href="../../../../../org/apache/commons/scxml2/TriggerEvent.html" title="class in org.apache.commons.scxml2">TriggerEvent</a>&nbsp;event)</pre>
 <dl><dt><span class="strong">Parameters:</span></dt><dd><code>event</code> - The event received in this unit of progression</dd></dl>
 </li>
 </ul>
@@ -197,13 +207,23 @@ extends <a href="http://docs.oracle.com/
 <!--   -->
 </a>
 <h3>Method Detail</h3>
+<a name="clearIntermediateState()">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>clearIntermediateState</h4>
+<pre>public&nbsp;void&nbsp;<a href="../../../../../src-html/org/apache/commons/scxml2/semantics/Step.html#line.89">clearIntermediateState</a>()</pre>
+<div class="block">Ensure the intermediate state of this step is cleared before start processing the event and/or transitions</div>
+</li>
+</ul>
 <a name="getEntrySet()">
 <!--   -->
 </a>
 <ul class="blockList">
 <li class="blockList">
 <h4>getEntrySet</h4>
-<pre>public&nbsp;<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/EnterableState.html" title="class in org.apache.commons.scxml2.model">EnterableState</a>&gt;&nbsp;<a href="../../../../../src-html/org/apache/commons/scxml2/semantics/Step.html#line.78">getEntrySet</a>()</pre>
+<pre>public&nbsp;<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/EnterableState.html" title="class in org.apache.commons.scxml2.model">EnterableState</a>&gt;&nbsp;<a href="../../../../../src-html/org/apache/commons/scxml2/semantics/Step.html#line.100">getEntrySet</a>()</pre>
 <dl><dt><span class="strong">Returns:</span></dt><dd>Returns the entrySet.</dd></dl>
 </li>
 </ul>
@@ -213,18 +233,28 @@ extends <a href="http://docs.oracle.com/
 <ul class="blockList">
 <li class="blockList">
 <h4>getDefaultEntrySet</h4>
-<pre>public&nbsp;<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/EnterableState.html" title="class in org.apache.commons.scxml2.model">EnterableState</a>&gt;&nbsp;<a href="../../../../../src-html/org/apache/commons/scxml2/semantics/Step.html#line.85">getDefaultEntrySet</a>()</pre>
+<pre>public&nbsp;<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/EnterableState.html" title="class in org.apache.commons.scxml2.model">EnterableState</a>&gt;&nbsp;<a href="../../../../../src-html/org/apache/commons/scxml2/semantics/Step.html#line.107">getDefaultEntrySet</a>()</pre>
 <dl><dt><span class="strong">Returns:</span></dt><dd>Returns the defaultEntrySet.</dd></dl>
 </li>
 </ul>
-<a name="getDefaultHistoryTransitionEntryMap()">
+<a name="getDefaultHistoryTransitions()">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getDefaultHistoryTransitions</h4>
+<pre>public&nbsp;<a href="http://docs.oracle.com/javase/6/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a>&lt;<a href="../../../../../org/apache/commons/scxml2/model/TransitionalState.html" title="class in org.apache.commons.scxml2.model">TransitionalState</a>,<a href="../../../../../org/apache/commons/scxml2/model/SimpleTransition.html" title="class in org.apache.commons.scxml2.model">SimpleTransition</a>&gt;&nbsp;<a href="../../../../../src-html/org/apache/commons/scxml2/semantics/Step.html#line.114">getDefaultHistoryTransitions</a>()</pre>
+<dl><dt><span class="strong">Returns:</span></dt><dd>Returns the map of default History transitions to be executed as result of entering states in this step</dd></dl>
+</li>
+</ul>
+<a name="getNewHistoryConfigurations()">
 <!--   -->
 </a>
 <ul class="blockList">
 <li class="blockList">
-<h4>getDefaultHistoryTransitionEntryMap</h4>
-<pre>public&nbsp;<a href="http://docs.oracle.com/javase/6/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a>&lt;<a href="../../../../../org/apache/commons/scxml2/model/TransitionalState.html" title="class in org.apache.commons.scxml2.model">TransitionalState</a>,<a href="../../../../../org/apache/commons/scxml2/model/SimpleTransition.html" title="class in org.apache.commons.scxml2.model">SimpleTransition</a>&gt;&nbsp;<a href="../../../../../src-html/org/apache/commons/scxml2/semantics/Step.html#line.92">getDefaultHistoryTransitionEntryMap</a>()</pre>
-<dl><dt><span class="strong">Returns:</span></dt><dd>Returns the defaultHistoryTransitionEntryMap.</dd></dl>
+<h4>getNewHistoryConfigurations</h4>
+<pre>public&nbsp;<a href="http://docs.oracle.com/javase/6/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a>&lt;<a href="../../../../../org/apache/commons/scxml2/model/History.html" title="class in org.apache.commons.scxml2.model">History</a>,<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/EnterableState.html" title="class in org.apache.commons.scxml2.model">EnterableState</a>&gt;&gt;&nbsp;<a href="../../../../../src-html/org/apache/commons/scxml2/semantics/Step.html#line.121">getNewHistoryConfigurations</a>()</pre>
+<dl><dt><span class="strong">Returns:</span></dt><dd>Returns the map of new History configurations created as result of exiting states in this step</dd></dl>
 </li>
 </ul>
 <a name="getExitSet()">
@@ -233,7 +263,7 @@ extends <a href="http://docs.oracle.com/
 <ul class="blockList">
 <li class="blockList">
 <h4>getExitSet</h4>
-<pre>public&nbsp;<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/EnterableState.html" title="class in org.apache.commons.scxml2.model">EnterableState</a>&gt;&nbsp;<a href="../../../../../src-html/org/apache/commons/scxml2/semantics/Step.html#line.99">getExitSet</a>()</pre>
+<pre>public&nbsp;<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/EnterableState.html" title="class in org.apache.commons.scxml2.model">EnterableState</a>&gt;&nbsp;<a href="../../../../../src-html/org/apache/commons/scxml2/semantics/Step.html#line.128">getExitSet</a>()</pre>
 <dl><dt><span class="strong">Returns:</span></dt><dd>Returns the exitSet.</dd></dl>
 </li>
 </ul>
@@ -243,7 +273,7 @@ extends <a href="http://docs.oracle.com/
 <ul class="blockList">
 <li class="blockList">
 <h4>getEvent</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/commons/scxml2/TriggerEvent.html" title="class in org.apache.commons.scxml2">TriggerEvent</a>&nbsp;<a href="../../../../../src-html/org/apache/commons/scxml2/semantics/Step.html#line.106">getEvent</a>()</pre>
+<pre>public&nbsp;<a href="../../../../../org/apache/commons/scxml2/TriggerEvent.html" title="class in org.apache.commons.scxml2">TriggerEvent</a>&nbsp;<a href="../../../../../src-html/org/apache/commons/scxml2/semantics/Step.html#line.135">getEvent</a>()</pre>
 <dl><dt><span class="strong">Returns:</span></dt><dd>Returns the current event.</dd></dl>
 </li>
 </ul>
@@ -253,7 +283,7 @@ extends <a href="http://docs.oracle.com/
 <ul class="blockListLast">
 <li class="blockList">
 <h4>getTransitList</h4>
-<pre>public&nbsp;<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/SimpleTransition.html" title="class in org.apache.commons.scxml2.model">SimpleTransition</a>&gt;&nbsp;<a href="../../../../../src-html/org/apache/commons/scxml2/semantics/Step.html#line.113">getTransitList</a>()</pre>
+<pre>public&nbsp;<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/SimpleTransition.html" title="class in org.apache.commons.scxml2.model">SimpleTransition</a>&gt;&nbsp;<a href="../../../../../src-html/org/apache/commons/scxml2/semantics/Step.html#line.142">getTransitList</a>()</pre>
 <dl><dt><span class="strong">Returns:</span></dt><dd>Returns the transitList.</dd></dl>
 </li>
 </ul>

Modified: websites/production/commons/content/proper/commons-scxml/apidocs/org/apache/commons/scxml2/semantics/class-use/Step.html
==============================================================================
--- websites/production/commons/content/proper/commons-scxml/apidocs/org/apache/commons/scxml2/semantics/class-use/Step.html (original)
+++ websites/production/commons/content/proper/commons-scxml/apidocs/org/apache/commons/scxml2/semantics/class-use/Step.html Mon Sep 15 13:36:40 2014
@@ -99,7 +99,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>
@@ -108,7 +108,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>
@@ -116,53 +116,53 @@
 </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#computeExitSet(org.apache.commons.scxml2.semantics.Step, java.util.Set)">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="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/EnterableState.html" title="class in org.apache.commons.scxml2.model">EnterableState</a>&gt;&nbsp;configuration)</code>
+<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>
 <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#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="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#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="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#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="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>
@@ -170,15 +170,23 @@
 </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#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#recordHistory(org.apache.commons.scxml2.semantics.Step,%20java.util.Set,%20java.util.Set)">recordHistory</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="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/EnterableState.html" title="class in org.apache.commons.scxml2.model">EnterableState</a>&gt;&nbsp;states,
+                          <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/EnterableState.html" title="class in org.apache.commons.scxml2.model">EnterableState</a>&gt;&nbsp;allStates)</code>
+<div class="block">Record the history configurations for states to exit if applicable and temporarily store this in the 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#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>
 </td>
 </tr>
-<tr class="altColor">
+<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/system/EventVariable.html
==============================================================================
--- websites/production/commons/content/proper/commons-scxml/apidocs/org/apache/commons/scxml2/system/EventVariable.html (original)
+++ websites/production/commons/content/proper/commons-scxml/apidocs/org/apache/commons/scxml2/system/EventVariable.html Mon Sep 15 13:36:40 2014
@@ -149,7 +149,7 @@ implements <a href="http://docs.oracle.c
 <th class="colOne" scope="col">Constructor and Description</th>
 </tr>
 <tr class="altColor">
-<td class="colOne"><code><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</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;name,
+<td class="colOne"><code><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</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;name,
                           <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;type,
                           <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;sendid,
                           <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;origin,
@@ -206,7 +206,7 @@ implements <a href="http://docs.oracle.c
 <!--   -->
 </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>

Modified: websites/production/commons/content/proper/commons-scxml/apidocs/org/apache/commons/scxml2/test/StandaloneJexlExpressions.html
==============================================================================
--- websites/production/commons/content/proper/commons-scxml/apidocs/org/apache/commons/scxml2/test/StandaloneJexlExpressions.html (original)
+++ websites/production/commons/content/proper/commons-scxml/apidocs/org/apache/commons/scxml2/test/StandaloneJexlExpressions.html Mon Sep 15 13:36:40 2014
@@ -146,7 +146,7 @@ extends <a href="http://docs.oracle.com/
 <!--   -->
 </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>

Modified: websites/production/commons/content/proper/commons-scxml/apidocs/org/apache/commons/scxml2/test/StandaloneUtils.html
==============================================================================
--- websites/production/commons/content/proper/commons-scxml/apidocs/org/apache/commons/scxml2/test/StandaloneUtils.html (original)
+++ websites/production/commons/content/proper/commons-scxml/apidocs/org/apache/commons/scxml2/test/StandaloneUtils.html Mon Sep 15 13:36:40 2014
@@ -36,7 +36,7 @@
 <div class="subNav">
 <ul class="navList">
 <li><a href="../../../../../org/apache/commons/scxml2/test/StandaloneJexlExpressions.html" title="class in org.apache.commons.scxml2.test"><span class="strong">Prev Class</span></a></li>
-<li><a href="../../../../../org/apache/commons/scxml2/test/W3CCmdlineTest.html" title="class in org.apache.commons.scxml2.test"><span class="strong">Next Class</span></a></li>
+<li>Next Class</li>
 </ul>
 <ul class="navList">
 <li><a href="../../../../../index.html?org/apache/commons/scxml2/test/StandaloneUtils.html" target="_top">Frames</a></li>
@@ -125,7 +125,7 @@ extends <a href="http://docs.oracle.com/
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code>static void</code></td>
-<td class="colLast"><code><strong><a href="../../../../../org/apache/commons/scxml2/test/StandaloneUtils.html#execute(java.lang.String, org.apache.commons.scxml2.Evaluator)">execute</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;uri,
+<td class="colLast"><code><strong><a href="../../../../../org/apache/commons/scxml2/test/StandaloneUtils.html#execute(java.lang.String,%20org.apache.commons.scxml2.Evaluator)">execute</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;uri,
               <a href="../../../../../org/apache/commons/scxml2/Evaluator.html" title="interface in org.apache.commons.scxml2">Evaluator</a>&nbsp;evaluator)</code>
 <div class="block">Command line utility method for executing the state machine defined
  using the SCXML document described by the specified URI and using
@@ -138,7 +138,7 @@ extends <a href="http://docs.oracle.com/
 <!--   -->
 </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>
@@ -205,7 +205,7 @@ extends <a href="http://docs.oracle.com/
 <div class="subNav">
 <ul class="navList">
 <li><a href="../../../../../org/apache/commons/scxml2/test/StandaloneJexlExpressions.html" title="class in org.apache.commons.scxml2.test"><span class="strong">Prev Class</span></a></li>
-<li><a href="../../../../../org/apache/commons/scxml2/test/W3CCmdlineTest.html" title="class in org.apache.commons.scxml2.test"><span class="strong">Next Class</span></a></li>
+<li>Next Class</li>
 </ul>
 <ul class="navList">
 <li><a href="../../../../../index.html?org/apache/commons/scxml2/test/StandaloneUtils.html" target="_top">Frames</a></li>

Modified: websites/production/commons/content/proper/commons-scxml/apidocs/org/apache/commons/scxml2/test/package-frame.html
==============================================================================
--- websites/production/commons/content/proper/commons-scxml/apidocs/org/apache/commons/scxml2/test/package-frame.html (original)
+++ websites/production/commons/content/proper/commons-scxml/apidocs/org/apache/commons/scxml2/test/package-frame.html Mon Sep 15 13:36:40 2014
@@ -13,7 +13,6 @@
 <ul title="Classes">
 <li><a href="StandaloneJexlExpressions.html" title="class in org.apache.commons.scxml2.test" target="classFrame">StandaloneJexlExpressions</a></li>
 <li><a href="StandaloneUtils.html" title="class in org.apache.commons.scxml2.test" target="classFrame">StandaloneUtils</a></li>
-<li><a href="W3CCmdlineTest.html" title="class in org.apache.commons.scxml2.test" target="classFrame">W3CCmdlineTest</a></li>
 </ul>
 </div>
 </body>

Modified: websites/production/commons/content/proper/commons-scxml/apidocs/org/apache/commons/scxml2/test/package-summary.html
==============================================================================
--- websites/production/commons/content/proper/commons-scxml/apidocs/org/apache/commons/scxml2/test/package-summary.html (original)
+++ websites/production/commons/content/proper/commons-scxml/apidocs/org/apache/commons/scxml2/test/package-summary.html Mon Sep 15 13:36:40 2014
@@ -92,10 +92,6 @@
  debugging.</div>
 </td>
 </tr>
-<tr class="altColor">
-<td class="colFirst"><a href="../../../../../org/apache/commons/scxml2/test/W3CCmdlineTest.html" title="class in org.apache.commons.scxml2.test">W3CCmdlineTest</a></td>
-<td class="colLast">&nbsp;</td>
-</tr>
 </tbody>
 </table>
 </li>

Modified: websites/production/commons/content/proper/commons-scxml/apidocs/org/apache/commons/scxml2/test/package-tree.html
==============================================================================
--- websites/production/commons/content/proper/commons-scxml/apidocs/org/apache/commons/scxml2/test/package-tree.html (original)
+++ websites/production/commons/content/proper/commons-scxml/apidocs/org/apache/commons/scxml2/test/package-tree.html Mon Sep 15 13:36:40 2014
@@ -75,7 +75,6 @@
 <ul>
 <li type="circle">org.apache.commons.scxml2.test.<a href="../../../../../org/apache/commons/scxml2/test/StandaloneJexlExpressions.html" title="class in org.apache.commons.scxml2.test"><span class="strong">StandaloneJexlExpressions</span></a></li>
 <li type="circle">org.apache.commons.scxml2.test.<a href="../../../../../org/apache/commons/scxml2/test/StandaloneUtils.html" title="class in org.apache.commons.scxml2.test"><span class="strong">StandaloneUtils</span></a></li>
-<li type="circle">org.apache.commons.scxml2.test.<a href="../../../../../org/apache/commons/scxml2/test/W3CCmdlineTest.html" title="class in org.apache.commons.scxml2.test"><span class="strong">W3CCmdlineTest</span></a></li>
 </ul>
 </li>
 </ul>

Modified: websites/production/commons/content/proper/commons-scxml/apidocs/overview-tree.html
==============================================================================
--- websites/production/commons/content/proper/commons-scxml/apidocs/overview-tree.html (original)
+++ websites/production/commons/content/proper/commons-scxml/apidocs/overview-tree.html Mon Sep 15 13:36:40 2014
@@ -216,7 +216,6 @@
 </li>
 <li type="circle">org.apache.commons.scxml2.<a href="org/apache/commons/scxml2/TriggerEvent.html" title="class in org.apache.commons.scxml2"><span class="strong">TriggerEvent</span></a> (implements java.io.<a href="http://docs.oracle.com/javase/6/docs/api/java/io/Serializable.html?is-external=true" title="class or interface in java.io">Serializable</a>)</li>
 <li type="circle">org.apache.commons.scxml2.env.<a href="org/apache/commons/scxml2/env/URLResolver.html" title="class in org.apache.commons.scxml2.env"><span class="strong">URLResolver</span></a> (implements org.apache.commons.scxml2.<a href="org/apache/commons/scxml2/PathResolver.html" title="interface in org.apache.commons.scxml2">PathResolver</a>, java.io.<a href="http://docs.oracle.com/javase/6/docs/api/java/io/Serializable.html?is-external=true" title="class or interface in java.io">Serializable</a>)</li>
-<li type="circle">org.apache.commons.scxml2.test.<a href="org/apache/commons/scxml2/test/W3CCmdlineTest.html" title="class in org.apache.commons.scxml2.test"><span class="strong">W3CCmdlineTest</span></a></li>
 <li type="circle">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"><span class="strong">XPathEvaluator</span></a> (implements org.apache.commons.scxml2.<a href="org/apache/commons/scxml2/Evaluator.html" title="interface in org.apache.commons.scxml2">Evaluator</a>, java.io.<a href="http://docs.oracle.com/javase/6/docs/api/java/io/Serializable.html?is-external=true" title="class or interface in java.io">Serializable</a>)</li>
 </ul>
 </li>

Modified: websites/production/commons/content/proper/commons-scxml/apidocs/serialized-form.html
==============================================================================
--- websites/production/commons/content/proper/commons-scxml/apidocs/serialized-form.html (original)
+++ websites/production/commons/content/proper/commons-scxml/apidocs/serialized-form.html Mon Sep 15 13:36:40 2014
@@ -108,6 +108,11 @@
 <div class="block">The current status of the stateMachine.</div>
 </li>
 <li class="blockList">
+<h4>running</h4>
+<pre>boolean running</pre>
+<div class="block">Running status for this state machine</div>
+</li>
+<li class="blockList">
 <h4>contexts</h4>
 <pre><a href="http://docs.oracle.com/javase/6/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a>&lt;<a href="http://docs.oracle.com/javase/6/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">K</a>,<a href="http://docs.oracle.com/javase/6/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">V</a>&gt; contexts</pre>
 <div class="block">The map of contexts per EnterableState.</div>
@@ -274,7 +279,6 @@
 <li class="blockList">
 <h4>log</h4>
 <pre>org.apache.commons.logging.Log log</pre>
-<div class="block">Implementation independent log category.</div>
 </li>
 <li class="blockList">
 <h4>parent</h4>