|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.commons.scxml.model.Action
org.apache.commons.scxml.model.ElseIf
org.apache.commons.scxml.model.Else
The class in this SCXML object model that corresponds to the <else> SCXML element.
Constructor Summary | |
Else()
<else/> is equivalent to <elseif cond="true" />. |
Methods inherited from class org.apache.commons.scxml.model.ElseIf |
execute, getCond, setCond |
Methods inherited from class org.apache.commons.scxml.model.Action |
getNamespaces, getNamespacesKey, getParent, getParentState, getParentTransitionTarget, setNamespaces, setParent |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public Else()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |