org.apache.commons.scxml.model
Class Else
java.lang.Object
  
org.apache.commons.scxml.model.Action
      
org.apache.commons.scxml.model.ElseIf
          
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" />. | 
 
 
 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
Else
public Else()
- <else/> is equivalent to <elseif cond="true" />.
 
Copyright © 2005-2007 The Apache Software Foundation. All Rights Reserved.