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

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.TransitionNotFoundPosition
All Implemented Interfaces:
java.io.Serializable

public abstract class TransitionNotFoundPosition
extends TransitionSelectionPosition

Transition to go is not found

See Also:
Serialized Form

Constructor Summary
TransitionNotFoundPosition(StateMachineContext context, StateMachinePath path, Event event, java.lang.String state)
           
 
Methods inherited from class com.evelopers.unimod.debug.protocol.position.TransitionSelectionPosition
equals, getEvent, getState, hashCode, 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

TransitionNotFoundPosition

public TransitionNotFoundPosition(StateMachineContext context,
                                  StateMachinePath path,
                                  Event event,
                                  java.lang.String state)