#include <moAspirCrit.h>
Inheritance diagram for moAspirCrit< M >:

Public Member Functions | |
| virtual void | init ()=0 |
| Procedure which initialises all that needs a aspiration criterion. | |
It is only a description... An object that herits from this class is needed to be used in a moTS. See moNoAspriCrit for example.
Definition at line 47 of file moAspirCrit.h.
| virtual void moAspirCrit< M >::init | ( | ) | [pure virtual] |
Procedure which initialises all that needs a aspiration criterion.
It can be possible that this procedure do nothing...
Implemented in moImprBestFitAspirCrit< M >, and moNoAspirCrit< M >.
1.4.7