|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.commons.scxml.model.Executable
public abstract class Executable
An abstract base class for containers of executable elements in SCXML, such as <onentry> and <onexit>.
Constructor Summary | |
---|---|
Executable()
Constructor. |
Method Summary | |
---|---|
void |
addAction(Action action)
Add an Action to the list of executable actions contained in this Executable. |
List |
getActions()
Get the executable actions contained in this Executable. |
TransitionTarget |
getParent()
Get the TransitionTarget parent. |
void |
setParent(TransitionTarget parent)
Set the TransitionTarget parent. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Executable()
Method Detail |
---|
public final List getActions()
public final void addAction(Action action)
action
- The action to add.public final TransitionTarget getParent()
public final void setParent(TransitionTarget parent)
parent
- The parent to set.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |