|
||||||||||
PREV NEXT | FRAMES NO FRAMES All Classes |
Packages that use Executable | |
---|---|
org.apache.commons.scxml.model | A collection of classes needed to model SCXML documents. |
Uses of Executable in org.apache.commons.scxml.model |
---|
Subclasses of Executable in org.apache.commons.scxml.model | |
---|---|
class |
Finalize
The class in this SCXML object model that corresponds to the <finalize> SCXML element. |
class |
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. |
class |
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. |
class |
Transition
The class in this SCXML object model that corresponds to the <transition> SCXML element. |
Methods in org.apache.commons.scxml.model that return Executable | |
---|---|
Executable |
Action.getParent()
Get the Executable parent. |
Methods in org.apache.commons.scxml.model with parameters of type Executable | |
---|---|
void |
Action.setParent(Executable parent)
Set the Executable parent. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES All Classes |