Interface StateMachineFactory<T>
- All Known Implementing Classes:
ContextSensitiveStateMachine.Factory
,DummyStateMachine.Factory
,IntraProcFilter.Factory
public interface StateMachineFactory<T>
-
Method Summary
-
Method Details
-
make
StateMachine<T> make()
-