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


Public Member Functions | |
| OptionRating (const BehaviorControlInterfaces &interfaces, CollectedBeliefs &collectedBeliefs, ChooserRaterInterfaces &chooserRaterInterfaces) | |
| Constructor. | |
| virtual | ~OptionRating () |
| Destructor. | |
| virtual void | rateOptions ()=0 |
| This method should be implemented by descendants. | |
Protected Attributes | |
| CollectedBeliefs & | collectedBeliefs |
| ChooserRaterInterfaces & | chooserRaterInterfaces |
It is the task of option rating to rate all avaible options.
Definition at line 22 of file OptionRating.h.
|
||||||||||||||||
|
Constructor.
Definition at line 38 of file OptionRating.h. |
|
|
Destructor.
Definition at line 48 of file OptionRating.h. |
|
|
This method should be implemented by descendants.
Implemented in DefaultOptionRating. Referenced by GT2004BehaviorControl::preExecute(). |
|
|
Definition at line 26 of file OptionRating.h. |
|
|
Definition at line 28 of file OptionRating.h. |
1.3.6