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
immutable.
| Modifier and Type | Method and Description |
|---|---|
String |
getOutcome()
Return the logical outcome used to select this
Transition. |
String |
getTarget()
Return the target
State identifier for this
Transition. |
String getOutcome()
Return the logical outcome used to select this Transition.
Transition to be
followedString getTarget()
Return the target State identifier for this
Transition.
StateCopyright © 2004-2013 Apache Software Foundation. All Rights Reserved.