Jan Holub, X36JPR-03/23, 2008/2009. More...
#include <algorithms.h>
Public Member Functions | |
~RemoveEpsilonAlgorithm () | |
int | getInputCount () const |
QString | getName () const |
Protected Member Functions | |
bool | runInternal (const IAutomaton::TAutomataList &input, QSharedPointer< IAutomaton > &result) const |
each basic algorithm has to implements this method |
Jan Holub, X36JPR-03/23, 2008/2009.
Definition at line 94 of file algorithms.h.
RemoveEpsilonAlgorithm::~RemoveEpsilonAlgorithm | ( | ) |
Definition at line 301 of file algorithms.cpp.
References DBGLOG_ALGO.
int RemoveEpsilonAlgorithm::getInputCount | ( | ) | const [inline, virtual] |
Implements IAlgorithm.
Definition at line 101 of file algorithms.h.
QString RemoveEpsilonAlgorithm::getName | ( | ) | const [virtual] |
Implements IAlgorithm.
Definition at line 306 of file algorithms.cpp.
bool RemoveEpsilonAlgorithm::runInternal | ( | const IAutomaton::TAutomataList & | input, | |
QSharedPointer< IAutomaton > & | result | |||
) | const [protected, virtual] |
each basic algorithm has to implements this method
Implements BasicAlgorithm.
Definition at line 311 of file algorithms.cpp.
References BasicAlgorithm::addReport(), DBGLOG_ALGO, BasicAlgorithm::getEpsilonClosure(), BasicAlgorithm::m_creator, and RELLOG.