#include <algorithms.h>
Public Member Functions | |
AlgorithmHolder () | |
~AlgorithmHolder () | |
IAlgorithm::TAlgorithmList | getAlgorithms () const |
QString | getPluginName () const |
Returns plugin name. | |
QString | getVersion () const |
Returns version of AutomataEditor for which algorithms are implemented, tested ... |
Definition at line 247 of file algorithms.h.
AlgorithmHolder::AlgorithmHolder | ( | ) |
Definition at line 1435 of file algorithms.cpp.
AlgorithmHolder::~AlgorithmHolder | ( | ) |
Definition at line 1458 of file algorithms.cpp.
References DBGLOG_ALGO.
IAlgorithm::TAlgorithmList AlgorithmHolder::getAlgorithms | ( | ) | const [virtual] |
Implements IAlgorithmHolder.
Definition at line 1438 of file algorithms.cpp.
QString AlgorithmHolder::getPluginName | ( | ) | const [inline, virtual] |
QString AlgorithmHolder::getVersion | ( | ) | const [inline, virtual] |
Returns version of AutomataEditor for which algorithms are implemented, tested ...
Implements IAlgorithmHolder.
Definition at line 257 of file algorithms.h.