Classes | Functions

C:/CVUT/diplomka/Automata_editor/sources/automataCreator.h File Reference

#include "iautomaton.h"
#include <QStringList>
#include <QMap>
#include <QList>
Include dependency graph for automataCreator.h:
This graph shows which files directly or indirectly include this file:

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)

Function Documentation

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

Here is the call graph for this function:

uint qHash ( const ITransition key  )  [inline]

Definition at line 56 of file automataCreator.h.

References ITransition::getCharacters(), ITransition::getDestinationState(), ITransition::getSourceState(), and qHash().

Here is the call graph for this function: