org.apache.taglibs.rdc.scxml.model
Class Else

java.lang.Object
  extended by org.apache.taglibs.rdc.scxml.model.Action
      extended by org.apache.taglibs.rdc.scxml.model.ElseIf
          extended by 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.

Author:
Rahul Akolkar, Jaroslav Gergic

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



Copyright ? 2000-2004 The Apache Software Foundation. All Rights Reserved.