Classes

C:/CVUT/diplomka/Automata_editor/include/interfaces/iautomaton.h File Reference

#include "itransition.h"
#include "istate.h"
#include <QSharedPointer>
#include <QPointF>
Include dependency graph for iautomaton.h:
This graph shows which files directly or indirectly include this file:

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...