Transition table single row interface. More...
#include <iautomaton.h>
Inheritance diagram for ITTRow:Public Member Functions | |
| virtual | ~ITTRow () |
| virtual bool | finalFlag () const =0 |
| virtual QList< QString > | getUniqueKeys () const =0 |
| virtual const QStringList | getValue (const QString &character) const =0 |
| virtual const QStringList | head () const =0 |
| virtual bool | initialFlag () const =0 |
| virtual QStringList & | operator[] (const QString &character)=0 |
| virtual void | setFinalFlag (bool final)=0 |
| virtual void | setInitialFlag (bool inital)=0 |
Transition table single row interface.
Definition at line 13 of file iautomaton.h.
| virtual ITTRow::~ITTRow | ( | ) | [inline, virtual] |
Definition at line 16 of file iautomaton.h.
| virtual bool ITTRow::finalFlag | ( | ) | const [pure virtual] |
Implemented in TTRowImpl.
| virtual QList<QString> ITTRow::getUniqueKeys | ( | ) | const [pure virtual] |
Implemented in TTRowImpl.
| virtual const QStringList ITTRow::getValue | ( | const QString & | character | ) | const [pure virtual] |
Implemented in TTRowImpl.
| virtual const QStringList ITTRow::head | ( | ) | const [pure virtual] |
Implemented in TTRowImpl.
| virtual bool ITTRow::initialFlag | ( | ) | const [pure virtual] |
Implemented in TTRowImpl.
| virtual QStringList& ITTRow::operator[] | ( | const QString & | character | ) | [pure virtual] |
Implemented in TTRowImpl.
| virtual void ITTRow::setFinalFlag | ( | bool | final | ) | [pure virtual] |
Implemented in TTRowImpl.
| virtual void ITTRow::setInitialFlag | ( | bool | inital | ) | [pure virtual] |
Implemented in TTRowImpl.
1.7.0