Class DummyStateMachine<T>
java.lang.Object
com.ibm.wala.demandpa.alg.statemachine.DummyStateMachine<T>
- All Implemented Interfaces:
StateMachine<T>
A dummy state machine with a single, non-error state. Primarily for testing purposes.
- Author:
- Manu Sridharan
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from interface StateMachine
StateMachine.State -
Field Summary
Fields inherited from interface StateMachine
ERROR -
Method Summary
-
Method Details
-
transition
- Specified by:
transitionin interfaceStateMachine<T>- Returns:
- the successor state of prevState for the transition labelled label, or
nullif no such transition exists - See Also:
-
getStartState
- Specified by:
getStartStatein interfaceStateMachine<T>
-