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 [4/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/SCXMLExecutionContext.html
==============================================================================
--- websites/production/commons/content/proper/commons-scxml/apidocs/org/apache/commons/scxml2/SCXMLExecutionContext.html (original)
+++ websites/production/commons/content/proper/commons-scxml/apidocs/org/apache/commons/scxml2/SCXMLExecutionContext.html Mon Sep 15 13:36:40 2014
@@ -124,7 +124,7 @@ implements <a href="../../../../org/apac
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code>protected </code></td>
-<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>
@@ -247,7 +247,7 @@ implements <a href="../../../../org/apac
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code>protected void</code></td>
-<td class="colLast"><code><strong><a href="../../../../org/apache/commons/scxml2/SCXMLExecutionContext.html#registerInvokerClass(java.lang.String, java.lang.Class)">registerInvokerClass</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;type,
+<td class="colLast"><code><strong><a href="../../../../org/apache/commons/scxml2/SCXMLExecutionContext.html#registerInvokerClass(java.lang.String,%20java.lang.Class)">registerInvokerClass</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;type,
                                         <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&lt;? extends <a href="../../../../org/apache/commons/scxml2/invoke/Invoker.html" title="interface in org.apache.commons.scxml2.invoke">Invoker</a>&gt;&nbsp;invokerClass)</code>
 <div class="block">Register an Invoker for this target type.</div>
 </td>
