Uses of Package
org.apache.taglibs.rdc.scxml.model

Packages that use org.apache.taglibs.rdc.scxml.model
org.apache.taglibs.rdc.scxml The core classes for the digestion and interpretation of SCXML documents. 
org.apache.taglibs.rdc.scxml.env A collection of classes bridging the SCXML executor to the RDC runtime environment (servlet container). 
org.apache.taglibs.rdc.scxml.model A collection of classes needed to model SCXML documents. 
 

Classes in org.apache.taglibs.rdc.scxml.model used by org.apache.taglibs.rdc.scxml
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.
SCXML
          The class in this SCXML object model that corresponds to the <scxml> root element, and serves as the "document root".
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.
 

Classes in org.apache.taglibs.rdc.scxml.model used by org.apache.taglibs.rdc.scxml.env
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.
 

Classes in org.apache.taglibs.rdc.scxml.model used by org.apache.taglibs.rdc.scxml.model
Action
          An abstract base class for executable elements in SCXML, such as <assign>, <log> etc.
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>.
History
          The class in this SCXML object model that corresponds to the <history> SCXML pseudo state element.
Initial
          The class in this SCXML object model that corresponds to the <initial> SCXML pseudo state element.
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.
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.
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.
 



Copyright ? 2000-2004 The Apache Software Foundation. All Rights Reserved.