Interface StateMachineFactory<T>
-
- All Known Implementing Classes:
ContextSensitiveStateMachine.Factory
,DummyStateMachine.Factory
,IntraProcFilter.Factory
public interface StateMachineFactory<T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StateMachine<T>
make()
-
-
-
Method Detail
-
make
StateMachine<T> make()
-
-