@@ -278,7 +278,7 @@ implements <a href="../../../../org/apac
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code><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></code></td>
-<td class="colLast"><code><strong><a href="../../../../org/apache/commons/scxml2/SCXMLExecutionContext.html#setInvoker(org.apache.commons.scxml2.model.Invoke, org.apache.commons.scxml2.invoke.Invoker)">setInvoker</a></strong>(<a href="../../../../org/apache/commons/scxml2/model/Invoke.html" title="class in org.apache.commons.scxml2.model">Invoke</a>&nbsp;invoke,
+<td class="colLast"><code><strong><a href="../../../../org/apache/commons/scxml2/SCXMLExecutionContext.html#setInvoker(org.apache.commons.scxml2.model.Invoke,%20org.apache.commons.scxml2.invoke.Invoker)">setInvoker</a></strong>(<a href="../../../../org/apache/commons/scxml2/model/Invoke.html" title="class in org.apache.commons.scxml2.model">Invoke</a>&nbsp;invoke,
                     <a href="../../../../org/apache/commons/scxml2/invoke/Invoker.html" title="interface in org.apache.commons.scxml2.invoke">Invoker</a>&nbsp;invoker)</code>
 <div class="block">Set the <a href="../../../../org/apache/commons/scxml2/invoke/Invoker.html" title="interface in org.apache.commons.scxml2.invoke"><code>Invoker</code></a> for a <a href="../../../../org/apache/commons/scxml2/model/Invoke.html" title="class in org.apache.commons.scxml2.model"><code>Invoke</code></a> and returns the unique invokerId for the Invoker</div>
 </td>
@@ -307,7 +307,7 @@ implements <a href="../../../../org/apac
 <!--   -->
 </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>
@@ -329,7 +329,7 @@ implements <a href="../../../../org/apac
 <ul class="blockListLast">
 <li class="blockList">
 <h4>SCXMLExecutionContext</h4>
-<pre>protected&nbsp;<a href="../../../../src-html/org/apache/commons/scxml2/SCXMLExecutionContext.html#line.115">SCXMLExecutionContext</a>(<a href="../../../../org/apache/commons/scxml2/SCXMLIOProcessor.html" title="interface in org.apache.commons.scxml2">SCXMLIOProcessor</a>&nbsp;externalIOProcessor,
+<pre>protected&nbsp;<a href="../../../../src-html/org/apache/commons/scxml2/SCXMLExecutionContext.html#line.110">SCXMLExecutionContext</a>(<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)</pre>
@@ -351,7 +351,7 @@ implements <a href="../../../../org/apac
 <ul class="blockList">
 <li class="blockList">
 <h4>getExternalIOProcessor</h4>
-<pre>public&nbsp;<a href="../../../../org/apache/commons/scxml2/SCXMLIOProcessor.html" title="interface in org.apache.commons.scxml2">SCXMLIOProcessor</a>&nbsp;<a href="../../../../src-html/org/apache/commons/scxml2/SCXMLExecutionContext.html#line.127">getExternalIOProcessor</a>()</pre>
+<pre>public&nbsp;<a href="../../../../org/apache/commons/scxml2/SCXMLIOProcessor.html" title="interface in org.apache.commons.scxml2">SCXMLIOProcessor</a>&nbsp;<a href="../../../../src-html/org/apache/commons/scxml2/SCXMLExecutionContext.html#line.122">getExternalIOProcessor</a>()</pre>
 </li>
 </ul>
 <a name="getInternalIOProcessor()">
@@ -360,7 +360,7 @@ implements <a href="../../../../org/apac
 <ul class="blockList">
 <li class="blockList">
 <h4>getInternalIOProcessor</h4>
-<pre>public&nbsp;<a href="../../../../org/apache/commons/scxml2/SCXMLIOProcessor.html" title="interface in org.apache.commons.scxml2">SCXMLIOProcessor</a>&nbsp;<a href="../../../../src-html/org/apache/commons/scxml2/SCXMLExecutionContext.html#line.131">getInternalIOProcessor</a>()</pre>
+<pre>public&nbsp;<a href="../../../../org/apache/commons/scxml2/SCXMLIOProcessor.html" title="interface in org.apache.commons.scxml2">SCXMLIOProcessor</a>&nbsp;<a href="../../../../src-html/org/apache/commons/scxml2/SCXMLExecutionContext.html#line.126">getInternalIOProcessor</a>()</pre>
 </li>
 </ul>
 <a name="getActionExecutionContext()">
@@ -369,7 +369,7 @@ implements <a href="../../../../org/apac
 <ul class="blockList">
 <li class="blockList">
 <h4>getActionExecutionContext</h4>
-<pre>public&nbsp;<a href="../../../../org/apache/commons/scxml2/ActionExecutionContext.html" title="class in org.apache.commons.scxml2">ActionExecutionContext</a>&nbsp;<a href="../../../../src-html/org/apache/commons/scxml2/SCXMLExecutionContext.html#line.138">getActionExecutionContext</a>()</pre>
+<pre>public&nbsp;<a href="../../../../org/apache/commons/scxml2/ActionExecutionContext.html" title="class in org.apache.commons.scxml2">ActionExecutionContext</a>&nbsp;<a href="../../../../src-html/org/apache/commons/scxml2/SCXMLExecutionContext.html#line.133">getActionExecutionContext</a>()</pre>
 <dl><dt><span class="strong">Returns:</span></dt><dd>Returns the restricted execution context for actions</dd></dl>
 </li>
 </ul>
@@ -379,7 +379,7 @@ implements <a href="../../../../org/apac
 <ul class="blockList">
 <li class="blockList">
 <h4>isRunning</h4>
-<pre>public&nbsp;boolean&nbsp;<a href="../../../../src-html/org/apache/commons/scxml2/SCXMLExecutionContext.html#line.145">isRunning</a>()</pre>
+<pre>public&nbsp;boolean&nbsp;<a href="../../../../src-html/org/apache/commons/scxml2/SCXMLExecutionContext.html#line.140">isRunning</a>()</pre>
 <dl><dt><span class="strong">Returns:</span></dt><dd>Returns true if this state machine is running</dd></dl>
 </li>
 </ul>
@@ -389,7 +389,7 @@ implements <a href="../../../../org/apac
 <ul class="blockList">
 <li class="blockList">
 <h4>stopRunning</h4>
-<pre>public&nbsp;void&nbsp;<a href="../../../../src-html/org/apache/commons/scxml2/SCXMLExecutionContext.html#line.152">stopRunning</a>()</pre>
+<pre>public&nbsp;void&nbsp;<a href="../../../../src-html/org/apache/commons/scxml2/SCXMLExecutionContext.html#line.147">stopRunning</a>()</pre>
 <div class="block">Stop a running state machine</div>
 </li>
 </ul>
@@ -399,7 +399,7 @@ implements <a href="../../../../org/apac
 <ul class="blockList">
 <li class="blockList">
 <h4>initialize</h4>
-<pre>public&nbsp;void&nbsp;<a href="../../../../src-html/org/apache/commons/scxml2/SCXMLExecutionContext.html#line.162">initialize</a>()
+<pre>public&nbsp;void&nbsp;<a href="../../../../src-html/org/apache/commons/scxml2/SCXMLExecutionContext.html#line.157">initialize</a>()
                 throws <a href="../../../../org/apache/commons/scxml2/model/ModelException.html" title="class in org.apache.commons.scxml2.model">ModelException</a></pre>
 <div class="block">Initialize method which will cancel all current active Invokers, clear the internal event queue and mark the
  state machine process as running (again).</div>
@@ -413,7 +413,7 @@ implements <a href="../../../../org/apac
 <ul class="blockList">
 <li class="blockList">
 <h4>getAppLog</h4>
-<pre>public&nbsp;org.apache.commons.logging.Log&nbsp;<a href="../../../../src-html/org/apache/commons/scxml2/SCXMLExecutionContext.html#line.177">getAppLog</a>()</pre>
+<pre>public&nbsp;org.apache.commons.logging.Log&nbsp;<a href="../../../../src-html/org/apache/commons/scxml2/SCXMLExecutionContext.html#line.171">getAppLog</a>()</pre>
 <dl><dt><span class="strong">Returns:</span></dt><dd>Returns the SCXML Execution Logger for the application</dd></dl>
 </li>
 </ul>
@@ -423,7 +423,7 @@ implements <a href="../../../../org/apac
 <ul class="blockList">
 <li class="blockList">
 <h4>getStateMachine</h4>
-<pre>public&nbsp;<a href="../../../../org/apache/commons/scxml2/model/SCXML.html" title="class in org.apache.commons.scxml2.model">SCXML</a>&nbsp;<a href="../../../../src-html/org/apache/commons/scxml2/SCXMLExecutionContext.html#line.184">getStateMachine</a>()</pre>
+<pre>public&nbsp;<a href="../../../../org/apache/commons/scxml2/model/SCXML.html" title="class in org.apache.commons.scxml2.model">SCXML</a>&nbsp;<a href="../../../../src-html/org/apache/commons/scxml2/SCXMLExecutionContext.html#line.178">getStateMachine</a>()</pre>
 <dl><dt><span class="strong">Returns:</span></dt><dd>Returns the state machine</dd></dl>
 </li>
 </ul>
@@ -433,7 +433,7 @@ implements <a href="../../../../org/apac
 <ul class="blockList">
 <li class="blockList">
 <h4>setStateMachine</h4>
-<pre>protected&nbsp;void&nbsp;<a href="../../../../src-html/org/apache/commons/scxml2/SCXMLExecutionContext.html#line.197">setStateMachine</a>(<a href="../../../../org/apache/commons/scxml2/model/SCXML.html" title="class in org.apache.commons.scxml2.model">SCXML</a>&nbsp;stateMachine)
+<pre>protected&nbsp;void&nbsp;<a href="../../../../src-html/org/apache/commons/scxml2/SCXMLExecutionContext.html#line.191">setStateMachine</a>(<a href="../../../../org/apache/commons/scxml2/model/SCXML.html" title="class in org.apache.commons.scxml2.model">SCXML</a>&nbsp;stateMachine)
                         throws <a href="../../../../org/apache/commons/scxml2/model/ModelException.html" title="class in org.apache.commons.scxml2.model">ModelException</a></pre>
 <div class="block">Set or replace the state machine to be executed
  <p>
@@ -451,7 +451,7 @@ implements <a href="../../../../org/apac
 <ul class="blockList">
 <li class="blockList">
 <h4>getScInstance</h4>
-<pre>public&nbsp;<a href="../../../../org/apache/commons/scxml2/SCInstance.html" title="class in org.apache.commons.scxml2">SCInstance</a>&nbsp;<a href="../../../../src-html/org/apache/commons/scxml2/SCXMLExecutionContext.html#line.204">getScInstance</a>()</pre>
+<pre>public&nbsp;<a href="../../../../org/apache/commons/scxml2/SCInstance.html" title="class in org.apache.commons.scxml2">SCInstance</a>&nbsp;<a href="../../../../src-html/org/apache/commons/scxml2/SCXMLExecutionContext.html#line.198">getScInstance</a>()</pre>
 <dl><dt><span class="strong">Returns:</span></dt><dd>Returns the SCInstance</dd></dl>
 </li>
 </ul>
@@ -461,7 +461,7 @@ implements <a href="../../../../org/apac
 <ul class="blockList">
 <li class="blockList">
 <h4>getEvaluator</h4>
-<pre>public&nbsp;<a href="../../../../org/apache/commons/scxml2/Evaluator.html" title="interface in org.apache.commons.scxml2">Evaluator</a>&nbsp;<a href="../../../../src-html/org/apache/commons/scxml2/SCXMLExecutionContext.html#line.211">getEvaluator</a>()</pre>
+<pre>public&nbsp;<a href="../../../../org/apache/commons/scxml2/Evaluator.html" title="interface in org.apache.commons.scxml2">Evaluator</a>&nbsp;<a href="../../../../src-html/org/apache/commons/scxml2/SCXMLExecutionContext.html#line.205">getEvaluator</a>()</pre>
 <dl><dt><span class="strong">Returns:</span></dt><dd>Returns The evaluator.</dd></dl>
 </li>
 </ul>
@@ -471,7 +471,7 @@ implements <a href="../../../../org/apac
 <ul class="blockList">
 <li class="blockList">
 <h4>setEvaluator</h4>
-<pre>protected&nbsp;void&nbsp;<a href="../../../../src-html/org/apache/commons/scxml2/SCXMLExecutionContext.html#line.224">setEvaluator</a>(<a href="../../../../org/apache/commons/scxml2/Evaluator.html" title="interface in org.apache.commons.scxml2">Evaluator</a>&nbsp;evaluator)
+<pre>protected&nbsp;void&nbsp;<a href="../../../../src-html/org/apache/commons/scxml2/SCXMLExecutionContext.html#line.218">setEvaluator</a>(<a href="../../../../org/apache/commons/scxml2/Evaluator.html" title="interface in org.apache.commons.scxml2">Evaluator</a>&nbsp;evaluator)
                      throws <a href="../../../../org/apache/commons/scxml2/model/ModelException.html" title="class in org.apache.commons.scxml2.model">ModelException</a></pre>
 <div class="block">Set or replace the evaluator
  <p>
@@ -489,7 +489,7 @@ implements <a href="../../../../org/apac
 <ul class="blockList">
 <li class="blockList">
 <h4>getErrorReporter</h4>
-<pre>public&nbsp;<a href="../../../../org/apache/commons/scxml2/ErrorReporter.html" title="interface in org.apache.commons.scxml2">ErrorReporter</a>&nbsp;<a href="../../../../src-html/org/apache/commons/scxml2/SCXMLExecutionContext.html#line.232">getErrorReporter</a>()</pre>
+<pre>public&nbsp;<a href="../../../../org/apache/commons/scxml2/ErrorReporter.html" title="interface in org.apache.commons.scxml2">ErrorReporter</a>&nbsp;<a href="../../../../src-html/org/apache/commons/scxml2/SCXMLExecutionContext.html#line.226">getErrorReporter</a>()</pre>
 <dl><dt><span class="strong">Returns:</span></dt><dd>Returns the error reporter</dd></dl>
 </li>
 </ul>
@@ -499,7 +499,7 @@ implements <a href="../../../../org/apac
 <ul class="blockList">
 <li class="blockList">
 <h4>setErrorReporter</h4>
-<pre>protected&nbsp;void&nbsp;<a href="../../../../src-html/org/apache/commons/scxml2/SCXMLExecutionContext.html#line.241">setErrorReporter</a>(<a href="../../../../org/apache/commons/scxml2/ErrorReporter.html" title="interface in org.apache.commons.scxml2">ErrorReporter</a>&nbsp;errorReporter)</pre>
+<pre>protected&nbsp;void&nbsp;<a href="../../../../src-html/org/apache/commons/scxml2/SCXMLExecutionContext.html#line.235">setErrorReporter</a>(<a href="../../../../org/apache/commons/scxml2/ErrorReporter.html" title="interface in org.apache.commons.scxml2">ErrorReporter</a>&nbsp;errorReporter)</pre>
 <div class="block">Set or replace the error reporter</div>
 <dl><dt><span class="strong">Parameters:</span></dt><dd><code>errorReporter</code> - The error reporter to set, if null a SimpleErrorReporter instance will be used instead</dd></dl>
 </li>
@@ -510,7 +510,7 @@ implements <a href="../../../../org/apac
 <ul class="blockList">
 <li class="blockList">
 <h4>getEventDispatcher</h4>
-<pre>public&nbsp;<a href="../../../../org/apache/commons/scxml2/EventDispatcher.html" title="interface in org.apache.commons.scxml2">EventDispatcher</a>&nbsp;<a href="../../../../src-html/org/apache/commons/scxml2/SCXMLExecutionContext.html#line.255">getEventDispatcher</a>()</pre>
+<pre>public&nbsp;<a href="../../../../org/apache/commons/scxml2/EventDispatcher.html" title="interface in org.apache.commons.scxml2">EventDispatcher</a>&nbsp;<a href="../../../../src-html/org/apache/commons/scxml2/SCXMLExecutionContext.html#line.248">getEventDispatcher</a>()</pre>
 <dl><dt><span class="strong">Returns:</span></dt><dd>Returns the event dispatcher</dd></dl>
 </li>
 </ul>
@@ -520,7 +520,7 @@ implements <a href="../../../../org/apac
 <ul class="blockList">
 <li class="blockList">
 <h4>setEventdispatcher</h4>
-<pre>protected&nbsp;void&nbsp;<a href="../../../../src-html/org/apache/commons/scxml2/SCXMLExecutionContext.html#line.264">setEventdispatcher</a>(<a href="../../../../org/apache/commons/scxml2/EventDispatcher.html" title="interface in org.apache.commons.scxml2">EventDispatcher</a>&nbsp;eventdispatcher)</pre>
+<pre>protected&nbsp;void&nbsp;<a href="../../../../src-html/org/apache/commons/scxml2/SCXMLExecutionContext.html#line.257">setEventdispatcher</a>(<a href="../../../../org/apache/commons/scxml2/EventDispatcher.html" title="interface in org.apache.commons.scxml2">EventDispatcher</a>&nbsp;eventdispatcher)</pre>
 <div class="block">Set or replace the event dispatch</div>
 <dl><dt><span class="strong">Parameters:</span></dt><dd><code>eventdispatcher</code> - The event dispatcher to set, if null a SimpleDispatcher instance will be used instead</dd></dl>
 </li>
@@ -531,7 +531,7 @@ implements <a href="../../../../org/apac
 <ul class="blockList">
 <li class="blockList">
 <h4>getNotificationRegistry</h4>
-<pre>public&nbsp;<a href="../../../../org/apache/commons/scxml2/NotificationRegistry.html" title="class in org.apache.commons.scxml2">NotificationRegistry</a>&nbsp;<a href="../../../../src-html/org/apache/commons/scxml2/SCXMLExecutionContext.html#line.271">getNotificationRegistry</a>()</pre>
+<pre>public&nbsp;<a href="../../../../org/apache/commons/scxml2/NotificationRegistry.html" title="class in org.apache.commons.scxml2">NotificationRegistry</a>&nbsp;<a href="../../../../src-html/org/apache/commons/scxml2/SCXMLExecutionContext.html#line.264">getNotificationRegistry</a>()</pre>
 <dl><dt><span class="strong">Returns:</span></dt><dd>Returns the notification registry</dd></dl>
 </li>
 </ul>
@@ -541,7 +541,7 @@ implements <a href="../../../../org/apac
 <ul class="blockList">
 <li class="blockList">
 <h4>detachInstance</h4>
-<pre>protected&nbsp;<a href="../../../../org/apache/commons/scxml2/SCInstance.html" title="class in org.apache.commons.scxml2">SCInstance</a>&nbsp;<a href="../../../../src-html/org/apache/commons/scxml2/SCXMLExecutionContext.html#line.282">detachInstance</a>()</pre>
+<pre>protected&nbsp;<a href="../../../../org/apache/commons/scxml2/SCInstance.html" title="class in org.apache.commons.scxml2">SCInstance</a>&nbsp;<a href="../../../../src-html/org/apache/commons/scxml2/SCXMLExecutionContext.html#line.275">detachInstance</a>()</pre>
 <div class="block">Detach the current SCInstance to allow external serialization.
  <p>
  <a href="../../../../org/apache/commons/scxml2/SCXMLExecutionContext.html#attachInstance(org.apache.commons.scxml2.SCInstance)"><code>attachInstance(SCInstance)</code></a> can be used to re-attach a previously detached instance
@@ -555,7 +555,7 @@ implements <a href="../../../../org/apac
 <ul class="blockList">
 <li class="blockList">
 <h4>attachInstance</h4>
-<pre>protected&nbsp;void&nbsp;<a href="../../../../src-html/org/apache/commons/scxml2/SCXMLExecutionContext.html#line.296">attachInstance</a>(<a href="../../../../org/apache/commons/scxml2/SCInstance.html" title="class in org.apache.commons.scxml2">SCInstance</a>&nbsp;instance)</pre>
+<pre>protected&nbsp;void&nbsp;<a href="../../../../src-html/org/apache/commons/scxml2/SCXMLExecutionContext.html#line.289">attachInstance</a>(<a href="../../../../org/apache/commons/scxml2/SCInstance.html" title="class in org.apache.commons.scxml2">SCInstance</a>&nbsp;instance)</pre>
 <div class="block">Re-attach a previously detached SCInstance.
  <p>
  Note: an already attached instance will get overwritten (and thus lost).
@@ -569,7 +569,7 @@ implements <a href="../../../../org/apac
 <ul class="blockList">
 <li class="blockList">
 <h4>registerInvokerClass</h4>
-<pre>protected&nbsp;void&nbsp;<a href="../../../../src-html/org/apache/commons/scxml2/SCXMLExecutionContext.html#line.320">registerInvokerClass</a>(<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,
+<pre>protected&nbsp;void&nbsp;<a href="../../../../src-html/org/apache/commons/scxml2/SCXMLExecutionContext.html#line.312">registerInvokerClass</a>(<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/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&lt;? extends <a href="../../../../org/apache/commons/scxml2/invoke/Invoker.html" title="interface in org.apache.commons.scxml2.invoke">Invoker</a>&gt;&nbsp;invokerClass)</pre>
 <div class="block">Register an Invoker for this target type.</div>
 <dl><dt><span class="strong">Parameters:</span></dt><dd><code>type</code> - The target type (specified by "type" attribute of the invoke element).</dd><dd><code>invokerClass</code> - The Invoker class.</dd></dl>
@@ -581,7 +581,7 @@ implements <a href="../../../../org/apac
 <ul class="blockList">
 <li class="blockList">
 <h4>unregisterInvokerClass</h4>
-<pre>protected&nbsp;void&nbsp;<a href="../../../../src-html/org/apache/commons/scxml2/SCXMLExecutionContext.html#line.329">unregisterInvokerClass</a>(<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)</pre>
+<pre>protected&nbsp;void&nbsp;<a href="../../../../src-html/org/apache/commons/scxml2/SCXMLExecutionContext.html#line.321">unregisterInvokerClass</a>(<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)</pre>
 <div class="block">Remove the Invoker registered for this target type (if there is one registered).</div>
 <dl><dt><span class="strong">Parameters:</span></dt><dd><code>type</code> - The target type (specified by "type" attribute of the invoke element).</dd></dl>
 </li>
@@ -592,7 +592,7 @@ implements <a href="../../../../org/apac
 <ul class="blockList">
 <li class="blockList">
 <h4>newInvoker</h4>
-<pre>public&nbsp;<a href="../../../../org/apache/commons/scxml2/invoke/Invoker.html" title="interface in org.apache.commons.scxml2.invoke">Invoker</a>&nbsp;<a href="../../../../src-html/org/apache/commons/scxml2/SCXMLExecutionContext.html#line.342">newInvoker</a>(<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)
+<pre>public&nbsp;<a href="../../../../org/apache/commons/scxml2/invoke/Invoker.html" title="interface in org.apache.commons.scxml2.invoke">Invoker</a>&nbsp;<a href="../../../../src-html/org/apache/commons/scxml2/SCXMLExecutionContext.html#line.334">newInvoker</a>(<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)
                    throws <a href="../../../../org/apache/commons/scxml2/invoke/InvokerException.html" title="class in org.apache.commons.scxml2.invoke">InvokerException</a></pre>
 <div class="block">Create a new <a href="../../../../org/apache/commons/scxml2/invoke/Invoker.html" title="interface in org.apache.commons.scxml2.invoke"><code>Invoker</code></a></div>
 <dl><dt><span class="strong">Parameters:</span></dt><dd><code>type</code> - The type of the target being invoked.</dd>
@@ -609,7 +609,7 @@ implements <a href="../../../../org/apac
 <ul class="blockList">
 <li class="blockList">
 <h4>getInvoker</h4>
-<pre>public&nbsp;<a href="../../../../org/apache/commons/scxml2/invoke/Invoker.html" title="interface in org.apache.commons.scxml2.invoke">Invoker</a>&nbsp;<a href="../../../../src-html/org/apache/commons/scxml2/SCXMLExecutionContext.html#line.365">getInvoker</a>(<a href="../../../../org/apache/commons/scxml2/model/Invoke.html" title="class in org.apache.commons.scxml2.model">Invoke</a>&nbsp;invoke)</pre>
+<pre>public&nbsp;<a href="../../../../org/apache/commons/scxml2/invoke/Invoker.html" title="interface in org.apache.commons.scxml2.invoke">Invoker</a>&nbsp;<a href="../../../../src-html/org/apache/commons/scxml2/SCXMLExecutionContext.html#line.357">getInvoker</a>(<a href="../../../../org/apache/commons/scxml2/model/Invoke.html" title="class in org.apache.commons.scxml2.model">Invoke</a>&nbsp;invoke)</pre>
 <div class="block">Get the <a href="../../../../org/apache/commons/scxml2/invoke/Invoker.html" title="interface in org.apache.commons.scxml2.invoke"><code>Invoker</code></a> for this <a href="../../../../org/apache/commons/scxml2/model/Invoke.html" title="class in org.apache.commons.scxml2.model"><code>Invoke</code></a>.
  May return <code>null</code>. A non-null <a href="../../../../org/apache/commons/scxml2/invoke/Invoker.html" title="interface in org.apache.commons.scxml2.invoke"><code>Invoker</code></a> will be
  returned if and only if the <a href="../../../../org/apache/commons/scxml2/model/Invoke.html" title="class in org.apache.commons.scxml2.model"><code>Invoke</code></a> parent TransitionalState is
@@ -624,7 +624,7 @@ implements <a href="../../../../org/apac
 <ul class="blockList">
 <li class="blockList">
 <h4>setInvoker</h4>
-<pre>public&nbsp;<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;<a href="../../../../src-html/org/apache/commons/scxml2/SCXMLExecutionContext.html#line.376">setInvoker</a>(<a href="../../../../org/apache/commons/scxml2/model/Invoke.html" title="class in org.apache.commons.scxml2.model">Invoke</a>&nbsp;invoke,
+<pre>public&nbsp;<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;<a href="../../../../src-html/org/apache/commons/scxml2/SCXMLExecutionContext.html#line.368">setInvoker</a>(<a href="../../../../org/apache/commons/scxml2/model/Invoke.html" title="class in org.apache.commons.scxml2.model">Invoke</a>&nbsp;invoke,
                 <a href="../../../../org/apache/commons/scxml2/invoke/Invoker.html" title="interface in org.apache.commons.scxml2.invoke">Invoker</a>&nbsp;invoker)</pre>
 <div class="block">Set the <a href="../../../../org/apache/commons/scxml2/invoke/Invoker.html" title="interface in org.apache.commons.scxml2.invoke"><code>Invoker</code></a> for a <a href="../../../../org/apache/commons/scxml2/model/Invoke.html" title="class in org.apache.commons.scxml2.model"><code>Invoke</code></a> and returns the unique invokerId for the Invoker</div>
 <dl><dt><span class="strong">Parameters:</span></dt><dd><code>invoke</code> - The Invoke.</dd><dd><code>invoker</code> - The Invoker.</dd>
@@ -637,7 +637,7 @@ implements <a href="../../../../org/apac
 <ul class="blockList">
 <li class="blockList">
 <h4>removeInvoker</h4>
-<pre>public&nbsp;void&nbsp;<a href="../../../../src-html/org/apache/commons/scxml2/SCXMLExecutionContext.html#line.390">removeInvoker</a>(<a href="../../../../org/apache/commons/scxml2/model/Invoke.html" title="class in org.apache.commons.scxml2.model">Invoke</a>&nbsp;invoke)</pre>
+<pre>public&nbsp;void&nbsp;<a href="../../../../src-html/org/apache/commons/scxml2/SCXMLExecutionContext.html#line.382">removeInvoker</a>(<a href="../../../../org/apache/commons/scxml2/model/Invoke.html" title="class in org.apache.commons.scxml2.model">Invoke</a>&nbsp;invoke)</pre>
 <div class="block">Remove a previously active Invoker, which must already have been canceled</div>
 <dl><dt><span class="strong">Parameters:</span></dt><dd><code>invoke</code> - The Invoke for the Invoker to remove</dd></dl>
 </li>
@@ -648,7 +648,7 @@ implements <a href="../../../../org/apac
 <ul class="blockList">
 <li class="blockList">
 <h4>getInvokeIds</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/Invoke.html" title="class in org.apache.commons.scxml2.model">Invoke</a>,<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>&gt;&nbsp;<a href="../../../../src-html/org/apache/commons/scxml2/SCXMLExecutionContext.html#line.397">getInvokeIds</a>()</pre>
+<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/Invoke.html" title="class in org.apache.commons.scxml2.model">Invoke</a>,<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>&gt;&nbsp;<a href="../../../../src-html/org/apache/commons/scxml2/SCXMLExecutionContext.html#line.389">getInvokeIds</a>()</pre>
 <dl><dt><span class="strong">Returns:</span></dt><dd>Returns the map of current active Invokes and their invokeId</dd></dl>
 </li>
 </ul>
@@ -658,7 +658,7 @@ implements <a href="../../../../org/apac
 <ul class="blockList">
 <li class="blockList">
 <h4>cancelInvoker</h4>
-<pre>public&nbsp;void&nbsp;<a href="../../../../src-html/org/apache/commons/scxml2/SCXMLExecutionContext.html#line.407">cancelInvoker</a>(<a href="../../../../org/apache/commons/scxml2/model/Invoke.html" title="class in org.apache.commons.scxml2.model">Invoke</a>&nbsp;invoke)</pre>
+<pre>public&nbsp;void&nbsp;<a href="../../../../src-html/org/apache/commons/scxml2/SCXMLExecutionContext.html#line.399">cancelInvoker</a>(<a href="../../../../org/apache/commons/scxml2/model/Invoke.html" title="class in org.apache.commons.scxml2.model">Invoke</a>&nbsp;invoke)</pre>
 <div class="block">Cancel and remove an active Invoker</div>
 <dl><dt><span class="strong">Parameters:</span></dt><dd><code>invoke</code> - The Invoke for the Invoker to cancel</dd></dl>
 </li>
@@ -669,7 +669,7 @@ implements <a href="../../../../org/apac
 <ul class="blockList">
 <li class="blockList">
 <h4>addEvent</h4>
-<pre>public&nbsp;void&nbsp;<a href="../../../../src-html/org/apache/commons/scxml2/SCXMLExecutionContext.html#line.425">addEvent</a>(<a href="../../../../org/apache/commons/scxml2/TriggerEvent.html" title="class in org.apache.commons.scxml2">TriggerEvent</a>&nbsp;event)</pre>
+<pre>public&nbsp;void&nbsp;<a href="../../../../src-html/org/apache/commons/scxml2/SCXMLExecutionContext.html#line.417">addEvent</a>(<a href="../../../../org/apache/commons/scxml2/TriggerEvent.html" title="class in org.apache.commons.scxml2">TriggerEvent</a>&nbsp;event)</pre>
 <div class="block">Add an event to the internal event queue</div>
 <dl>
 <dt><strong>Specified by:</strong></dt>
@@ -683,7 +683,7 @@ implements <a href="../../../../org/apac
 <ul class="blockList">
 <li class="blockList">
 <h4>nextInternalEvent</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/SCXMLExecutionContext.html#line.432">nextInternalEvent</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/SCXMLExecutionContext.html#line.424">nextInternalEvent</a>()</pre>
 <dl><dt><span class="strong">Returns:</span></dt><dd>Returns the next event from the internal event queue, if available</dd></dl>
 </li>
 </ul>
@@ -693,7 +693,7 @@ implements <a href="../../../../org/apac
 <ul class="blockListLast">
 <li class="blockList">
 <h4>hasPendingInternalEvent</h4>
-<pre>public&nbsp;boolean&nbsp;<a href="../../../../src-html/org/apache/commons/scxml2/SCXMLExecutionContext.html#line.439">hasPendingInternalEvent</a>()</pre>
+<pre>public&nbsp;boolean&nbsp;<a href="../../../../src-html/org/apache/commons/scxml2/SCXMLExecutionContext.html#line.431">hasPendingInternalEvent</a>()</pre>
 <dl><dt><span class="strong">Returns:</span></dt><dd>Returns true if the internal event queue isn't empty</dd></dl>
 </li>
 </ul>

Modified: websites/production/commons/content/proper/commons-scxml/apidocs/org/apache/commons/scxml2/SCXMLExecutor.html
==============================================================================
--- websites/production/commons/content/proper/commons-scxml/apidocs/org/apache/commons/scxml2/SCXMLExecutor.html (original)
+++ websites/production/commons/content/proper/commons-scxml/apidocs/org/apache/commons/scxml2/SCXMLExecutor.html Mon Sep 15 13:36:40 2014
@@ -135,14 +135,14 @@ implements <a href="../../../../org/apac
 </td>
 </tr>
 <tr class="rowColor">
-<td class="colOne"><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)">SCXMLExecutor</a></strong>(<a href="../../../../org/apache/commons/scxml2/Evaluator.html" title="interface in org.apache.commons.scxml2">Evaluator</a>&nbsp;expEvaluator,
+<td class="colOne"><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)">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)</code>
 <div class="block">Constructor.</div>
 </td>
 </tr>
 <tr class="altColor">
-<td class="colOne"><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="colOne"><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>
@@ -172,7 +172,7 @@ implements <a href="../../../../org/apac
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code>void</code></td>
-<td class="colLast"><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"><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>
@@ -267,14 +267,14 @@ implements <a href="../../../../org/apac
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code>void</code></td>
-<td class="colLast"><code><strong><a href="../../../../org/apache/commons/scxml2/SCXMLExecutor.html#registerInvokerClass(java.lang.String, java.lang.Class)">registerInvokerClass</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;type,
+<td class="colLast"><code><strong><a href="../../../../org/apache/commons/scxml2/SCXMLExecutor.html#registerInvokerClass(java.lang.String,%20java.lang.Class)">registerInvokerClass</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;type,
                                         <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</a>&lt;? extends <a href="../../../../org/apache/commons/scxml2/invoke/Invoker.html" title="interface in org.apache.commons.scxml2.invoke">Invoker</a>&gt;&nbsp;invokerClass)</code>
 <div class="block">Register an Invoker for this target type.</div>
 </td>
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code>void</code></td>
-<td class="colLast"><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"><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>
@@ -345,7 +345,7 @@ implements <a href="../../../../org/apac
 <!--   -->
 </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>
@@ -689,7 +689,7 @@ implements <a href="../../../../org/apac
 <ul class="blockList">
 <li class="blockList">
 <h4>addEvent</h4>
-<pre>public&nbsp;void&nbsp;<a href="../../../../src-html/org/apache/commons/scxml2/SCXMLExecutor.html#line.347">addEvent</a>(<a href="../../../../org/apache/commons/scxml2/TriggerEvent.html" title="class in org.apache.commons.scxml2">TriggerEvent</a>&nbsp;evt)</pre>
+<pre>public&nbsp;void&nbsp;<a href="../../../../src-html/org/apache/commons/scxml2/SCXMLExecutor.html#line.342">addEvent</a>(<a href="../../../../org/apache/commons/scxml2/TriggerEvent.html" title="class in org.apache.commons.scxml2">TriggerEvent</a>&nbsp;evt)</pre>
 <div class="block">Add a new external event, which may be done concurrently, and even when the current SCInstance is detached.
  <p>
  No processing of the vent will be done, until the next triggerEvent methods is invoked.
@@ -706,7 +706,7 @@ implements <a href="../../../../org/apac
 <ul class="blockList">
 <li class="blockList">
 <h4>hasPendingEvents</h4>
-<pre>public&nbsp;boolean&nbsp;<a href="../../../../src-html/org/apache/commons/scxml2/SCXMLExecutor.html#line.356">hasPendingEvents</a>()</pre>
+<pre>public&nbsp;boolean&nbsp;<a href="../../../../src-html/org/apache/commons/scxml2/SCXMLExecutor.html#line.351">hasPendingEvents</a>()</pre>
 <dl><dt><span class="strong">Returns:</span></dt><dd>Returns true if there are pending external events to be processed.</dd></dl>
 </li>
 </ul>
@@ -716,7 +716,7 @@ implements <a href="../../../../org/apac
 <ul class="blockList">
 <li class="blockList">
 <h4>getPendingEvents</h4>
-<pre>public&nbsp;int&nbsp;<a href="../../../../src-html/org/apache/commons/scxml2/SCXMLExecutor.html#line.363">getPendingEvents</a>()</pre>
+<pre>public&nbsp;int&nbsp;<a href="../../../../src-html/org/apache/commons/scxml2/SCXMLExecutor.html#line.358">getPendingEvents</a>()</pre>
 <dl><dt><span class="strong">Returns:</span></dt><dd>Returns the current number of pending external events to be processed.</dd></dl>
 </li>
 </ul>
@@ -726,7 +726,7 @@ implements <a href="../../../../org/apac
 <ul class="blockList">
 <li class="blockList">
 <h4>triggerEvent</h4>
-<pre>public&nbsp;void&nbsp;<a href="../../../../src-html/org/apache/commons/scxml2/SCXMLExecutor.html#line.376">triggerEvent</a>(<a href="../../../../org/apache/commons/scxml2/TriggerEvent.html" title="class in org.apache.commons.scxml2">TriggerEvent</a>&nbsp;evt)
+<pre>public&nbsp;void&nbsp;<a href="../../../../src-html/org/apache/commons/scxml2/SCXMLExecutor.html#line.371">triggerEvent</a>(<a href="../../../../org/apache/commons/scxml2/TriggerEvent.html" title="class in org.apache.commons.scxml2">TriggerEvent</a>&nbsp;evt)
                   throws <a href="../../../../org/apache/commons/scxml2/model/ModelException.html" title="class in org.apache.commons.scxml2.model">ModelException</a></pre>
 <div class="block">Convenience method when only one event needs to be triggered.</div>
 <dl><dt><span class="strong">Parameters:</span></dt><dd><code>evt</code> - the external events which triggered during the last
@@ -742,7 +742,7 @@ implements <a href="../../../../org/apac
 <ul class="blockList">
 <li class="blockList">
 <h4>triggerEvents</h4>
-<pre>public&nbsp;void&nbsp;<a href="../../../../src-html/org/apache/commons/scxml2/SCXMLExecutor.html#line.394">triggerEvents</a>(<a href="../../../../org/apache/commons/scxml2/TriggerEvent.html" title="class in org.apache.commons.scxml2">TriggerEvent</a>[]&nbsp;evts)
+<pre>public&nbsp;void&nbsp;<a href="../../../../src-html/org/apache/commons/scxml2/SCXMLExecutor.html#line.387">triggerEvents</a>(<a href="../../../../org/apache/commons/scxml2/TriggerEvent.html" title="class in org.apache.commons.scxml2">TriggerEvent</a>[]&nbsp;evts)
                    throws <a href="../../../../org/apache/commons/scxml2/model/ModelException.html" title="class in org.apache.commons.scxml2.model">ModelException</a></pre>
 <div class="block">The worker method.
  Re-evaluates current status whenever any events are triggered.</div>
@@ -759,7 +759,7 @@ implements <a href="../../../../org/apac
 <ul class="blockList">
 <li class="blockList">
 <h4>triggerEvents</h4>
-<pre>public&nbsp;void&nbsp;<a href="../../../../src-html/org/apache/commons/scxml2/SCXMLExecutor.html#line.410">triggerEvents</a>()
+<pre>public&nbsp;void&nbsp;<a href="../../../../src-html/org/apache/commons/scxml2/SCXMLExecutor.html#line.401">triggerEvents</a>()
                    throws <a href="../../../../org/apache/commons/scxml2/model/ModelException.html" title="class in org.apache.commons.scxml2.model">ModelException</a></pre>
 <div class="block">Trigger all pending and incoming events, until there are no more pending events</div>
 <dl><dt><span class="strong">Throws:</span></dt>
@@ -772,7 +772,7 @@ implements <a href="../../../../org/apac
 <ul class="blockList">
 <li class="blockList">
 <h4>eventStep</h4>
-<pre>protected&nbsp;void&nbsp;<a href="../../../../src-html/org/apache/commons/scxml2/SCXMLExecutor.html#line.417">eventStep</a>(<a href="../../../../org/apache/commons/scxml2/TriggerEvent.html" title="class in org.apache.commons.scxml2">TriggerEvent</a>&nbsp;event)
+<pre>protected&nbsp;void&nbsp;<a href="../../../../src-html/org/apache/commons/scxml2/SCXMLExecutor.html#line.408">eventStep</a>(<a href="../../../../org/apache/commons/scxml2/TriggerEvent.html" title="class in org.apache.commons.scxml2">TriggerEvent</a>&nbsp;event)
                   throws <a href="../../../../org/apache/commons/scxml2/model/ModelException.html" title="class in org.apache.commons.scxml2.model">ModelException</a></pre>
 <dl><dt><span class="strong">Throws:</span></dt>
 <dd><code><a href="../../../../org/apache/commons/scxml2/model/ModelException.html" title="class in org.apache.commons.scxml2.model">ModelException</a></code></dd></dl>
@@ -784,7 +784,7 @@ implements <a href="../../../../org/apac
 <ul class="blockList">
 <li class="blockList">
 <h4>getSCInstance</h4>
-<pre>protected&nbsp;<a href="../../../../org/apache/commons/scxml2/SCInstance.html" title="class in org.apache.commons.scxml2">SCInstance</a>&nbsp;<a href="../../../../src-html/org/apache/commons/scxml2/SCXMLExecutor.html#line.432">getSCInstance</a>()</pre>
+<pre>protected&nbsp;<a href="../../../../org/apache/commons/scxml2/SCInstance.html" title="class in org.apache.commons.scxml2">SCInstance</a>&nbsp;<a href="../../../../src-html/org/apache/commons/scxml2/SCXMLExecutor.html#line.418">getSCInstance</a>()</pre>
 <div class="block">Get the state chart instance for this executor.</div>
 <dl><dt><span class="strong">Returns:</span></dt><dd>The SCInstance for this executor.</dd></dl>
 </li>
@@ -795,7 +795,7 @@ implements <a href="../../../../org/apac
 <ul class="blockListLast">
 <li class="blockList">
 <h4>logState</h4>
-<pre>protected&nbsp;void&nbsp;<a href="../../../../src-html/org/apache/commons/scxml2/SCXMLExecutor.html#line.439">logState</a>()</pre>
+<pre>protected&nbsp;void&nbsp;<a href="../../../../src-html/org/apache/commons/scxml2/SCXMLExecutor.html#line.425">logState</a>()</pre>
 <div class="block">Log the current set of active states.</div>
 </li>
 </ul>

Modified: websites/production/commons/content/proper/commons-scxml/apidocs/org/apache/commons/scxml2/SCXMLExpressionException.html
==============================================================================
--- websites/production/commons/content/proper/commons-scxml/apidocs/org/apache/commons/scxml2/SCXMLExpressionException.html (original)
+++ websites/production/commons/content/proper/commons-scxml/apidocs/org/apache/commons/scxml2/SCXMLExpressionException.html Mon Sep 15 13:36:40 2014
@@ -138,7 +138,7 @@ extends <a href="http://docs.oracle.com/
 <td class="colOne"><code><strong><a href="../../../../org/apache/commons/scxml2/SCXMLExpressionException.html#SCXMLExpressionException(java.lang.String)">SCXMLExpressionException</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;message)</code>&nbsp;</td>
 </tr>
 <tr class="altColor">
-<td class="colOne"><code><strong><a href="../../../../org/apache/commons/scxml2/SCXMLExpressionException.html#SCXMLExpressionException(java.lang.String, java.lang.Throwable)">SCXMLExpressionException</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;message,
+<td class="colOne"><code><strong><a href="../../../../org/apache/commons/scxml2/SCXMLExpressionException.html#SCXMLExpressionException(java.lang.String,%20java.lang.Throwable)">SCXMLExpressionException</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;message,
                                                 <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang">Throwable</a>&nbsp;cause)</code>&nbsp;</td>
 </tr>
 <tr class="rowColor">
@@ -165,7 +165,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#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#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>
@@ -219,7 +219,7 @@ extends <a href="http://docs.oracle.com/
 <h4>SCXMLExpressionException</h4>
 <pre>public&nbsp;<a href="../../../../src-html/org/apache/commons/scxml2/SCXMLExpressionException.html#line.59">SCXMLExpressionException</a>(<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;message,
                         <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang">Throwable</a>&nbsp;cause)</pre>
-<dl><dt><span class="strong">Parameters:</span></dt><dd><code>message</code> - The error message</dd><dd><code>cause</code> - The cause</dd><dt><span class="strong">See Also:</span></dt><dd><a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Exception.html?is-external=true#Exception(java.lang.String, java.lang.Throwable)" title="class or interface in java.lang"><code>Exception.Exception(String, Throwable)</code></a></dd></dl>
+<dl><dt><span class="strong">Parameters:</span></dt><dd><code>message</code> - The error message</dd><dd><code>cause</code> - The cause</dd><dt><span class="strong">See Also:</span></dt><dd><a href="http://docs.oracle.com/javase/6/docs/api/java/lang/Exception.html?is-external=true#Exception(java.lang.String,%20java.lang.Throwable)" title="class or interface in java.lang"><code>Exception.Exception(String, Throwable)</code></a></dd></dl>
 </li>
 </ul>
 </li>

Modified: websites/production/commons/content/proper/commons-scxml/apidocs/org/apache/commons/scxml2/SCXMLListener.html
==============================================================================
--- websites/production/commons/content/proper/commons-scxml/apidocs/org/apache/commons/scxml2/SCXMLListener.html (original)
+++ websites/production/commons/content/proper/commons-scxml/apidocs/org/apache/commons/scxml2/SCXMLListener.html Mon Sep 15 13:36:40 2014
@@ -131,7 +131,7 @@
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code>void</code></td>
-<td class="colLast"><code><strong><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></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/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></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>

Modified: websites/production/commons/content/proper/commons-scxml/apidocs/org/apache/commons/scxml2/SCXMLSemantics.html
==============================================================================
--- websites/production/commons/content/proper/commons-scxml/apidocs/org/apache/commons/scxml2/SCXMLSemantics.html (original)
+++ websites/production/commons/content/proper/commons-scxml/apidocs/org/apache/commons/scxml2/SCXMLSemantics.html Mon Sep 15 13:36:40 2014
@@ -104,7 +104,7 @@
      for processing external events (or be terminated already)</li>
      <li>Processing a single external event and completing the macro step for it, after which the
      state machine should be ready for processing another external event (if any), or be terminated already.
-     See: <a href="../../../../org/apache/commons/scxml2/SCXMLSemantics.html#nextStep(org.apache.commons.scxml2.SCXMLExecutionContext, org.apache.commons.scxml2.TriggerEvent)"><code>nextStep(SCXMLExecutionContext, TriggerEvent)</code></a>.
+     See: <a href="../../../../org/apache/commons/scxml2/SCXMLSemantics.html#nextStep(org.apache.commons.scxml2.SCXMLExecutionContext,%20org.apache.commons.scxml2.TriggerEvent)"><code>nextStep(SCXMLExecutionContext, TriggerEvent)</code></a>.
      </li>
      <li>Finally, if the state machine terminated (<a href="../../../../org/apache/commons/scxml2/SCXMLExecutionContext.html#isRunning()"><code>SCXMLExecutionContext.isRunning()</code></a> == false), after either
      of the above steps, finalize the state machine by performing the final step.
@@ -130,7 +130,7 @@
  implementation.
  </p>
  <p>
- Note that both the <a href="../../../../org/apache/commons/scxml2/SCXMLSemantics.html#firstStep(org.apache.commons.scxml2.SCXMLExecutionContext)"><code>firstStep(SCXMLExecutionContext)</code></a> and <a href="../../../../org/apache/commons/scxml2/SCXMLSemantics.html#nextStep(org.apache.commons.scxml2.SCXMLExecutionContext, org.apache.commons.scxml2.TriggerEvent)"><code>nextStep(SCXMLExecutionContext, TriggerEvent)</code></a>
+ Note that both the <a href="../../../../org/apache/commons/scxml2/SCXMLSemantics.html#firstStep(org.apache.commons.scxml2.SCXMLExecutionContext)"><code>firstStep(SCXMLExecutionContext)</code></a> and <a href="../../../../org/apache/commons/scxml2/SCXMLSemantics.html#nextStep(org.apache.commons.scxml2.SCXMLExecutionContext,%20org.apache.commons.scxml2.TriggerEvent)"><code>nextStep(SCXMLExecutionContext, TriggerEvent)</code></a>
  first run to completion for any internal events raised before returning, as expected and required by the SCXML
  specification, so it is currently not possible to 'manage' internal event processing externally.
  </p>
@@ -169,14 +169,14 @@
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code>void</code></td>
-<td class="colLast"><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"><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>
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code><a href="../../../../org/apache/commons/scxml2/model/SCXML.html" title="class in org.apache.commons.scxml2.model">SCXML</a></code></td>
-<td class="colLast"><code><strong><a href="../../../../org/apache/commons/scxml2/SCXMLSemantics.html#normalizeStateMachine(org.apache.commons.scxml2.model.SCXML, org.apache.commons.scxml2.ErrorReporter)">normalizeStateMachine</a></strong>(<a href="../../../../org/apache/commons/scxml2/model/SCXML.html" title="class in org.apache.commons.scxml2.model">SCXML</a>&nbsp;input,
+<td class="colLast"><code><strong><a href="../../../../org/apache/commons/scxml2/SCXMLSemantics.html#normalizeStateMachine(org.apache.commons.scxml2.model.SCXML,%20org.apache.commons.scxml2.ErrorReporter)">normalizeStateMachine</a></strong>(<a href="../../../../org/apache/commons/scxml2/model/SCXML.html" title="class in org.apache.commons.scxml2.model">SCXML</a>&nbsp;input,
                                           <a href="../../../../org/apache/commons/scxml2/ErrorReporter.html" title="interface in org.apache.commons.scxml2">ErrorReporter</a>&nbsp;errRep)</code>
 <div class="block">Optional post processing immediately following SCXMLReader.</div>
 </td>

Modified: websites/production/commons/content/proper/commons-scxml/apidocs/org/apache/commons/scxml2/SCXMLSystemContext.html
==============================================================================
--- websites/production/commons/content/proper/commons-scxml/apidocs/org/apache/commons/scxml2/SCXMLSystemContext.html (original)
+++ websites/production/commons/content/proper/commons-scxml/apidocs/org/apache/commons/scxml2/SCXMLSystemContext.html Mon Sep 15 13:36:40 2014
@@ -230,14 +230,14 @@ implements <a href="../../../../org/apac
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code>void</code></td>
-<td class="colLast"><code><strong><a href="../../../../org/apache/commons/scxml2/SCXMLSystemContext.html#set(java.lang.String, java.lang.Object)">set</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="colLast"><code><strong><a href="../../../../org/apache/commons/scxml2/SCXMLSystemContext.html#set(java.lang.String,%20java.lang.Object)">set</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/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;value)</code>
 <div class="block">Assigns a new value to an existing variable or creates a new one.</div>
 </td>
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code>void</code></td>
-<td class="colLast"><code><strong><a href="../../../../org/apache/commons/scxml2/SCXMLSystemContext.html#setLocal(java.lang.String, java.lang.Object)">setLocal</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="colLast"><code><strong><a href="../../../../org/apache/commons/scxml2/SCXMLSystemContext.html#setLocal(java.lang.String,%20java.lang.Object)">setLocal</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/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;value)</code>
 <div class="block">Assigns a new value to an existing variable or creates a new one.</div>
 </td>
