|
TuringSim
C++ framework to simulate abstract computing models
|
A class to run a simulate the execution of a MaybeEpsilonFiniteStateMachine. More...
#include <runner/maybeEpsilonFiniteStateMachineRunner.h>
A class to run a simulate the execution of a MaybeEpsilonFiniteStateMachine.
| MachineType | the type of the simulated machine. Must be a MaybeEpsilonFiniteStateMachine. |
| ListenerType | the type of the listener that follows the execution of the listener. |
| ListenerConstructorArgs | the parameters related to the listener. |
The Machine have to be simply accepting.
Definition at line 21 of file maybeEpsilonFiniteStateMachineRunner.h.