Jan Holub, X36JPR-03/17, 2008/2009. More...
#include <algorithms.h>
Public Member Functions | |
~RemoveUselessAlgorithm () | |
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/17, 2008/2009.
Definition at line 132 of file algorithms.h.
RemoveUselessAlgorithm::~RemoveUselessAlgorithm | ( | ) |
Definition at line 490 of file algorithms.cpp.
References DBGLOG_ALGO.
int RemoveUselessAlgorithm::getInputCount | ( | ) | const [inline, virtual] |
Implements IAlgorithm.
Definition at line 139 of file algorithms.h.
QString RemoveUselessAlgorithm::getName | ( | ) | const [virtual] |
Implements IAlgorithm.
Definition at line 495 of file algorithms.cpp.
bool RemoveUselessAlgorithm::runInternal | ( | const IAutomaton::TAutomataList & | input, | |
QSharedPointer< IAutomaton > & | result | |||
) | const [protected, virtual] |
each basic algorithm has to implements this method
Implements BasicAlgorithm.
Definition at line 500 of file algorithms.cpp.
References BasicAlgorithm::addReport(), BasicAlgorithm::m_creator, and RELLOG.