#include "itransition.h"
#include "istate.h"
#include <QSharedPointer>
#include <QPointF>
Go to the source code of this file.
Classes | |
class | IAutomataCreator |
Interface of AutomataCreator which is provided by editor. More... | |
class | IAutomaton |
Interface of finite automaton, which is provided to algorithms for operations with finite automata. More... | |
class | ITransitionTable |
Transition table for make algorithm work easier. More... | |
class | ITTRow |
Transition table single row interface. More... |