|
||||||||||
| 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
public class ElseIf
The class in this SCXML object model that corresponds to the <elseif> SCXML element.
| Constructor Summary | |
|---|---|
ElseIf()
Constructor. |
|
| Method Summary | |
|---|---|
void |
execute(EventDispatcher evtDispatcher,
ErrorReporter errRep,
SCInstance scInstance,
org.apache.commons.logging.Log appLog,
java.util.Collection derivedEvents)
Execute this action instance. |
java.lang.String |
getCond()
Get the conditional expression. |
void |
setCond(java.lang.String cond)
Set the conditional expression. |
| Methods inherited from class org.apache.commons.scxml.model.Action |
|---|
getNamespaces, getNamespacesKey, getParent, getParentState, setNamespaces, setParent |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ElseIf()
| Method Detail |
|---|
public final java.lang.String getCond()
public final void setCond(java.lang.String cond)
cond - The cond to set.
public void execute(EventDispatcher evtDispatcher,
ErrorReporter errRep,
SCInstance scInstance,
org.apache.commons.logging.Log appLog,
java.util.Collection derivedEvents)
throws ModelException,
SCXMLExpressionException
execute in class ActionevtDispatcher - The EventDispatcher for this execution instanceerrRep - The ErrorReporter to broadcast any errors
during execution.scInstance - The state machine execution instance information.appLog - The application Log.derivedEvents - The collection to which any internal events
arising from the execution of this action
must be added.
ModelException - If the execution causes the model to enter
a non-deterministic state.
SCXMLExpressionException - If the execution involves trying
to evaluate an expression which is malformed.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||