com.taserv.SMS
Class SMState.TransitionSegment

java.lang.Object
  extended by com.taserv.SMS.SMState.TransitionSegment
Enclosing class:
SMState

public class SMState.TransitionSegment
extends java.lang.Object

Transition data holder


Method Summary
 java.util.HashSet<java.lang.Enum> getDynaStates()
          Returns collection of states that were returned by the transition object and were not equal to newState
 java.lang.Enum getNewState()
          Returns new state to be returned if the transition object returns NULL
 StateTransition getTransition()
          Returns transition object
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getTransition

public StateTransition getTransition()
Returns transition object


getNewState

public java.lang.Enum getNewState()
Returns new state to be returned if the transition object returns NULL


getDynaStates

public java.util.HashSet<java.lang.Enum> getDynaStates()
Returns collection of states that were returned by the transition object and were not equal to newState



Copyright © 2004 TAServ. All Rights Reserved.