#include <eventComposite.h>
Inheritance diagram for eventComposite:
Public Methods | |
eventComposite () | |
default constructor. | |
virtual | ~eventComposite () |
defautl destructor. | |
virtual void | generate () |
the method generate, reconstruct, analyze are commands. More... | |
virtual void | reconstruct () |
reconstruct the process running an algorithmComposite. | |
virtual void | analyze () |
reconstruct the porcess running an algorithmComposite. |
eventComposite is an algorithmVI.
eventComposite is a eventVI.
eventComposite is a composite of eventVI s.
generate()
, reconstruct()
, and analyze()
methods, execute first the algorithms of this eventVI and later the same methods of the eventVIs of the serverVI. run()
method executes first all the generate()
methods, first itself, them the rest of the eventVIs in the composite; later executes the reconstruct()
, again first itself and later the others eventVIs; and finally the analysis()
, in the same order, it executes first itselt, later the rest of eventVIs in the composite.
Definition at line 28 of file eventComposite.h.
|
|
|
reconstruct the porcess running an algorithmComposite.
Reimplemented from eventVI.
Definition at line 45 of file eventComposite.h.
|
the method generate, reconstruct, analyze are commands.
this methods execute first the algorithm composite of eventVI, and later the method of all the eventVI algorithms in the serverVI via the command(name) method.
Reimplemented from eventVI.
Definition at line 43 of file eventComposite.h.
|
reconstruct the process running an algorithmComposite.
Reimplemented from eventVI.
Definition at line 44 of file eventComposite.h.