|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectcom.taserv.SMS.SMState.TransitionSegment
public class SMState.TransitionSegment
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 |
|---|
public StateTransition getTransition()
public java.lang.Enum getNewState()
public java.util.HashSet<java.lang.Enum> getDynaStates()
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||