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
-
Nested Class Summary
-
Field Summary
-
Method Summary
-
Field Details
-
ERROR
-
-
Method Details
-
getStartState
StateMachine.State getStartState() -
transition
- Returns:
- the successor state of prevState for the transition labelled label, or
null
if no such transition exists - Throws:
StatesMergedException
- if merging of states is detected- See Also:
-