#include <GlobalAnalyser.h>
Inheritance diagram for GlobalAnalyser:


Public Member Functions | |
| GlobalAnalyser (const BehaviorControlInterfaces &interfaces) | |
| Constructor. | |
| virtual | ~GlobalAnalyser () |
| Destructor. | |
| virtual void | update ()=0 |
| This method should be implemented by descendants. | |
| virtual double | getWeight (RateableOptions::TacticEntryTypeID tacticEntryType)=0 |
| This method should be implemented by descendants. | |
It is the task of global analysis to weight TacticEntries in a situation-dependend manner.
Definition at line 22 of file GlobalAnalyser.h.
|
|
Constructor.
Definition at line 32 of file GlobalAnalyser.h. |
|
|
Destructor.
Definition at line 37 of file GlobalAnalyser.h. |
|
|
This method should be implemented by descendants.
Implemented in DefGlobalAnalyser. Referenced by DefaultTacticChooser::chooseOption(). |
|
|
This method should be implemented by descendants.
Implemented in DefGlobalAnalyser. Referenced by DefaultTacticChooser::chooseOption(). |
1.3.6