com.atomikos.finitestates
Interface FSM

All Superinterfaces:
FSMEnterEventSource, FSMPreEnterEventSource, FSMPreTransitionEventSource, FSMTransitionEventSource, Stateful, StateMutable
All Known Implementing Classes:
FSMImp

public interface FSM
extends StateMutable, FSMEnterEventSource, FSMPreEnterEventSource, FSMTransitionEventSource, FSMPreTransitionEventSource

Interface of a finite state machine.


Method Summary
 
Methods inherited from interface com.atomikos.finitestates.StateMutable
setState
 
Methods inherited from interface com.atomikos.finitestates.Stateful
getState
 
Methods inherited from interface com.atomikos.finitestates.FSMEnterEventSource
addFSMEnterListener
 
Methods inherited from interface com.atomikos.finitestates.Stateful
getState
 
Methods inherited from interface com.atomikos.finitestates.FSMPreEnterEventSource
addFSMPreEnterListener
 
Methods inherited from interface com.atomikos.finitestates.Stateful
getState
 
Methods inherited from interface com.atomikos.finitestates.FSMTransitionEventSource
addFSMTransitionListener
 
Methods inherited from interface com.atomikos.finitestates.Stateful
getState
 
Methods inherited from interface com.atomikos.finitestates.FSMPreTransitionEventSource
addFSMPreTransitionListener
 
Methods inherited from interface com.atomikos.finitestates.Stateful
getState
 



Copyright © 2011. All Rights Reserved.