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

java.lang.Object
  extended by org.apache.taglibs.rdc.scxml.model.TransitionTarget
      extended by org.apache.taglibs.rdc.scxml.model.Initial
All Implemented Interfaces:
Observable

public class Initial
extends TransitionTarget

The class in this SCXML object model that corresponds to the <initial> SCXML pseudo state element.

Author:
Rahul Akolkar, Jaroslav Gergic

Constructor Summary
Initial()
          Constructor
 
Method Summary
 Transition getTransition()
          Get the initial transition
 void setTransition(Transition transition)
          Set the initial transition
 
Methods inherited from class org.apache.taglibs.rdc.scxml.model.TransitionTarget
addListener, getId, getNotificationRegistry, getOnEntry, getOnExit, getParent, getParentState, removeListener, setId, setNotificationRegistry, setOnEntry, setOnExit, setParent
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Initial

public Initial()
Constructor

Method Detail

getTransition

public Transition getTransition()
Get the initial transition

Returns:
Returns the transition.

setTransition

public void setTransition(Transition transition)
Set the initial transition

Parameters:
transition - The transition to set.


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