#include <ialgorithm.h>
Public Member Functions | |
virtual | ~IAlgorithmHolder () |
virtual IAlgorithm::TAlgorithmList | getAlgorithms () const =0 |
virtual QString | getPluginName () const =0 |
Returns plugin name. | |
virtual QString | getVersion () const =0 |
Returns version of AutomataEditor for which algorithms are implemented, tested ... |
Definition at line 34 of file ialgorithm.h.
virtual IAlgorithmHolder::~IAlgorithmHolder | ( | ) | [inline, virtual] |
Definition at line 37 of file ialgorithm.h.
virtual IAlgorithm::TAlgorithmList IAlgorithmHolder::getAlgorithms | ( | ) | const [pure virtual] |
Implemented in AlgorithmHolder, and PluginHowtoHolder.
Referenced by MainWindow::processAlgorithmsPlugin().
virtual QString IAlgorithmHolder::getPluginName | ( | ) | const [pure virtual] |
Returns plugin name.
Implemented in AlgorithmHolder, and PluginHowtoHolder.
Referenced by MainWindow::processAlgorithmsPlugin().
virtual QString IAlgorithmHolder::getVersion | ( | ) | const [pure virtual] |
Returns version of AutomataEditor for which algorithms are implemented, tested ...
Implemented in AlgorithmHolder, and PluginHowtoHolder.
Referenced by MainWindow::processAlgorithmsPlugin().