Package com.itmusings.stm

Defines the basic STM interfaces.

See:
          Description

Interface Summary
FlowConfigurator An interface that is used by an STM implementation to obtain the STD configuration.
STM An implementation of a state transition machine.
 

Class Summary
State An encapsulation of what constitutes a state.
 

Package com.itmusings.stm Description

Defines the basic STM interfaces. Defines the notion of a state. This is the only package that is needed by the external consuming application to avail of the STM framework. The actual implementations of these interfaces are in the com.itmusings.stm.impl package.



Copyright © 2011 ITMUSINGS. All Rights Reserved.