#include "iautomaton.h"
#include <QStringList>
#include <QMap>
#include <QList>
Go to the source code of this file.
Classes | |
class | AutomataCreator |
Implements IAutomataCreator and has some additional methods for giving private implementations. More... | |
class | AutomatonImpl |
Implements IAutomaton, provides some methods for giving private implementations. More... | |
class | StateImpl |
class | TransitionImpl |
Functions | |
bool | operator== (const ITransition &lhs, const ITransition &rhs) |
uint | qHash (const ITransition &key) |
bool operator== | ( | const ITransition & | lhs, | |
const ITransition & | rhs | |||
) | [inline] |
Definition at line 49 of file automataCreator.h.
References ITransition::getCharacters(), ITransition::getDestinationState(), and ITransition::getSourceState().
uint qHash | ( | const ITransition & | key | ) | [inline] |
Definition at line 56 of file automataCreator.h.
References ITransition::getCharacters(), ITransition::getDestinationState(), ITransition::getSourceState(), and qHash().