sm
Class StateMachine.State.TimeOut

java.lang.Object
  extended bysm.StateMachine.State.Transition
      extended bysm.StateMachine.State.TimeOut
Enclosing class:
StateMachine.State

public class StateMachine.State.TimeOut
extends StateMachine.State.Transition

A transition triggered by a timer. The timer is armed by the armTimer method in SMCanvas.

Author:
Caroline Appert

Constructor Summary
StateMachine.State.TimeOut()
          Constructs a transition triggered by a timer event.
StateMachine.State.TimeOut(java.lang.String a)
          Constructs a transition triggered by a timer event.
 
Methods inherited from class sm.StateMachine.State.Transition
action, getModifier, getOutputStateName, getVirtualEvent, guard, hashKey, oldToString, setVirtualEvent, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

StateMachine.State.TimeOut

public StateMachine.State.TimeOut(java.lang.String a)
Constructs a transition triggered by a timer event.

Parameters:
a - The name of the output state

StateMachine.State.TimeOut

public StateMachine.State.TimeOut()
Constructs a transition triggered by a timer event.