Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members  

eventComposite Class Reference

A eventComposite of eventVI s. More...

#include <eventComposite.h>

Inheritance diagram for eventComposite:

eventVI serverVI algorithmTree algorithmVI eventTask List of all members.

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.


Detailed Description

A eventComposite of eventVI s.

eventComposite is an algorithmVI.
eventComposite is a eventVI.
eventComposite is a composite of eventVI s.

Definition at line 28 of file eventComposite.h.


Constructor & Destructor Documentation

eventComposite::eventComposite ( ) [inline]

default constructor.

Definition at line 35 of file eventComposite.h.

eventComposite::~eventComposite ( ) [inline, virtual]

defautl destructor.

Definition at line 37 of file eventComposite.h.


Member Function Documentation

void eventComposite::analyze ( ) [inline, virtual]

reconstruct the porcess running an algorithmComposite.

Reimplemented from eventVI.

Definition at line 45 of file eventComposite.h.

void eventComposite::generate ( ) [inline, virtual]

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.

void eventComposite::reconstruct ( ) [inline, virtual]

reconstruct the process running an algorithmComposite.

Reimplemented from eventVI.

Definition at line 44 of file eventComposite.h.


The documentation for this class was generated from the following file:
Generated at Fri Aug 18 12:57:40 2000 for centella framework by doxygen 1.1.3 written by Dimitri van Heesch, © 1997-2000