|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.taglibs.rdc.scxml.model.Action
public abstract class Action
An abstract base class for executable elements in SCXML, such as <assign>, <log> etc.
Constructor Summary | |
---|---|
Action()
Constructor |
Method Summary | |
---|---|
Executable |
getParent()
Get the Executable parent |
State |
getParentState()
Return the parent state |
void |
setParent(Executable parent)
Set the Executable parent |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Action()
Method Detail |
---|
public Executable getParent()
public void setParent(Executable parent)
parent
- The parent to set.public State getParentState() throws ModelException
ModelException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |