#include "automataCreator.h"
#include "stringProcessor.h"
#include <QObject>
#include <QDialog>
#include <QTimer>
Go to the source code of this file.
Classes | |
class | AutomataWorkSimulator |
Main simulation class, implements simulation logic. More... | |
struct | AutomataWorkSimulator::Configuration |
helper struct for storing configurations More... | |
class | SimulationDialog |
Dialog for manipulation with simulation. More... |