Robot Simulator of the Robotics Group for Self-Organization of Control  0.8.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
IRandomStrategy Class Referenceabstract

this interface is to create a random IValue. More...

#include <IRandomStrategy.h>

Inheritance diagram for IRandomStrategy:

Public Member Functions

 IRandomStrategy ()
 default constructor More...
 
virtual ~IRandomStrategy ()
 default destructor More...
 
virtual IValuegetRandomValue (void)=0
 gives a random IValue back. More...
 

Detailed Description

this interface is to create a random IValue.

Constructor & Destructor Documentation

default constructor

~IRandomStrategy ( )
virtual

default destructor

Member Function Documentation

virtual IValue* getRandomValue ( void  )
pure virtual

gives a random IValue back.

Returns
(IValue*) the random value.

Implemented in DoubleRandomStrategy.


The documentation for this class was generated from the following files: