Uses of Class
sm.StateMachine.State

Packages that use StateMachine.State
sm   
 

Uses of StateMachine.State in sm
 

Methods in sm that return StateMachine.State
 StateMachine.State StateMachine.getCurrentState()
          Returns the this state machine's current state.
 StateMachine.State StateMachine.State.Transition.getOutputStateName()
           
 StateMachine.State SMStateMachineEvent.getCurrentState()
          Returns the current state of the state machine that originated this SMStateMachineEvent.
 StateMachine.State SMStateMachineEvent.getPreviousState()
          Returns the previous state of the state machine that originated this SMStateMachineEvent.
 

Constructors in sm with parameters of type StateMachine.State
SMStateMachineEvent(StateMachine stateMachine, StateMachine.State.Transition t, StateMachine.State pState, StateMachine.State cState)
          Builds a SMStateMachineEvent.
SMStateMachineEvent(StateMachine stateMachine, StateMachine.State.Transition t, StateMachine.State cState, InteractiveObject io)
          Builds a SMStateMachineEvent originated by a state machine that has just fired a transition that makes it loop on the current state.
SMStateMachineEvent(java.lang.Object stateMachine, StateMachine.State.Transition t, StateMachine.State previousState, StateMachine.State currentState, InteractiveObject io)
          Builds a SMStateMachineEvent.