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

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

public abstract class TransitionsOfSuperStatePosition
extends TransitionSelectionPosition

Try transitions of super state

See Also:
Serialized Form

Constructor Summary
TransitionsOfSuperStatePosition(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

TransitionsOfSuperStatePosition

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