|
|||||||||
| Home >> All >> org >> apache >> taglibs >> rdc >> scxml >> [ model overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.apache.taglibs.rdc.scxml.model
Class Else

java.lang.Objectorg.apache.taglibs.rdc.scxml.model.Action
org.apache.taglibs.rdc.scxml.model.ElseIf
org.apache.taglibs.rdc.scxml.model.Else
- public class Else
- extends ElseIf
The class in this SCXML object model that corresponds to the <else> SCXML element.
| Field Summary |
| Fields inherited from class org.apache.taglibs.rdc.scxml.model.ElseIf |
|
| Fields inherited from class org.apache.taglibs.rdc.scxml.model.Action |
|
| Constructor Summary | |
Else()
<else/> is equivalent to <elseif cond="true" /> |
|
| Methods inherited from class org.apache.taglibs.rdc.scxml.model.ElseIf |
getCond, setCond |
| Methods inherited from class org.apache.taglibs.rdc.scxml.model.Action |
getParent, getParentState, setParent |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
Else
public Else()
- <else/> is equivalent to <elseif cond="true" />
|
|||||||||
| Home >> All >> org >> apache >> taglibs >> rdc >> scxml >> [ model overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC