#include <DefGlobalAnalyser.h>
Inheritance diagram for DefGlobalAnalyser:
Public Member Functions | |
DefGlobalAnalyser (const BehaviorControlInterfaces &interfaces) | |
Constructor. | |
virtual void | update () |
This method should be implemented by descendants. | |
virtual double | getWeight (RateableOptions::TacticEntryTypeID tacticEntryType) |
This method should be implemented by descendants. | |
Private Attributes | |
double | calcWeights [RateableOptions::defGA_Max-RateableOptions::defGA_Neutral] |
Definition at line 22 of file DefGlobalAnalyser.h.
|
Constructor.
Definition at line 11 of file DefGlobalAnalyser.cpp. |
|
This method should be implemented by descendants.
Implements GlobalAnalyser. Definition at line 16 of file DefGlobalAnalyser.cpp. References calcWeights. |
|
This method should be implemented by descendants.
Implements GlobalAnalyser. Definition at line 21 of file DefGlobalAnalyser.cpp. References calcWeights. |
|
Definition at line 26 of file DefGlobalAnalyser.h. Referenced by getWeight(), and update(). |