Interface StateMachineFactory<S,E>

Type Parameters:
S - the type of state
E - the type of event
All Known Implementing Classes:
AbstractStateMachineFactory, ObjectStateMachineFactory

public interface StateMachineFactory<S,E>
StateMachineFactory is a strategy interface building StateMachines.
Author:
Janne Valkealahti