org.apache.shale.dialog
Interface Transition

All Known Implementing Classes:
TransitionImpl

public interface Transition

Description of a transition from the owning State to another State with a specified identifier. Transition instances are owned by a single State instance, or are global to an entire Dialog instance, and during execution of an application they are immutabe.

$Id: Transition.java 419431 2006-07-06 04:38:39Z wsmoak $


Method Summary
 String getOutcome()
          Return the logical outcome used to select this Transition.
 String getTarget()
          Return the target State identifier for this Transition.
 

Method Detail

getOutcome

String getOutcome()

Return the logical outcome used to select this Transition.


getTarget

String getTarget()

Return the target State identifier for this Transition.



Copyright © 2004-2006 Apache Software Foundation. All Rights Reserved.