Uses of Interface
com.atomikos.finitestates.Stateful

Packages that use Stateful
com.atomikos.finitestates   
 

Uses of Stateful in com.atomikos.finitestates
 

Subinterfaces of Stateful in com.atomikos.finitestates
 interface FSM<Status>
          Interface of a finite state machine.
 interface FSMEnterEventSource<Status>
          Interface of an FSMEnterEventSource.
 interface FSMPreEnterEventSource<Status>
          A source of FSMPreEnterEvents.
 interface FSMPreTransitionEventSource<Status>
          A source of PreTransitionEvents.
 interface FSMTransitionEventSource<Status>
          A source of TransitionEvents.
 interface StateMutable<Status>
          Abstract representation of an object that has a state and this state can be set.
 

Classes in com.atomikos.finitestates that implement Stateful
 class FSMImp<Status>
          Implementation of a finite state machine.
 



Copyright © 2014. All Rights Reserved.