|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.taglibs.rdc.scxml.model.Executable
public abstract class Executable
An abstract base class for containers of executable elements in SCXML, such as <onentry> and <onexit>.
Field Summary | |
---|---|
protected TransitionTarget |
parent
The parent container, for traceability |
Constructor Summary | |
---|---|
Executable()
Constructor |
Method Summary | |
---|---|
void |
addAction(Action action)
Add an Action to the list of executable actions contained in this Executable |
java.util.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 |
Field Detail |
---|
protected TransitionTarget parent
Constructor Detail |
---|
public Executable()
Method Detail |
---|
public java.util.List getActions()
public void addAction(Action action)
action
- The action to add.public TransitionTarget getParent()
public void setParent(TransitionTarget parent)
parent
- The parent to set.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |