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 [14/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/model/class-use/ModelException.html
==============================================================================
--- websites/production/commons/content/proper/commons-scxml/apidocs/org/apache/commons/scxml2/model/class-use/ModelException.html (original)
+++ websites/production/commons/content/proper/commons-scxml/apidocs/org/apache/commons/scxml2/model/class-use/ModelException.html Mon Sep 15 13:36:40 2014
@@ -161,7 +161,7 @@
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code>void</code></td>
-<td class="colLast"><span class="strong">SCXMLSemantics.</span><code><strong><a href="../../../../../../org/apache/commons/scxml2/SCXMLSemantics.html#nextStep(org.apache.commons.scxml2.SCXMLExecutionContext, org.apache.commons.scxml2.TriggerEvent)">nextStep</a></strong>(<a href="../../../../../../org/apache/commons/scxml2/SCXMLExecutionContext.html" title="class in org.apache.commons.scxml2">SCXMLExecutionContext</a>&nbsp;exctx,
+<td class="colLast"><span class="strong">SCXMLSemantics.</span><code><strong><a href="../../../../../../org/apache/commons/scxml2/SCXMLSemantics.html#nextStep(org.apache.commons.scxml2.SCXMLExecutionContext,%20org.apache.commons.scxml2.TriggerEvent)">nextStep</a></strong>(<a href="../../../../../../org/apache/commons/scxml2/SCXMLExecutionContext.html" title="class in org.apache.commons.scxml2">SCXMLExecutionContext</a>&nbsp;exctx,
                 <a href="../../../../../../org/apache/commons/scxml2/TriggerEvent.html" title="class in org.apache.commons.scxml2">TriggerEvent</a>&nbsp;event)</code>
 <div class="block">Next step in the execution of an SCXML state machine.</div>
 </td>
@@ -251,7 +251,7 @@
 </td>
 </tr>
 <tr class="rowColor">
-<td class="colLast"><code><strong><a href="../../../../../../org/apache/commons/scxml2/env/AbstractStateMachine.html#AbstractStateMachine(org.apache.commons.scxml2.model.SCXML, org.apache.commons.scxml2.Context, org.apache.commons.scxml2.Evaluator)">AbstractStateMachine</a></strong>(<a href="../../../../../../org/apache/commons/scxml2/model/SCXML.html" title="class in org.apache.commons.scxml2.model">SCXML</a>&nbsp;stateMachine,
+<td class="colLast"><code><strong><a href="../../../../../../org/apache/commons/scxml2/env/AbstractStateMachine.html#AbstractStateMachine(org.apache.commons.scxml2.model.SCXML,%20org.apache.commons.scxml2.Context,%20org.apache.commons.scxml2.Evaluator)">AbstractStateMachine</a></strong>(<a href="../../../../../../org/apache/commons/scxml2/model/SCXML.html" title="class in org.apache.commons.scxml2.model">SCXML</a>&nbsp;stateMachine,
                                         <a href="../../../../../../org/apache/commons/scxml2/Context.html" title="interface in org.apache.commons.scxml2">Context</a>&nbsp;rootCtx,
                                         <a href="../../../../../../org/apache/commons/scxml2/Evaluator.html" title="interface in org.apache.commons.scxml2">Evaluator</a>&nbsp;evaluator)</code>
 <div class="block">Primary constructor.</div>
@@ -263,7 +263,7 @@
 </td>
 </tr>
 <tr class="rowColor">
-<td class="colLast"><code><strong><a href="../../../../../../org/apache/commons/scxml2/env/AbstractStateMachine.html#AbstractStateMachine(java.net.URL, org.apache.commons.scxml2.Context, org.apache.commons.scxml2.Evaluator)">AbstractStateMachine</a></strong>(<a href="http://docs.oracle.com/javase/6/docs/api/java/net/URL.html?is-external=true" title="class or interface in java.net">URL</a>&nbsp;scxmlDocument,
+<td class="colLast"><code><strong><a href="../../../../../../org/apache/commons/scxml2/env/AbstractStateMachine.html#AbstractStateMachine(java.net.URL,%20org.apache.commons.scxml2.Context,%20org.apache.commons.scxml2.Evaluator)">AbstractStateMachine</a></strong>(<a href="http://docs.oracle.com/javase/6/docs/api/java/net/URL.html?is-external=true" title="class or interface in java.net">URL</a>&nbsp;scxmlDocument,
                                         <a href="../../../../../../org/apache/commons/scxml2/Context.html" title="interface in org.apache.commons.scxml2">Context</a>&nbsp;rootCtx,
                                         <a href="../../../../../../org/apache/commons/scxml2/Evaluator.html" title="interface in org.apache.commons.scxml2">Evaluator</a>&nbsp;evaluator)</code>
 <div class="block">Primary constructor, object instantiation incurs parsing cost.</div>
@@ -291,7 +291,7 @@
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code>static <a href="../../../../../../org/apache/commons/scxml2/model/SCXML.html" title="class in org.apache.commons.scxml2.model">SCXML</a></code></td>
-<td class="colLast"><span class="strong">SCXMLReader.</span><code><strong><a href="../../../../../../org/apache/commons/scxml2/io/SCXMLReader.html#read(java.io.InputStream, org.apache.commons.scxml2.io.SCXMLReader.Configuration)">read</a></strong>(<a href="http://docs.oracle.com/javase/6/docs/api/java/io/InputStream.html?is-external=true" title="class or interface in java.io">InputStream</a>&nbsp;scxmlStream,
+<td class="colLast"><span class="strong">SCXMLReader.</span><code><strong><a href="../../../../../../org/apache/commons/scxml2/io/SCXMLReader.html#read(java.io.InputStream,%20org.apache.commons.scxml2.io.SCXMLReader.Configuration)">read</a></strong>(<a href="http://docs.oracle.com/javase/6/docs/api/java/io/InputStream.html?is-external=true" title="class or interface in java.io">InputStream</a>&nbsp;scxmlStream,
         <a href="../../../../../../org/apache/commons/scxml2/io/SCXMLReader.Configuration.html" title="class in org.apache.commons.scxml2.io">SCXMLReader.Configuration</a>&nbsp;configuration)</code>
 <div class="block">Parse the SCXML document supplied by the given <a href="http://docs.oracle.com/javase/6/docs/api/java/io/InputStream.html?is-external=true" title="class or interface in java.io"><code>InputStream</code></a> with the given <a href="../../../../../../org/apache/commons/scxml2/io/SCXMLReader.Configuration.html" title="class in org.apache.commons.scxml2.io"><code>SCXMLReader.Configuration</code></a>.</div>
 </td>
@@ -304,7 +304,7 @@
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code>static <a href="../../../../../../org/apache/commons/scxml2/model/SCXML.html" title="class in org.apache.commons.scxml2.model">SCXML</a></code></td>
-<td class="colLast"><span class="strong">SCXMLReader.</span><code><strong><a href="../../../../../../org/apache/commons/scxml2/io/SCXMLReader.html#read(java.io.Reader, org.apache.commons.scxml2.io.SCXMLReader.Configuration)">read</a></strong>(<a href="http://docs.oracle.com/javase/6/docs/api/java/io/Reader.html?is-external=true" title="class or interface in java.io">Reader</a>&nbsp;scxmlReader,
+<td class="colLast"><span class="strong">SCXMLReader.</span><code><strong><a href="../../../../../../org/apache/commons/scxml2/io/SCXMLReader.html#read(java.io.Reader,%20org.apache.commons.scxml2.io.SCXMLReader.Configuration)">read</a></strong>(<a href="http://docs.oracle.com/javase/6/docs/api/java/io/Reader.html?is-external=true" title="class or interface in java.io">Reader</a>&nbsp;scxmlReader,
         <a href="../../../../../../org/apache/commons/scxml2/io/SCXMLReader.Configuration.html" title="class in org.apache.commons.scxml2.io">SCXMLReader.Configuration</a>&nbsp;configuration)</code>
 <div class="block">Parse the SCXML document supplied by the given <a href="http://docs.oracle.com/javase/6/docs/api/java/io/Reader.html?is-external=true" title="class or interface in java.io"><code>Reader</code></a> with the given <a href="../../../../../../org/apache/commons/scxml2/io/SCXMLReader.Configuration.html" title="class in org.apache.commons.scxml2.io"><code>SCXMLReader.Configuration</code></a>.</div>
 </td>
@@ -317,7 +317,7 @@
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code>static <a href="../../../../../../org/apache/commons/scxml2/model/SCXML.html" title="class in org.apache.commons.scxml2.model">SCXML</a></code></td>
-<td class="colLast"><span class="strong">SCXMLReader.</span><code><strong><a href="../../../../../../org/apache/commons/scxml2/io/SCXMLReader.html#read(javax.xml.transform.Source, org.apache.commons.scxml2.io.SCXMLReader.Configuration)">read</a></strong>(<a href="http://docs.oracle.com/javase/6/docs/api/javax/xml/transform/Source.html?is-external=true" title="class or interface in javax.xml.transform">Source</a>&nbsp;scxmlSource,
+<td class="colLast"><span class="strong">SCXMLReader.</span><code><strong><a href="../../../../../../org/apache/commons/scxml2/io/SCXMLReader.html#read(javax.xml.transform.Source,%20org.apache.commons.scxml2.io.SCXMLReader.Configuration)">read</a></strong>(<a href="http://docs.oracle.com/javase/6/docs/api/javax/xml/transform/Source.html?is-external=true" title="class or interface in javax.xml.transform">Source</a>&nbsp;scxmlSource,
         <a href="../../../../../../org/apache/commons/scxml2/io/SCXMLReader.Configuration.html" title="class in org.apache.commons.scxml2.io">SCXMLReader.Configuration</a>&nbsp;configuration)</code>
 <div class="block">Parse the SCXML document supplied by the given <a href="http://docs.oracle.com/javase/6/docs/api/javax/xml/transform/Source.html?is-external=true" title="class or interface in javax.xml.transform"><code>Source</code></a> with the given <a href="../../../../../../org/apache/commons/scxml2/io/SCXMLReader.Configuration.html" title="class in org.apache.commons.scxml2.io"><code>SCXMLReader.Configuration</code></a>.</div>
 </td>
@@ -330,7 +330,7 @@
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code>static <a href="../../../../../../org/apache/commons/scxml2/model/SCXML.html" title="class in org.apache.commons.scxml2.model">SCXML</a></code></td>
-<td class="colLast"><span class="strong">SCXMLReader.</span><code><strong><a href="../../../../../../org/apache/commons/scxml2/io/SCXMLReader.html#read(java.lang.String, org.apache.commons.scxml2.io.SCXMLReader.Configuration)">read</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;scxmlPath,
+<td class="colLast"><span class="strong">SCXMLReader.</span><code><strong><a href="../../../../../../org/apache/commons/scxml2/io/SCXMLReader.html#read(java.lang.String,%20org.apache.commons.scxml2.io.SCXMLReader.Configuration)">read</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;scxmlPath,
         <a href="../../../../../../org/apache/commons/scxml2/io/SCXMLReader.Configuration.html" title="class in org.apache.commons.scxml2.io">SCXMLReader.Configuration</a>&nbsp;configuration)</code>
 <div class="block">Parse the SCXML document at the supplied path with the given <a href="../../../../../../org/apache/commons/scxml2/io/SCXMLReader.Configuration.html" title="class in org.apache.commons.scxml2.io"><code>SCXMLReader.Configuration</code></a>.</div>
 </td>
@@ -343,7 +343,7 @@
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code>static <a href="../../../../../../org/apache/commons/scxml2/model/SCXML.html" title="class in org.apache.commons.scxml2.model">SCXML</a></code></td>
-<td class="colLast"><span class="strong">SCXMLReader.</span><code><strong><a href="../../../../../../org/apache/commons/scxml2/io/SCXMLReader.html#read(java.net.URL, org.apache.commons.scxml2.io.SCXMLReader.Configuration)">read</a></strong>(<a href="http://docs.oracle.com/javase/6/docs/api/java/net/URL.html?is-external=true" title="class or interface in java.net">URL</a>&nbsp;scxmlURL,
+<td class="colLast"><span class="strong">SCXMLReader.</span><code><strong><a href="../../../../../../org/apache/commons/scxml2/io/SCXMLReader.html#read(java.net.URL,%20org.apache.commons.scxml2.io.SCXMLReader.Configuration)">read</a></strong>(<a href="http://docs.oracle.com/javase/6/docs/api/java/net/URL.html?is-external=true" title="class or interface in java.net">URL</a>&nbsp;scxmlURL,
         <a href="../../../../../../org/apache/commons/scxml2/io/SCXMLReader.Configuration.html" title="class in org.apache.commons.scxml2.io">SCXMLReader.Configuration</a>&nbsp;configuration)</code>
 <div class="block">Parse the SCXML document at the supplied <a href="http://docs.oracle.com/javase/6/docs/api/java/net/URL.html?is-external=true" title="class or interface in java.net"><code>URL</code></a> with the given <a href="../../../../../../org/apache/commons/scxml2/io/SCXMLReader.Configuration.html" title="class in org.apache.commons.scxml2.io"><code>SCXMLReader.Configuration</code></a>.</div>
 </td>
@@ -451,23 +451,23 @@
 <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#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#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#executeContent(org.apache.commons.scxml2.SCXMLExecutionContext, org.apache.commons.scxml2.model.Executable)">executeContent</a></strong>(<a href="../../../../../../org/apache/commons/scxml2/SCXMLExecutionContext.html" title="class in org.apache.commons.scxml2">SCXMLExecutionContext</a>&nbsp;exctx,
+<td class="colLast"><span class="strong">SCXMLSemanticsImpl.</span><code><strong><a href="../../../../../../org/apache/commons/scxml2/semantics/SCXMLSemanticsImpl.html#executeContent(org.apache.commons.scxml2.SCXMLExecutionContext,%20org.apache.commons.scxml2.model.Executable)">executeContent</a></strong>(<a href="../../../../../../org/apache/commons/scxml2/SCXMLExecutionContext.html" title="class in org.apache.commons.scxml2">SCXMLExecutionContext</a>&nbsp;exctx,
                             <a href="../../../../../../org/apache/commons/scxml2/model/Executable.html" title="class in org.apache.commons.scxml2.model">Executable</a>&nbsp;exec)</code>
 <div class="block">Executes the executable content for a specific executable in the micro step</div>
 </td>
@@ -480,18 +480,18 @@
 </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">
@@ -508,14 +508,14 @@
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code>void</code></td>
-<td class="colLast"><span class="strong">SCXMLSemanticsImpl.</span><code><strong><a href="../../../../../../org/apache/commons/scxml2/semantics/SCXMLSemanticsImpl.html#macroStep(org.apache.commons.scxml2.SCXMLExecutionContext, java.util.Set)">macroStep</a></strong>(<a href="../../../../../../org/apache/commons/scxml2/SCXMLExecutionContext.html" title="class in org.apache.commons.scxml2">SCXMLExecutionContext</a>&nbsp;exctx,
+<td class="colLast"><span class="strong">SCXMLSemanticsImpl.</span><code><strong><a href="../../../../../../org/apache/commons/scxml2/semantics/SCXMLSemanticsImpl.html#macroStep(org.apache.commons.scxml2.SCXMLExecutionContext,%20java.util.Set)">macroStep</a></strong>(<a href="../../../../../../org/apache/commons/scxml2/SCXMLExecutionContext.html" title="class in org.apache.commons.scxml2">SCXMLExecutionContext</a>&nbsp;exctx,
                   <a href="http://docs.oracle.com/javase/6/docs/api/java/util/Set.html?is-external=true" title="class or interface in java.util">Set</a>&lt;<a href="../../../../../../org/apache/commons/scxml2/model/TransitionalState.html" title="class in org.apache.commons.scxml2.model">TransitionalState</a>&gt;&nbsp;statesToInvoke)</code>
 <div class="block">Perform a macro step in the execution of a state machine.</div>
 </td>
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code>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>
@@ -523,21 +523,21 @@
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code>void</code></td>
-<td class="colLast"><span class="strong">SCXMLSemanticsImpl.</span><code><strong><a href="../../../../../../org/apache/commons/scxml2/semantics/SCXMLSemanticsImpl.html#nextStep(org.apache.commons.scxml2.SCXMLExecutionContext, org.apache.commons.scxml2.TriggerEvent)">nextStep</a></strong>(<a href="../../../../../../org/apache/commons/scxml2/SCXMLExecutionContext.html" title="class in org.apache.commons.scxml2">SCXMLExecutionContext</a>&nbsp;exctx,
+<td class="colLast"><span class="strong">SCXMLSemanticsImpl.</span><code><strong><a href="../../../../../../org/apache/commons/scxml2/semantics/SCXMLSemanticsImpl.html#nextStep(org.apache.commons.scxml2.SCXMLExecutionContext,%20org.apache.commons.scxml2.TriggerEvent)">nextStep</a></strong>(<a href="../../../../../../org/apache/commons/scxml2/SCXMLExecutionContext.html" title="class in org.apache.commons.scxml2">SCXMLExecutionContext</a>&nbsp;exctx,
                 <a href="../../../../../../org/apache/commons/scxml2/TriggerEvent.html" title="class in org.apache.commons.scxml2">TriggerEvent</a>&nbsp;event)</code>
 <div class="block">Next step in the execution of an SCXML state machine.</div>
 </td>
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code>void</code></td>
-<td class="colLast"><span class="strong">SCXMLSemanticsImpl.</span><code><strong><a href="../../../../../../org/apache/commons/scxml2/semantics/SCXMLSemanticsImpl.html#processInvokes(org.apache.commons.scxml2.SCXMLExecutionContext, org.apache.commons.scxml2.TriggerEvent)">processInvokes</a></strong>(<a href="../../../../../../org/apache/commons/scxml2/SCXMLExecutionContext.html" title="class in org.apache.commons.scxml2">SCXMLExecutionContext</a>&nbsp;exctx,
+<td class="colLast"><span class="strong">SCXMLSemanticsImpl.</span><code><strong><a href="../../../../../../org/apache/commons/scxml2/semantics/SCXMLSemanticsImpl.html#processInvokes(org.apache.commons.scxml2.SCXMLExecutionContext,%20org.apache.commons.scxml2.TriggerEvent)">processInvokes</a></strong>(<a href="../../../../../../org/apache/commons/scxml2/SCXMLExecutionContext.html" title="class in org.apache.commons.scxml2">SCXMLExecutionContext</a>&nbsp;exctx,
                             <a href="../../../../../../org/apache/commons/scxml2/TriggerEvent.html" title="class in org.apache.commons.scxml2">TriggerEvent</a>&nbsp;event)</code>
 <div class="block">Forward events to invoked activities, execute finalize handlers.</div>
 </td>
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code>void</code></td>
-<td class="colLast"><span class="strong">SCXMLSemanticsImpl.</span><code><strong><a href="../../../../../../org/apache/commons/scxml2/semantics/SCXMLSemanticsImpl.html#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/model/class-use/Observable.html
==============================================================================
--- websites/production/commons/content/proper/commons-scxml/apidocs/org/apache/commons/scxml2/model/class-use/Observable.html (original)
+++ websites/production/commons/content/proper/commons-scxml/apidocs/org/apache/commons/scxml2/model/class-use/Observable.html Mon Sep 15 13:36:40 2014
@@ -104,14 +104,14 @@
 <tbody>
 <tr class="altColor">
 <td class="colFirst"><code>void</code></td>
-<td class="colLast"><span class="strong">SCXMLExecutor.</span><code><strong><a href="../../../../../../org/apache/commons/scxml2/SCXMLExecutor.html#addListener(org.apache.commons.scxml2.model.Observable, org.apache.commons.scxml2.SCXMLListener)">addListener</a></strong>(<a href="../../../../../../org/apache/commons/scxml2/model/Observable.html" title="interface in org.apache.commons.scxml2.model">Observable</a>&nbsp;observable,
+<td class="colLast"><span class="strong">SCXMLExecutor.</span><code><strong><a href="../../../../../../org/apache/commons/scxml2/SCXMLExecutor.html#addListener(org.apache.commons.scxml2.model.Observable,%20org.apache.commons.scxml2.SCXMLListener)">addListener</a></strong>(<a href="../../../../../../org/apache/commons/scxml2/model/Observable.html" title="interface in org.apache.commons.scxml2.model">Observable</a>&nbsp;observable,
                       <a href="../../../../../../org/apache/commons/scxml2/SCXMLListener.html" title="interface in org.apache.commons.scxml2">SCXMLListener</a>&nbsp;listener)</code>
 <div class="block">Add a listener to the <a href="../../../../../../org/apache/commons/scxml2/model/Observable.html" title="interface in org.apache.commons.scxml2.model"><code>Observable</code></a>.</div>
 </td>
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code>void</code></td>
-<td class="colLast"><span class="strong">NotificationRegistry.</span><code><strong><a href="../../../../../../org/apache/commons/scxml2/NotificationRegistry.html#fireOnEntry(org.apache.commons.scxml2.model.Observable, org.apache.commons.scxml2.model.EnterableState)">fireOnEntry</a></strong>(<a href="../../../../../../org/apache/commons/scxml2/model/Observable.html" title="interface in org.apache.commons.scxml2.model">Observable</a>&nbsp;source,
+<td class="colLast"><span class="strong">NotificationRegistry.</span><code><strong><a href="../../../../../../org/apache/commons/scxml2/NotificationRegistry.html#fireOnEntry(org.apache.commons.scxml2.model.Observable,%20org.apache.commons.scxml2.model.EnterableState)">fireOnEntry</a></strong>(<a href="../../../../../../org/apache/commons/scxml2/model/Observable.html" title="interface in org.apache.commons.scxml2.model">Observable</a>&nbsp;source,
                       <a href="../../../../../../org/apache/commons/scxml2/model/EnterableState.html" title="class in org.apache.commons.scxml2.model">EnterableState</a>&nbsp;state)</code>
 <div class="block">Inform all relevant listeners that a EnterableState has been
  entered.</div>
@@ -119,7 +119,7 @@
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code>void</code></td>
-<td class="colLast"><span class="strong">NotificationRegistry.</span><code><strong><a href="../../../../../../org/apache/commons/scxml2/NotificationRegistry.html#fireOnExit(org.apache.commons.scxml2.model.Observable, org.apache.commons.scxml2.model.EnterableState)">fireOnExit</a></strong>(<a href="../../../../../../org/apache/commons/scxml2/model/Observable.html" title="interface in org.apache.commons.scxml2.model">Observable</a>&nbsp;source,
+<td class="colLast"><span class="strong">NotificationRegistry.</span><code><strong><a href="../../../../../../org/apache/commons/scxml2/NotificationRegistry.html#fireOnExit(org.apache.commons.scxml2.model.Observable,%20org.apache.commons.scxml2.model.EnterableState)">fireOnExit</a></strong>(<a href="../../../../../../org/apache/commons/scxml2/model/Observable.html" title="interface in org.apache.commons.scxml2.model">Observable</a>&nbsp;source,
                     <a href="../../../../../../org/apache/commons/scxml2/model/EnterableState.html" title="class in org.apache.commons.scxml2.model">EnterableState</a>&nbsp;state)</code>
 <div class="block">Inform all relevant listeners that a EnterableState has been
  exited.</div>
@@ -127,7 +127,7 @@
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code>void</code></td>
-<td class="colLast"><span class="strong">NotificationRegistry.</span><code><strong><a href="../../../../../../org/apache/commons/scxml2/NotificationRegistry.html#fireOnTransition(org.apache.commons.scxml2.model.Observable, org.apache.commons.scxml2.model.TransitionTarget, org.apache.commons.scxml2.model.TransitionTarget, org.apache.commons.scxml2.model.Transition, java.lang.String)">fireOnTransition</a></strong>(<a href="../../../../../../org/apache/commons/scxml2/model/Observable.html" title="interface in org.apache.commons.scxml2.model">Observable</a>&nbsp;source,
+<td class="colLast"><span class="strong">NotificationRegistry.</span><code><strong><a href="../../../../../../org/apache/commons/scxml2/NotificationRegistry.html#fireOnTransition(org.apache.commons.scxml2.model.Observable,%20org.apache.commons.scxml2.model.TransitionTarget,%20org.apache.commons.scxml2.model.TransitionTarget,%20org.apache.commons.scxml2.model.Transition,%20java.lang.String)">fireOnTransition</a></strong>(<a href="../../../../../../org/apache/commons/scxml2/model/Observable.html" title="interface in org.apache.commons.scxml2.model">Observable</a>&nbsp;source,
                                 <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,
@@ -137,7 +137,7 @@
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code>void</code></td>
-<td class="colLast"><span class="strong">SCXMLExecutor.</span><code><strong><a href="../../../../../../org/apache/commons/scxml2/SCXMLExecutor.html#removeListener(org.apache.commons.scxml2.model.Observable, org.apache.commons.scxml2.SCXMLListener)">removeListener</a></strong>(<a href="../../../../../../org/apache/commons/scxml2/model/Observable.html" title="interface in org.apache.commons.scxml2.model">Observable</a>&nbsp;observable,
+<td class="colLast"><span class="strong">SCXMLExecutor.</span><code><strong><a href="../../../../../../org/apache/commons/scxml2/SCXMLExecutor.html#removeListener(org.apache.commons.scxml2.model.Observable,%20org.apache.commons.scxml2.SCXMLListener)">removeListener</a></strong>(<a href="../../../../../../org/apache/commons/scxml2/model/Observable.html" title="interface in org.apache.commons.scxml2.model">Observable</a>&nbsp;observable,
                             <a href="../../../../../../org/apache/commons/scxml2/SCXMLListener.html" title="interface in org.apache.commons.scxml2">SCXMLListener</a>&nbsp;listener)</code>
 <div class="block">Remove this listener from the <a href="../../../../../../org/apache/commons/scxml2/model/Observable.html" title="interface in org.apache.commons.scxml2.model"><code>Observable</code></a>.</div>
 </td>

Modified: websites/production/commons/content/proper/commons-scxml/apidocs/org/apache/commons/scxml2/model/class-use/SCXML.html
==============================================================================
--- websites/production/commons/content/proper/commons-scxml/apidocs/org/apache/commons/scxml2/model/class-use/SCXML.html (original)
+++ websites/production/commons/content/proper/commons-scxml/apidocs/org/apache/commons/scxml2/model/class-use/SCXML.html Mon Sep 15 13:36:40 2014
@@ -137,7 +137,7 @@
 </tr>
 <tr class="altColor">
 <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"><span class="strong">SCXMLSemantics.</span><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"><span class="strong">SCXMLSemantics.</span><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>
@@ -153,7 +153,7 @@
 <tbody>
 <tr class="altColor">
 <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"><span class="strong">SCXMLSemantics.</span><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"><span class="strong">SCXMLSemantics.</span><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>
@@ -195,7 +195,7 @@
 </td>
 </tr>
 <tr class="rowColor">
-<td class="colLast"><code><strong><a href="../../../../../../org/apache/commons/scxml2/env/AbstractStateMachine.html#AbstractStateMachine(org.apache.commons.scxml2.model.SCXML, org.apache.commons.scxml2.Context, org.apache.commons.scxml2.Evaluator)">AbstractStateMachine</a></strong>(<a href="../../../../../../org/apache/commons/scxml2/model/SCXML.html" title="class in org.apache.commons.scxml2.model">SCXML</a>&nbsp;stateMachine,
+<td class="colLast"><code><strong><a href="../../../../../../org/apache/commons/scxml2/env/AbstractStateMachine.html#AbstractStateMachine(org.apache.commons.scxml2.model.SCXML,%20org.apache.commons.scxml2.Context,%20org.apache.commons.scxml2.Evaluator)">AbstractStateMachine</a></strong>(<a href="../../../../../../org/apache/commons/scxml2/model/SCXML.html" title="class in org.apache.commons.scxml2.model">SCXML</a>&nbsp;stateMachine,
                                         <a href="../../../../../../org/apache/commons/scxml2/Context.html" title="interface in org.apache.commons.scxml2">Context</a>&nbsp;rootCtx,
                                         <a href="../../../../../../org/apache/commons/scxml2/Evaluator.html" title="interface in org.apache.commons.scxml2">Evaluator</a>&nbsp;evaluator)</code>
 <div class="block">Primary constructor.</div>
@@ -223,7 +223,7 @@
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code>static <a href="../../../../../../org/apache/commons/scxml2/model/SCXML.html" title="class in org.apache.commons.scxml2.model">SCXML</a></code></td>
-<td class="colLast"><span class="strong">SCXMLReader.</span><code><strong><a href="../../../../../../org/apache/commons/scxml2/io/SCXMLReader.html#read(java.io.InputStream, org.apache.commons.scxml2.io.SCXMLReader.Configuration)">read</a></strong>(<a href="http://docs.oracle.com/javase/6/docs/api/java/io/InputStream.html?is-external=true" title="class or interface in java.io">InputStream</a>&nbsp;scxmlStream,
+<td class="colLast"><span class="strong">SCXMLReader.</span><code><strong><a href="../../../../../../org/apache/commons/scxml2/io/SCXMLReader.html#read(java.io.InputStream,%20org.apache.commons.scxml2.io.SCXMLReader.Configuration)">read</a></strong>(<a href="http://docs.oracle.com/javase/6/docs/api/java/io/InputStream.html?is-external=true" title="class or interface in java.io">InputStream</a>&nbsp;scxmlStream,
         <a href="../../../../../../org/apache/commons/scxml2/io/SCXMLReader.Configuration.html" title="class in org.apache.commons.scxml2.io">SCXMLReader.Configuration</a>&nbsp;configuration)</code>
 <div class="block">Parse the SCXML document supplied by the given <a href="http://docs.oracle.com/javase/6/docs/api/java/io/InputStream.html?is-external=true" title="class or interface in java.io"><code>InputStream</code></a> with the given <a href="../../../../../../org/apache/commons/scxml2/io/SCXMLReader.Configuration.html" title="class in org.apache.commons.scxml2.io"><code>SCXMLReader.Configuration</code></a>.</div>
 </td>
@@ -236,7 +236,7 @@
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code>static <a href="../../../../../../org/apache/commons/scxml2/model/SCXML.html" title="class in org.apache.commons.scxml2.model">SCXML</a></code></td>
-<td class="colLast"><span class="strong">SCXMLReader.</span><code><strong><a href="../../../../../../org/apache/commons/scxml2/io/SCXMLReader.html#read(java.io.Reader, org.apache.commons.scxml2.io.SCXMLReader.Configuration)">read</a></strong>(<a href="http://docs.oracle.com/javase/6/docs/api/java/io/Reader.html?is-external=true" title="class or interface in java.io">Reader</a>&nbsp;scxmlReader,
+<td class="colLast"><span class="strong">SCXMLReader.</span><code><strong><a href="../../../../../../org/apache/commons/scxml2/io/SCXMLReader.html#read(java.io.Reader,%20org.apache.commons.scxml2.io.SCXMLReader.Configuration)">read</a></strong>(<a href="http://docs.oracle.com/javase/6/docs/api/java/io/Reader.html?is-external=true" title="class or interface in java.io">Reader</a>&nbsp;scxmlReader,
         <a href="../../../../../../org/apache/commons/scxml2/io/SCXMLReader.Configuration.html" title="class in org.apache.commons.scxml2.io">SCXMLReader.Configuration</a>&nbsp;configuration)</code>
 <div class="block">Parse the SCXML document supplied by the given <a href="http://docs.oracle.com/javase/6/docs/api/java/io/Reader.html?is-external=true" title="class or interface in java.io"><code>Reader</code></a> with the given <a href="../../../../../../org/apache/commons/scxml2/io/SCXMLReader.Configuration.html" title="class in org.apache.commons.scxml2.io"><code>SCXMLReader.Configuration</code></a>.</div>
 </td>
@@ -249,7 +249,7 @@
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code>static <a href="../../../../../../org/apache/commons/scxml2/model/SCXML.html" title="class in org.apache.commons.scxml2.model">SCXML</a></code></td>
-<td class="colLast"><span class="strong">SCXMLReader.</span><code><strong><a href="../../../../../../org/apache/commons/scxml2/io/SCXMLReader.html#read(javax.xml.transform.Source, org.apache.commons.scxml2.io.SCXMLReader.Configuration)">read</a></strong>(<a href="http://docs.oracle.com/javase/6/docs/api/javax/xml/transform/Source.html?is-external=true" title="class or interface in javax.xml.transform">Source</a>&nbsp;scxmlSource,
+<td class="colLast"><span class="strong">SCXMLReader.</span><code><strong><a href="../../../../../../org/apache/commons/scxml2/io/SCXMLReader.html#read(javax.xml.transform.Source,%20org.apache.commons.scxml2.io.SCXMLReader.Configuration)">read</a></strong>(<a href="http://docs.oracle.com/javase/6/docs/api/javax/xml/transform/Source.html?is-external=true" title="class or interface in javax.xml.transform">Source</a>&nbsp;scxmlSource,
         <a href="../../../../../../org/apache/commons/scxml2/io/SCXMLReader.Configuration.html" title="class in org.apache.commons.scxml2.io">SCXMLReader.Configuration</a>&nbsp;configuration)</code>
 <div class="block">Parse the SCXML document supplied by the given <a href="http://docs.oracle.com/javase/6/docs/api/javax/xml/transform/Source.html?is-external=true" title="class or interface in javax.xml.transform"><code>Source</code></a> with the given <a href="../../../../../../org/apache/commons/scxml2/io/SCXMLReader.Configuration.html" title="class in org.apache.commons.scxml2.io"><code>SCXMLReader.Configuration</code></a>.</div>
 </td>
@@ -262,7 +262,7 @@
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code>static <a href="../../../../../../org/apache/commons/scxml2/model/SCXML.html" title="class in org.apache.commons.scxml2.model">SCXML</a></code></td>
-<td class="colLast"><span class="strong">SCXMLReader.</span><code><strong><a href="../../../../../../org/apache/commons/scxml2/io/SCXMLReader.html#read(java.lang.String, org.apache.commons.scxml2.io.SCXMLReader.Configuration)">read</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;scxmlPath,
+<td class="colLast"><span class="strong">SCXMLReader.</span><code><strong><a href="../../../../../../org/apache/commons/scxml2/io/SCXMLReader.html#read(java.lang.String,%20org.apache.commons.scxml2.io.SCXMLReader.Configuration)">read</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;scxmlPath,
         <a href="../../../../../../org/apache/commons/scxml2/io/SCXMLReader.Configuration.html" title="class in org.apache.commons.scxml2.io">SCXMLReader.Configuration</a>&nbsp;configuration)</code>
 <div class="block">Parse the SCXML document at the supplied path with the given <a href="../../../../../../org/apache/commons/scxml2/io/SCXMLReader.Configuration.html" title="class in org.apache.commons.scxml2.io"><code>SCXMLReader.Configuration</code></a>.</div>
 </td>
@@ -275,7 +275,7 @@
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code>static <a href="../../../../../../org/apache/commons/scxml2/model/SCXML.html" title="class in org.apache.commons.scxml2.model">SCXML</a></code></td>
-<td class="colLast"><span class="strong">SCXMLReader.</span><code><strong><a href="../../../../../../org/apache/commons/scxml2/io/SCXMLReader.html#read(java.net.URL, org.apache.commons.scxml2.io.SCXMLReader.Configuration)">read</a></strong>(<a href="http://docs.oracle.com/javase/6/docs/api/java/net/URL.html?is-external=true" title="class or interface in java.net">URL</a>&nbsp;scxmlURL,
+<td class="colLast"><span class="strong">SCXMLReader.</span><code><strong><a href="../../../../../../org/apache/commons/scxml2/io/SCXMLReader.html#read(java.net.URL,%20org.apache.commons.scxml2.io.SCXMLReader.Configuration)">read</a></strong>(<a href="http://docs.oracle.com/javase/6/docs/api/java/net/URL.html?is-external=true" title="class or interface in java.net">URL</a>&nbsp;scxmlURL,
         <a href="../../../../../../org/apache/commons/scxml2/io/SCXMLReader.Configuration.html" title="class in org.apache.commons.scxml2.io">SCXMLReader.Configuration</a>&nbsp;configuration)</code>
 <div class="block">Parse the SCXML document at the supplied <a href="http://docs.oracle.com/javase/6/docs/api/java/net/URL.html?is-external=true" title="class or interface in java.net"><code>URL</code></a> with the given <a href="../../../../../../org/apache/commons/scxml2/io/SCXMLReader.Configuration.html" title="class in org.apache.commons.scxml2.io"><code>SCXMLReader.Configuration</code></a>.</div>
 </td>
@@ -299,7 +299,7 @@
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code>static void</code></td>
-<td class="colLast"><span class="strong">SCXMLWriter.</span><code><strong><a href="../../../../../../org/apache/commons/scxml2/io/SCXMLWriter.html#write(org.apache.commons.scxml2.model.SCXML, java.io.OutputStream)">write</a></strong>(<a href="../../../../../../org/apache/commons/scxml2/model/SCXML.html" title="class in org.apache.commons.scxml2.model">SCXML</a>&nbsp;scxml,
+<td class="colLast"><span class="strong">SCXMLWriter.</span><code><strong><a href="../../../../../../org/apache/commons/scxml2/io/SCXMLWriter.html#write(org.apache.commons.scxml2.model.SCXML,%20java.io.OutputStream)">write</a></strong>(<a href="../../../../../../org/apache/commons/scxml2/model/SCXML.html" title="class in org.apache.commons.scxml2.model">SCXML</a>&nbsp;scxml,
           <a href="http://docs.oracle.com/javase/6/docs/api/java/io/OutputStream.html?is-external=true" title="class or interface in java.io">OutputStream</a>&nbsp;scxmlStream)</code>
 <div class="block">Write out the Commons SCXML object model as an SCXML document to the
  supplied <a href="http://docs.oracle.com/javase/6/docs/api/java/io/OutputStream.html?is-external=true" title="class or interface in java.io"><code>OutputStream</code></a>.</div>
@@ -307,7 +307,7 @@
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code>static void</code></td>
-<td class="colLast"><span class="strong">SCXMLWriter.</span><code><strong><a href="../../../../../../org/apache/commons/scxml2/io/SCXMLWriter.html#write(org.apache.commons.scxml2.model.SCXML, java.io.OutputStream, org.apache.commons.scxml2.io.SCXMLWriter.Configuration)">write</a></strong>(<a href="../../../../../../org/apache/commons/scxml2/model/SCXML.html" title="class in org.apache.commons.scxml2.model">SCXML</a>&nbsp;scxml,
+<td class="colLast"><span class="strong">SCXMLWriter.</span><code><strong><a href="../../../../../../org/apache/commons/scxml2/io/SCXMLWriter.html#write(org.apache.commons.scxml2.model.SCXML,%20java.io.OutputStream,%20org.apache.commons.scxml2.io.SCXMLWriter.Configuration)">write</a></strong>(<a href="../../../../../../org/apache/commons/scxml2/model/SCXML.html" title="class in org.apache.commons.scxml2.model">SCXML</a>&nbsp;scxml,
           <a href="http://docs.oracle.com/javase/6/docs/api/java/io/OutputStream.html?is-external=true" title="class or interface in java.io">OutputStream</a>&nbsp;scxmlStream,
           <a href="../../../../../../org/apache/commons/scxml2/io/SCXMLWriter.Configuration.html" title="class in org.apache.commons.scxml2.io">SCXMLWriter.Configuration</a>&nbsp;configuration)</code>
 <div class="block">Write out the Commons SCXML object model as an SCXML document to the
@@ -316,7 +316,7 @@
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code>static void</code></td>
-<td class="colLast"><span class="strong">SCXMLWriter.</span><code><strong><a href="../../../../../../org/apache/commons/scxml2/io/SCXMLWriter.html#write(org.apache.commons.scxml2.model.SCXML, javax.xml.transform.Result)">write</a></strong>(<a href="../../../../../../org/apache/commons/scxml2/model/SCXML.html" title="class in org.apache.commons.scxml2.model">SCXML</a>&nbsp;scxml,
+<td class="colLast"><span class="strong">SCXMLWriter.</span><code><strong><a href="../../../../../../org/apache/commons/scxml2/io/SCXMLWriter.html#write(org.apache.commons.scxml2.model.SCXML,%20javax.xml.transform.Result)">write</a></strong>(<a href="../../../../../../org/apache/commons/scxml2/model/SCXML.html" title="class in org.apache.commons.scxml2.model">SCXML</a>&nbsp;scxml,
           <a href="http://docs.oracle.com/javase/6/docs/api/javax/xml/transform/Result.html?is-external=true" title="class or interface in javax.xml.transform">Result</a>&nbsp;scxmlResult)</code>
 <div class="block">Write out the Commons SCXML object model as an SCXML document to the
  supplied <a href="http://docs.oracle.com/javase/6/docs/api/javax/xml/transform/Result.html?is-external=true" title="class or interface in javax.xml.transform"><code>Result</code></a>.</div>
@@ -324,7 +324,7 @@
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code>static void</code></td>
-<td class="colLast"><span class="strong">SCXMLWriter.</span><code><strong><a href="../../../../../../org/apache/commons/scxml2/io/SCXMLWriter.html#write(org.apache.commons.scxml2.model.SCXML, javax.xml.transform.Result, org.apache.commons.scxml2.io.SCXMLWriter.Configuration)">write</a></strong>(<a href="../../../../../../org/apache/commons/scxml2/model/SCXML.html" title="class in org.apache.commons.scxml2.model">SCXML</a>&nbsp;scxml,
+<td class="colLast"><span class="strong">SCXMLWriter.</span><code><strong><a href="../../../../../../org/apache/commons/scxml2/io/SCXMLWriter.html#write(org.apache.commons.scxml2.model.SCXML,%20javax.xml.transform.Result,%20org.apache.commons.scxml2.io.SCXMLWriter.Configuration)">write</a></strong>(<a href="../../../../../../org/apache/commons/scxml2/model/SCXML.html" title="class in org.apache.commons.scxml2.model">SCXML</a>&nbsp;scxml,
           <a href="http://docs.oracle.com/javase/6/docs/api/javax/xml/transform/Result.html?is-external=true" title="class or interface in javax.xml.transform">Result</a>&nbsp;scxmlResult,
           <a href="../../../../../../org/apache/commons/scxml2/io/SCXMLWriter.Configuration.html" title="class in org.apache.commons.scxml2.io">SCXMLWriter.Configuration</a>&nbsp;configuration)</code>
 <div class="block">Write out the Commons SCXML object model as an SCXML document to the
@@ -333,7 +333,7 @@
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code>static <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"><span class="strong">SCXMLWriter.</span><code><strong><a href="../../../../../../org/apache/commons/scxml2/io/SCXMLWriter.html#write(org.apache.commons.scxml2.model.SCXML, org.apache.commons.scxml2.io.SCXMLWriter.Configuration)">write</a></strong>(<a href="../../../../../../org/apache/commons/scxml2/model/SCXML.html" title="class in org.apache.commons.scxml2.model">SCXML</a>&nbsp;scxml,
+<td class="colLast"><span class="strong">SCXMLWriter.</span><code><strong><a href="../../../../../../org/apache/commons/scxml2/io/SCXMLWriter.html#write(org.apache.commons.scxml2.model.SCXML,%20org.apache.commons.scxml2.io.SCXMLWriter.Configuration)">write</a></strong>(<a href="../../../../../../org/apache/commons/scxml2/model/SCXML.html" title="class in org.apache.commons.scxml2.model">SCXML</a>&nbsp;scxml,
           <a href="../../../../../../org/apache/commons/scxml2/io/SCXMLWriter.Configuration.html" title="class in org.apache.commons.scxml2.io">SCXMLWriter.Configuration</a>&nbsp;configuration)</code>
 <div class="block">Write out the Commons SCXML object model as an SCXML document (used
  primarily for testing, debugging and visual verification) using the
@@ -342,7 +342,7 @@
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code>static void</code></td>
-<td class="colLast"><span class="strong">SCXMLWriter.</span><code><strong><a href="../../../../../../org/apache/commons/scxml2/io/SCXMLWriter.html#write(org.apache.commons.scxml2.model.SCXML, java.io.Writer)">write</a></strong>(<a href="../../../../../../org/apache/commons/scxml2/model/SCXML.html" title="class in org.apache.commons.scxml2.model">SCXML</a>&nbsp;scxml,
+<td class="colLast"><span class="strong">SCXMLWriter.</span><code><strong><a href="../../../../../../org/apache/commons/scxml2/io/SCXMLWriter.html#write(org.apache.commons.scxml2.model.SCXML,%20java.io.Writer)">write</a></strong>(<a href="../../../../../../org/apache/commons/scxml2/model/SCXML.html" title="class in org.apache.commons.scxml2.model">SCXML</a>&nbsp;scxml,
           <a href="http://docs.oracle.com/javase/6/docs/api/java/io/Writer.html?is-external=true" title="class or interface in java.io">Writer</a>&nbsp;scxmlWriter)</code>
 <div class="block">Write out the Commons SCXML object model as an SCXML document to the
  supplied <a href="http://docs.oracle.com/javase/6/docs/api/java/io/Writer.html?is-external=true" title="class or interface in java.io"><code>Writer</code></a>.</div>
@@ -350,7 +350,7 @@
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code>static void</code></td>
-<td class="colLast"><span class="strong">SCXMLWriter.</span><code><strong><a href="../../../../../../org/apache/commons/scxml2/io/SCXMLWriter.html#write(org.apache.commons.scxml2.model.SCXML, java.io.Writer, org.apache.commons.scxml2.io.SCXMLWriter.Configuration)">write</a></strong>(<a href="../../../../../../org/apache/commons/scxml2/model/SCXML.html" title="class in org.apache.commons.scxml2.model">SCXML</a>&nbsp;scxml,
+<td class="colLast"><span class="strong">SCXMLWriter.</span><code><strong><a href="../../../../../../org/apache/commons/scxml2/io/SCXMLWriter.html#write(org.apache.commons.scxml2.model.SCXML,%20java.io.Writer,%20org.apache.commons.scxml2.io.SCXMLWriter.Configuration)">write</a></strong>(<a href="../../../../../../org/apache/commons/scxml2/model/SCXML.html" title="class in org.apache.commons.scxml2.model">SCXML</a>&nbsp;scxml,
           <a href="http://docs.oracle.com/javase/6/docs/api/java/io/Writer.html?is-external=true" title="class or interface in java.io">Writer</a>&nbsp;scxmlWriter,
           <a href="../../../../../../org/apache/commons/scxml2/io/SCXMLWriter.Configuration.html" title="class in org.apache.commons.scxml2.io">SCXMLWriter.Configuration</a>&nbsp;configuration)</code>
 <div class="block">Write out the Commons SCXML object model as an SCXML document to the
@@ -373,7 +373,7 @@
 <tbody>
 <tr class="altColor">
 <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"><span class="strong">SCXMLSemanticsImpl.</span><code><strong><a href="../../../../../../org/apache/commons/scxml2/semantics/SCXMLSemanticsImpl.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"><span class="strong">SCXMLSemanticsImpl.</span><code><strong><a href="../../../../../../org/apache/commons/scxml2/semantics/SCXMLSemanticsImpl.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>
@@ -389,7 +389,7 @@
 <tbody>
 <tr class="altColor">
 <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"><span class="strong">SCXMLSemanticsImpl.</span><code><strong><a href="../../../../../../org/apache/commons/scxml2/semantics/SCXMLSemanticsImpl.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"><span class="strong">SCXMLSemanticsImpl.</span><code><strong><a href="../../../../../../org/apache/commons/scxml2/semantics/SCXMLSemanticsImpl.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/model/class-use/SimpleTransition.html
==============================================================================
--- websites/production/commons/content/proper/commons-scxml/apidocs/org/apache/commons/scxml2/model/class-use/SimpleTransition.html (original)
+++ websites/production/commons/content/proper/commons-scxml/apidocs/org/apache/commons/scxml2/model/class-use/SimpleTransition.html Mon Sep 15 13:36:40 2014
@@ -180,7 +180,7 @@
 <tbody>
 <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"><span class="strong">Step.</span><code><strong><a href="../../../../../../org/apache/commons/scxml2/semantics/Step.html#getDefaultHistoryTransitionEntryMap()">getDefaultHistoryTransitionEntryMap</a></strong>()</code>&nbsp;</td>
+<td class="colLast"><span class="strong">Step.</span><code><strong><a href="../../../../../../org/apache/commons/scxml2/semantics/Step.html#getDefaultHistoryTransitions()">getDefaultHistoryTransitions</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>
@@ -197,7 +197,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#computeExitSet(org.apache.commons.scxml2.model.SimpleTransition, java.util.Set, java.util.Set)">computeExitSet</a></strong>(<a href="../../../../../../org/apache/commons/scxml2/model/SimpleTransition.html" title="class in org.apache.commons.scxml2.model">SimpleTransition</a>&nbsp;transition,
+<td class="colLast"><span class="strong">SCXMLSemanticsImpl.</span><code><strong><a href="../../../../../../org/apache/commons/scxml2/semantics/SCXMLSemanticsImpl.html#computeExitSet(org.apache.commons.scxml2.model.SimpleTransition,%20java.util.Set,%20java.util.Set)">computeExitSet</a></strong>(<a href="../../../../../../org/apache/commons/scxml2/model/SimpleTransition.html" title="class in org.apache.commons.scxml2.model">SimpleTransition</a>&nbsp;transition,
                             <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;exitSet,
                             <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>
 <div class="block">Compute and store the set of states to exit for one specific transition in the provided step.</div>

Modified: websites/production/commons/content/proper/commons-scxml/apidocs/org/apache/commons/scxml2/model/class-use/Transition.html
==============================================================================
--- websites/production/commons/content/proper/commons-scxml/apidocs/org/apache/commons/scxml2/model/class-use/Transition.html (original)
+++ websites/production/commons/content/proper/commons-scxml/apidocs/org/apache/commons/scxml2/model/class-use/Transition.html Mon Sep 15 13:36:40 2014
@@ -118,7 +118,7 @@
 <tbody>
 <tr class="altColor">
 <td class="colFirst"><code>void</code></td>
-<td class="colLast"><span class="strong">NotificationRegistry.</span><code><strong><a href="../../../../../../org/apache/commons/scxml2/NotificationRegistry.html#fireOnTransition(org.apache.commons.scxml2.model.Observable, org.apache.commons.scxml2.model.TransitionTarget, org.apache.commons.scxml2.model.TransitionTarget, org.apache.commons.scxml2.model.Transition, java.lang.String)">fireOnTransition</a></strong>(<a href="../../../../../../org/apache/commons/scxml2/model/Observable.html" title="interface in org.apache.commons.scxml2.model">Observable</a>&nbsp;source,
+<td class="colLast"><span class="strong">NotificationRegistry.</span><code><strong><a href="../../../../../../org/apache/commons/scxml2/NotificationRegistry.html#fireOnTransition(org.apache.commons.scxml2.model.Observable,%20org.apache.commons.scxml2.model.TransitionTarget,%20org.apache.commons.scxml2.model.TransitionTarget,%20org.apache.commons.scxml2.model.Transition,%20java.lang.String)">fireOnTransition</a></strong>(<a href="../../../../../../org/apache/commons/scxml2/model/Observable.html" title="interface in org.apache.commons.scxml2.model">Observable</a>&nbsp;source,
                                 <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,
@@ -128,7 +128,7 @@
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code>void</code></td>
-<td class="colLast"><span class="strong">SCXMLListener.</span><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"><span class="strong">SCXMLListener.</span><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>
@@ -151,14 +151,14 @@
 <tbody>
 <tr class="altColor">
 <td class="colFirst"><code>void</code></td>
-<td class="colLast"><span class="strong">Tracer.</span><code><strong><a href="../../../../../../org/apache/commons/scxml2/env/Tracer.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"><span class="strong">Tracer.</span><code><strong><a href="../../../../../../org/apache/commons/scxml2/env/Tracer.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>&nbsp;</td>
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code>void</code></td>
-<td class="colLast"><span class="strong">AbstractStateMachine.EntryListener.</span><code><strong><a href="../../../../../../org/apache/commons/scxml2/env/AbstractStateMachine.EntryListener.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"><span class="strong">AbstractStateMachine.EntryListener.</span><code><strong><a href="../../../../../../org/apache/commons/scxml2/env/AbstractStateMachine.EntryListener.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>
@@ -167,21 +167,21 @@
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code>void</code></td>
-<td class="colLast"><span class="strong">SimpleSCXMLListener.</span><code><strong><a href="../../../../../../org/apache/commons/scxml2/env/SimpleSCXMLListener.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"><span class="strong">SimpleSCXMLListener.</span><code><strong><a href="../../../../../../org/apache/commons/scxml2/env/SimpleSCXMLListener.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>&nbsp;</td>
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code>void</code></td>
-<td class="colLast"><span class="strong">AbstractSCXMLListener.</span><code><strong><a href="../../../../../../org/apache/commons/scxml2/env/AbstractSCXMLListener.html#onTransition(org.apache.commons.scxml2.model.TransitionTarget, org.apache.commons.scxml2.model.TransitionTarget, org.apache.commons.scxml2.model.Transition, java.lang.String)">onTransition</a></strong>(<a href="../../../../../../org/apache/commons/scxml2/model/TransitionTarget.html" title="class in org.apache.commons.scxml2.model">TransitionTarget</a>&nbsp;from,
+<td class="colLast"><span class="strong">AbstractSCXMLListener.</span><code><strong><a href="../../../../../../org/apache/commons/scxml2/env/AbstractSCXMLListener.html#onTransition(org.apache.commons.scxml2.model.TransitionTarget,%20org.apache.commons.scxml2.model.TransitionTarget,%20org.apache.commons.scxml2.model.Transition,%20java.lang.String)">onTransition</a></strong>(<a href="../../../../../../org/apache/commons/scxml2/model/TransitionTarget.html" title="class in org.apache.commons.scxml2.model">TransitionTarget</a>&nbsp;from,
                         <a href="../../../../../../org/apache/commons/scxml2/model/TransitionTarget.html" title="class in org.apache.commons.scxml2.model">TransitionTarget</a>&nbsp;to,
                         <a href="../../../../../../org/apache/commons/scxml2/model/Transition.html" title="class in org.apache.commons.scxml2.model">Transition</a>&nbsp;transition,
                         <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;event)</code>&nbsp;</td>
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code>static <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"><span class="strong">LogUtils.</span><code><strong><a href="../../../../../../org/apache/commons/scxml2/env/LogUtils.html#transToString(org.apache.commons.scxml2.model.TransitionTarget, org.apache.commons.scxml2.model.TransitionTarget, org.apache.commons.scxml2.model.Transition, java.lang.String)">transToString</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"><span class="strong">LogUtils.</span><code><strong><a href="../../../../../../org/apache/commons/scxml2/env/LogUtils.html#transToString(org.apache.commons.scxml2.model.TransitionTarget,%20org.apache.commons.scxml2.model.TransitionTarget,%20org.apache.commons.scxml2.model.Transition,%20java.lang.String)">transToString</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>
@@ -247,13 +247,13 @@
 <tbody>
 <tr class="altColor">
 <td class="colFirst"><code>boolean</code></td>
-<td class="colLast"><span class="strong">SCXMLSemanticsImpl.</span><code><strong><a href="../../../../../../org/apache/commons/scxml2/semantics/SCXMLSemanticsImpl.html#matchTransition(org.apache.commons.scxml2.SCXMLExecutionContext, org.apache.commons.scxml2.model.Transition, java.lang.String)">matchTransition</a></strong>(<a href="../../../../../../org/apache/commons/scxml2/SCXMLExecutionContext.html" title="class in org.apache.commons.scxml2">SCXMLExecutionContext</a>&nbsp;exctx,
+<td class="colLast"><span class="strong">SCXMLSemanticsImpl.</span><code><strong><a href="../../../../../../org/apache/commons/scxml2/semantics/SCXMLSemanticsImpl.html#matchTransition(org.apache.commons.scxml2.SCXMLExecutionContext,%20org.apache.commons.scxml2.model.Transition,%20java.lang.String)">matchTransition</a></strong>(<a href="../../../../../../org/apache/commons/scxml2/SCXMLExecutionContext.html" title="class in org.apache.commons.scxml2">SCXMLExecutionContext</a>&nbsp;exctx,
                               <a href="../../../../../../org/apache/commons/scxml2/model/Transition.html" title="class in org.apache.commons.scxml2.model">Transition</a>&nbsp;transition,
                               <a href="http://docs.oracle.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;eventName)</code>&nbsp;</td>
 </tr>
 <tr class="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#notifyOnTransition(org.apache.commons.scxml2.SCXMLExecutionContext, org.apache.commons.scxml2.model.Transition, org.apache.commons.scxml2.model.TransitionTarget)">notifyOnTransition</a></strong>(<a href="../../../../../../org/apache/commons/scxml2/SCXMLExecutionContext.html" title="class in org.apache.commons.scxml2">SCXMLExecutionContext</a>&nbsp;exctx,
+<td class="colLast"><span class="strong">SCXMLSemanticsImpl.</span><code><strong><a href="../../../../../../org/apache/commons/scxml2/semantics/SCXMLSemanticsImpl.html#notifyOnTransition(org.apache.commons.scxml2.SCXMLExecutionContext,%20org.apache.commons.scxml2.model.Transition,%20org.apache.commons.scxml2.model.TransitionTarget)">notifyOnTransition</a></strong>(<a href="../../../../../../org/apache/commons/scxml2/SCXMLExecutionContext.html" title="class in org.apache.commons.scxml2">SCXMLExecutionContext</a>&nbsp;exctx,
                                     <a href="../../../../../../org/apache/commons/scxml2/model/Transition.html" title="class in org.apache.commons.scxml2.model">Transition</a>&nbsp;t,
                                     <a href="../../../../../../org/apache/commons/scxml2/model/TransitionTarget.html" title="class in org.apache.commons.scxml2.model">TransitionTarget</a>&nbsp;target)</code>
 <div class="block">Notifies SCXMLListeners on the transition taken</div>
@@ -270,7 +270,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#removeConflictingTransitions(org.apache.commons.scxml2.SCXMLExecutionContext, org.apache.commons.scxml2.semantics.Step, java.util.List)">removeConflictingTransitions</a></strong>(<a href="../../../../../../org/apache/commons/scxml2/SCXMLExecutionContext.html" title="class in org.apache.commons.scxml2">SCXMLExecutionContext</a>&nbsp;exctx,
+<td class="colLast"><span class="strong">SCXMLSemanticsImpl.</span><code><strong><a href="../../../../../../org/apache/commons/scxml2/semantics/SCXMLSemanticsImpl.html#removeConflictingTransitions(org.apache.commons.scxml2.SCXMLExecutionContext,%20org.apache.commons.scxml2.semantics.Step,%20java.util.List)">removeConflictingTransitions</a></strong>(<a href="../../../../../../org/apache/commons/scxml2/SCXMLExecutionContext.html" title="class in org.apache.commons.scxml2">SCXMLExecutionContext</a>&nbsp;exctx,
                                                         <a href="../../../../../../org/apache/commons/scxml2/semantics/Step.html" title="class in org.apache.commons.scxml2.semantics">Step</a>&nbsp;step,
                                                         <a href="http://docs.oracle.com/javase/6/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util">List</a>&lt;<a href="../../../../../../org/apache/commons/scxml2/model/Transition.html" title="class in org.apache.commons.scxml2.model">Transition</a>&gt;&nbsp;enabledTransitions)</code>
 <div class="block">This method corresponds to the Algorithm for SCXML processing removeConflictingTransitions() procedure.</div>