MultiAgentDecisionProcess  Release 0.2.1
ValueFunction Class Reference

ValueFunction is a class that represents a value function of a joint policy. More...

#include <ValueFunction.h>

+ Inheritance diagram for ValueFunction:

Public Member Functions

virtual PlanningUnitGetPU () const =0
 Return a reference to the planning unit.
virtual ~ValueFunction ()
 Destructor.

Detailed Description

ValueFunction is a class that represents a value function of a joint policy.

As the value function also depends on the problem type (DecPOMDP, POSG,etc.) this is an abstract base class.

Definition at line 42 of file ValueFunction.h.

Constructor & Destructor Documentation

virtual ValueFunction::~ValueFunction ( )
inlinevirtual

Destructor.

Definition at line 52 of file ValueFunction.h.

Member Function Documentation

virtual PlanningUnit* ValueFunction::GetPU ( ) const
pure virtual

Return a reference to the planning unit.


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