Uses of Interface
com.tomgibara.pronto.state.StateTransitionParameters

Packages that use StateTransitionParameters
com.tomgibara.pronto.state   
com.tomgibara.pronto.state.impl   
 

Uses of StateTransitionParameters in com.tomgibara.pronto.state
 

Methods in com.tomgibara.pronto.state with parameters of type StateTransitionParameters
 void StateEngine.pathTransition(S state, L label, PathType type, StateTransitionParameters<S,L,P> parameters)
          This method is called to instruct the engine to make a sequence of state transitions.
 

Uses of StateTransitionParameters in com.tomgibara.pronto.state.impl
 

Methods in com.tomgibara.pronto.state.impl with parameters of type StateTransitionParameters
 void StateEngineImpl.pathTransition(S state, L label, PathType type, StateTransitionParameters<S,L,P> parameters)
           
 



Copyright © 2006-2007 Tom Gibara. All Rights Reserved.