Interface StateMachine<T>

All Known Implementing Classes:
ContextSensitiveStateMachine, DummyStateMachine, IntraProcFilter

public interface StateMachine<T>
A state machine with an error state. Non-error states must be represented externally as natural numbers.
Author:
Manu Sridharan