@@ -248,7 +248,7 @@ implements <a href="../../../../org/apac
 <!--   -->
 </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>
@@ -361,13 +361,13 @@ implements <a href="../../../../org/apac
 <h4>set</h4>
 <pre>public&nbsp;void&nbsp;<a href="../../../../src-html/org/apache/commons/scxml2/SCXMLSystemContext.html#line.91">set</a>(<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/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;value)</pre>
-<div class="block"><strong>Description copied from interface:&nbsp;<code><a href="../../../../org/apache/commons/scxml2/Context.html#set(java.lang.String, java.lang.Object)">Context</a></code></strong></div>
+<div class="block"><strong>Description copied from interface:&nbsp;<code><a href="../../../../org/apache/commons/scxml2/Context.html#set(java.lang.String,%20java.lang.Object)">Context</a></code></strong></div>
 <div class="block">Assigns a new value to an existing variable or creates a new one.
  The method searches the chain of parent Contexts for variable
  existence.</div>
 <dl>
 <dt><strong>Specified by:</strong></dt>
-<dd><code><a href="../../../../org/apache/commons/scxml2/Context.html#set(java.lang.String, java.lang.Object)">set</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../org/apache/commons/scxml2/Context.html" title="interface in org.apache.commons.scxml2">Context</a></code></dd>
+<dd><code><a href="../../../../org/apache/commons/scxml2/Context.html#set(java.lang.String,%20java.lang.Object)">set</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../org/apache/commons/scxml2/Context.html" title="interface in org.apache.commons.scxml2">Context</a></code></dd>
 <dt><span class="strong">Parameters:</span></dt><dd><code>name</code> - The variable name</dd><dd><code>value</code> - The variable value</dd></dl>
 </li>
 </ul>
