Uses of Interface
com.atomikos.finitestates.TransitionTable

Packages that use TransitionTable
com.atomikos.finitestates   
 

Uses of TransitionTable in com.atomikos.finitestates
 

Classes in com.atomikos.finitestates that implement TransitionTable
 class AllowAllTransitionTable
          A default transition table implementation that allows any transition without really checking anything.
 

Constructors in com.atomikos.finitestates with parameters of type TransitionTable
FSMImp(Object eventsource, TransitionTable transitiontable, Object initialstate)
          Creates a new instance with a given event source.
FSMImp(TransitionTable transitiontable, Object initialstate)
          Constructor.
 



Copyright © 2011. All Rights Reserved.