X36PJP, Algorithm 2.71 - Jazyky a preklady, prof. More...
#include <algorithms.h>
Public Member Functions | |
UniteParallelAlgorithm () | |
~UniteParallelAlgorithm () | |
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 |
X36PJP, Algorithm 2.71 - Jazyky a preklady, prof.
Ing. Borivoj Melichar, DrSc. 2003
Definition at line 211 of file algorithms.h.
UniteParallelAlgorithm::UniteParallelAlgorithm | ( | ) |
Definition at line 1094 of file algorithms.cpp.
UniteParallelAlgorithm::~UniteParallelAlgorithm | ( | ) |
Definition at line 1098 of file algorithms.cpp.
References DBGLOG_ALGO.
int UniteParallelAlgorithm::getInputCount | ( | ) | const [inline, virtual] |
Implements IAlgorithm.
Definition at line 219 of file algorithms.h.
QString UniteParallelAlgorithm::getName | ( | ) | const [virtual] |
Implements IAlgorithm.
Definition at line 1103 of file algorithms.cpp.
bool UniteParallelAlgorithm::runInternal | ( | const IAutomaton::TAutomataList & | input, | |
QSharedPointer< IAutomaton > & | result | |||
) | const [protected, virtual] |
each basic algorithm has to implements this method
Implements BasicAlgorithm.
Definition at line 1108 of file algorithms.cpp.
References BasicAlgorithm::addReport(), BasicAlgorithmWithSettings::chooseStateLabel(), BasicAlgorithmWithSettings::chooseStateName(), BasicAlgorithm::m_creator, BasicAlgorithm::makeSureNamesUnique(), RELLOG, BasicAlgorithm::removeEpsilonTransitions(), BasicAlgorithm::removeMultipleInitials(), and BasicAlgorithm::tryMergeAlphabet().