@@ -379,13 +379,13 @@ implements <a href="../../../../org/apac
 <h4>setLocal</h4>
 <pre>public&nbsp;void&nbsp;<a href="../../../../src-html/org/apache/commons/scxml2/SCXMLSystemContext.html#line.100">setLocal</a>(<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/Object.html?is-external=true" title="class or interface in java.lang">Object</a>&nbsp;value)</pre>
-<div class="block"><strong>Description copied from interface:&nbsp;<code><a href="../../../../org/apache/commons/scxml2/Context.html#setLocal(java.lang.String, java.lang.Object)">Context</a></code></strong></div>
+<div class="block"><strong>Description copied from interface:&nbsp;<code><a href="../../../../org/apache/commons/scxml2/Context.html#setLocal(java.lang.String,%20java.lang.Object)">Context</a></code></strong></div>
 <div class="block">Assigns a new value to an existing variable or creates a new one.
  The method allows to shaddow a variable of the same name up the
  Context chain.</div>
 <dl>
 <dt><strong>Specified by:</strong></dt>
-<dd><code><a href="../../../../org/apache/commons/scxml2/Context.html#setLocal(java.lang.String, java.lang.Object)">setLocal</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../org/apache/commons/scxml2/Context.html" title="interface in org.apache.commons.scxml2">Context</a></code></dd>
+<dd><code><a href="../../../../org/apache/commons/scxml2/Context.html#setLocal(java.lang.String,%20java.lang.Object)">setLocal</a></code>&nbsp;in interface&nbsp;<code><a href="../../../../org/apache/commons/scxml2/Context.html" title="interface in org.apache.commons.scxml2">Context</a></code></dd>
 <dt><span class="strong">Parameters:</span></dt><dd><code>name</code> - The variable name</dd><dd><code>value</code> - The variable value</dd></dl>
 </li>
 </ul>

Modified: websites/production/commons/content/proper/commons-scxml/apidocs/org/apache/commons/scxml2/Status.html
==============================================================================
--- websites/production/commons/content/proper/commons-scxml/apidocs/org/apache/commons/scxml2/Status.html (original)
+++ websites/production/commons/content/proper/commons-scxml/apidocs/org/apache/commons/scxml2/Status.html Mon Sep 15 13:36:40 2014
@@ -171,7 +171,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/TriggerEvent.html
==============================================================================
--- websites/production/commons/content/proper/commons-scxml/apidocs/org/apache/commons/scxml2/TriggerEvent.html (original)
+++ websites/production/commons/content/proper/commons-scxml/apidocs/org/apache/commons/scxml2/TriggerEvent.html Mon Sep 15 13:36:40 2014
@@ -195,13 +195,13 @@ 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/TriggerEvent.html#TriggerEvent(java.lang.String, int)">TriggerEvent</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/TriggerEvent.html#TriggerEvent(java.lang.String,%20int)">TriggerEvent</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,
                         int&nbsp;type)</code>
 <div class="block">Constructor.</div>
 </td>
 </tr>
 <tr class="rowColor">
-<td class="colOne"><code><strong><a href="../../../../org/apache/commons/scxml2/TriggerEvent.html#TriggerEvent(java.lang.String, int, java.lang.Object)">TriggerEvent</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/TriggerEvent.html#TriggerEvent(java.lang.String,%20int,%20java.lang.Object)">TriggerEvent</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,
                         int&nbsp;type,
                         <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>&nbsp;payload)</code>
 <div class="block">Constructor.</div>
@@ -258,7 +258,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#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#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#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-ex
 ternal=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#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#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#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-ex
 ternal=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>