Uses of Class
com.googlecode.jinahya.util.fsm.State

Uses of State in com.googlecode.jinahya.util.fsm
 

Fields in com.googlecode.jinahya.util.fsm declared as State
static State State.INVALID
          Constant for INVALID state.
static State State.UNKNOWN
          Default state for all newly created machines.
 

Methods in com.googlecode.jinahya.util.fsm that return State
 State Transition.getSource()
          Returns the source state.
 State Machine.getState()
          Returns current state.
 State Transition.getTarget()
          Returns the target state.
 

Methods in com.googlecode.jinahya.util.fsm with parameters of type State
 void Machine.setState(State state)
          Sets state.
 

Constructors in com.googlecode.jinahya.util.fsm with parameters of type State
Transition(State source, State target)
          Creates a new instance.
 



Copyright © 2011. All Rights Reserved.