org.apache.commons.scxml.model
Class Else

java.lang.Object
  extended by org.apache.commons.scxml.model.Action
      extended by org.apache.commons.scxml.model.ElseIf
          extended by org.apache.commons.scxml.model.Else
All Implemented Interfaces:
Serializable, NamespacePrefixesHolder

public class Else
extends ElseIf

The class in this SCXML object model that corresponds to the <else> SCXML element.

See Also:
Serialized Form

Constructor Summary
Else()
          <else/> is equivalent to <elseif cond="true" />.
 
Method Summary
 
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, setNamespaces, 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" />.



Copyright © 2005-2006 The Apache Software Foundation. All Rights Reserved.