Uses of Class
org.discotools.fsm.FsmState

Packages that use FsmState
org.discotools.fsm   
org.discotools.fsm.event   
 

Uses of FsmState in org.discotools.fsm
 

Subclasses of FsmState in org.discotools.fsm
 class FsmFinalState
           
 

Methods in org.discotools.fsm that return FsmState
 FsmState Fsm.getCurrentState()
           
 FsmState FsmTransition.getNextState()
           
 FsmState Fsm.getPreviousState()
           
 FsmState Fsm.getState(String name)
           
 FsmState Fsm.rollback(Object... params)
          Rollback FSM to previous state.
 FsmState Fsm.setCurrentState(FsmState current)
           
 FsmState FsmTransition.setNextState(FsmState next)
           
 

Methods in org.discotools.fsm that return types with arguments of type FsmState
 List<FsmState> Fsm.getPreviousStates()
           
 List<FsmState> Fsm.getStates(String... names)
           
 

Methods in org.discotools.fsm with parameters of type FsmState
 FsmTransition Fsm.addTransitions(FsmState state, FsmTransition... transitions)
           
 FsmTransition Fsm.getTransition(FsmState current, String action)
           
 Collection<FsmTransition> Fsm.getTransitions(FsmState state)
           
 FsmState Fsm.setCurrentState(FsmState current)
           
 FsmState FsmTransition.setNextState(FsmState next)
           
 FsmTransition Fsm.setTransitions(FsmState state, FsmTransition... transitions)
           
 

Constructors in org.discotools.fsm with parameters of type FsmState
Fsm(FsmState current)
           
FsmTransition(FsmState next, FsmAction... actions)
           
 

Uses of FsmState in org.discotools.fsm.event
 

Methods in org.discotools.fsm.event that return FsmState
 FsmState FsmEvent.getCurrentState()
           
 FsmState FsmEvent.getPreviousState()
           
 



Copyright © 2012 DISCO Foundation. All Rights Reserved.