|
||||||||||
PREV NEXT | FRAMES NO FRAMES All Classes |
Packages that use Action | |
---|---|
org.apache.commons.scxml.model | A collection of classes needed to model SCXML documents. |
Uses of Action in org.apache.commons.scxml.model |
---|
Subclasses of Action in org.apache.commons.scxml.model | |
---|---|
class |
Assign
The class in this SCXML object model that corresponds to the <assign> SCXML element. |
class |
Cancel
The class in this SCXML object model that corresponds to the <cancel> SCXML element. |
class |
Else
The class in this SCXML object model that corresponds to the <else> SCXML element. |
class |
ElseIf
The class in this SCXML object model that corresponds to the <elseif> SCXML element. |
class |
Event
The class in this SCXML object model that corresponds to the <event> SCXML element. |
class |
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. |
class |
If
The class in this SCXML object model that corresponds to the <if> SCXML element, which serves as a container for conditionally executed elements. |
class |
Log
The class in this SCXML object model that corresponds to the <log> SCXML element. |
class |
Send
The class in this SCXML object model that corresponds to the <send> SCXML element. |
class |
Var
The class in this SCXML object model that corresponds to the <var> SCXML element. |
Methods in org.apache.commons.scxml.model with parameters of type Action | |
---|---|
void |
If.addAction(Action action)
Add an Action to the list of executable actions contained in this <if>. |
void |
Executable.addAction(Action action)
Add an Action to the list of executable actions contained in this Executable. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES All Classes |