|
|||||||||
| Home >> All >> org >> apache >> taglibs >> rdc >> scxml >> [ model overview ] | PREV PACKAGE NEXT PACKAGE | ||||||||
Package org.apache.taglibs.rdc.scxml.model
The core classes for the digestion and interpretation of SCXML documents.
See:
Description
| Class Summary | |
| Action | An abstract base class for executable elements in SCXML, such as <assign>, <log> etc. |
| Assign | The class in this SCXML object model that corresponds to the <assign> SCXML element. |
| Cancel | The class in this SCXML object model that corresponds to the <cancel> SCXML element. |
| Else | The class in this SCXML object model that corresponds to the <else> SCXML element. |
| ElseIf | The class in this SCXML object model that corresponds to the <elseif> SCXML element. |
| Executable | An abstract base class for containers of executable elements in SCXML, such as <onentry> and <onexit>. |
| Exit | The class in this SCXML object model that corresponds to the <exit> SCXML element, which is a shorthand notation for an empty anonymous final state. |
| ExternalNode | The class in this SCXML object model that corresponds to the any node in the SCXML document defined in a foreign namespace. |
| History | The class in this SCXML object model that corresponds to the <history> SCXML pseudo state element. |
| If | The class in this SCXML object model that corresponds to the <if> SCXML element, which serves as a container for conditionally executed elements. |
| Initial | The class in this SCXML object model that corresponds to the <initial> SCXML pseudo state element. |
| Log | The class in this SCXML object model that corresponds to the <log> SCXML element. |
| OnEntry | The class in this SCXML object model that corresponds to the <onentry> SCXML element, which is an optional property holding executable content to be run upon entering the parent State or Parallel. |
| OnExit | The class in this SCXML object model that corresponds to the <onexit> SCXML element, which is an optional property holding executable content to be run upon exiting the parent State or Parallel. |
| Parallel | The class in this SCXML object model that corresponds to the <parallel> SCXML element, which is a wrapper element to encapsulate parallel state machines. |
| Path | A helper class for this SCXML implementation that represents the location of an entity in the SCXML document. |
| SCXML | The class in this SCXML object model that corresponds to the <scxml> root element, and serves as the "document root". |
| Send | The class in this SCXML object model that corresponds to the <send> SCXML element. |
| State | The class in this SCXML object model that corresponds to the <state> SCXML element. |
| Transition | The class in this SCXML object model that corresponds to the <transition> SCXML element. |
| TransitionTarget | An abstract base class for elements in SCXML that can serve as a <target> for a <transition>, such as State or Parallel. |
| Var | The class in this SCXML object model that corresponds to the <var> SCXML element. |
| Exception Summary | |
| ModelException | Exception that is thrown when the SCXML model supplied to the executor has a fatal flaw that prevents the executor from further interpreting the the model. |
Package org.apache.taglibs.rdc.scxml.model Description
The core classes for the digestion and interpretation of SCXML documents.
|
|||||||||
| Home >> All >> org >> apache >> taglibs >> rdc >> scxml >> [ model overview ] | PREV PACKAGE NEXT PACKAGE | ||||||||