#include <algorithmTask.h>
Inheritance diagram for algorithmTask:
Public Methods | |
algorithmTask (std::string name) | |
constructor - set a name. | |
virtual | ~algorithmTask () |
destructor. | |
virtual void | writeOut () const |
information of this class. More... | |
Protected Methods | |
virtual void | defineOption () |
define the options. | |
virtual void | setOption (std::string add, std::string algName) |
set options: declated operation: add algorithmVI into algorithmComposite. | |
Private Attributes | |
std::string | m_algName |
dummy - last cut in composite, for optionVI. |
algorithmTask
is an algorithmVI and an algorithmComposite.
users can add dinamically algorithms using the services of serviceI.
setName()
method of serviceI). addAlgorithm
". setOption()
method from optionVI allows an external user (optionManager) to add dinamically algorithms to the algorithmComposite.
Definition at line 25 of file algorithmTask.h.
|
|
|
|
set options: declated operation: add algorithmVI into algorithmComposite.
Reimplemented from optionVI.
Definition at line 12 of file algorithmTask.cpp.
|
information of this class.
add an algorithm into the algorithmComposite
Reimplemented from messageVI.
Definition at line 25 of file algorithmTask.cpp.
|