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

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

Classes in com.googlecode.jinahya.util.fsm that implement State
 class AbstractState
          State of a machine.
 

Fields in com.googlecode.jinahya.util.fsm declared as State
static State State.UNKNOWN
          Default state that every newly created machine has.
 

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.
static State AbstractState.newInstance(int code, String name)
          Creates a new State instance.
 

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.