org.apache.commons.scxml.model
Class Else

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

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" />.
 
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

Else

public Else()
<else/> is equivalent to <elseif cond="true" />.



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