GlobalAnalyser Class Reference

#include <GlobalAnalyser.h>

Inheritance diagram for GlobalAnalyser:

BehaviorControlInterfaces DefGlobalAnalyser List of all members.

Public Member Functions

 GlobalAnalyser (const BehaviorControlInterfaces &interfaces)
virtual ~GlobalAnalyser ()
virtual void update ()=0
virtual double getWeight (RateableOptions::TacticEntryTypeID tacticEntryType)=0

Detailed Description

The Base class for global analysis

It is the task of global analysis to weight TacticEntries in a situation-dependend manner.

Definition at line 22 of file GlobalAnalyser.h.


Constructor & Destructor Documentation

GlobalAnalyser::GlobalAnalyser ( const BehaviorControlInterfaces interfaces  )  [inline]

Constructor.

Parameters:
interfaces The parameters of the GlobalAnalyser module.

Definition at line 32 of file GlobalAnalyser.h.

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

Destructor

Definition at line 37 of file GlobalAnalyser.h.


Member Function Documentation

virtual double GlobalAnalyser::getWeight ( RateableOptions::TacticEntryTypeID  tacticEntryType  )  [pure virtual]

This method should be implemented by descendants

Implemented in DefGlobalAnalyser.

virtual void GlobalAnalyser::update (  )  [pure virtual]

This method should be implemented by descendants

Implemented in DefGlobalAnalyser.


The documentation for this class was generated from the following file:
Generated on Thu Dec 7 01:32:31 2006 for DT2005.panorama by  doxygen 1.4.7