com.evelopers.unimod.debug.protocol.position
Class TransitionFoundPosition

java.lang.Object
  extended bycom.evelopers.unimod.debug.protocol.position.Position
      extended bycom.evelopers.unimod.debug.protocol.position.TransitionSelectionPosition
          extended bycom.evelopers.unimod.debug.protocol.position.TransitionFoundPosition
All Implemented Interfaces:
java.io.Serializable

public abstract class TransitionFoundPosition
extends TransitionSelectionPosition

Transition to go found

See Also:
Serialized Form

Constructor Summary
TransitionFoundPosition(StateMachineContext context, StateMachinePath path, Event event, java.lang.String state, java.lang.String transition)
           
 
Method Summary
 boolean equals(java.lang.Object o)
           
 java.lang.String getTransition()
           
 int hashCode()
           
 
Methods inherited from class com.evelopers.unimod.debug.protocol.position.TransitionSelectionPosition
getEvent, getState, setEvent
 
Methods inherited from class com.evelopers.unimod.debug.protocol.position.Position
getContainer, getContext, getPath, getStateMachine, getTarget, setContext, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TransitionFoundPosition

public TransitionFoundPosition(StateMachineContext context,
                               StateMachinePath path,
                               Event event,
                               java.lang.String state,
                               java.lang.String transition)
Method Detail

getTransition

public java.lang.String getTransition()

hashCode

public int hashCode()
Overrides:
hashCode in class TransitionSelectionPosition

equals

public boolean equals(java.lang.Object o)
Overrides:
equals in class TransitionSelectionPosition