MultiAgentDecisionProcess
Release 0.2.1
|
ObservationModel represents the observation model in a decision process. More...
#include <ObservationModel.h>
Public Member Functions | |
virtual ObservationModel * | Clone () const =0 |
Returns a pointer to a copy of this class. | |
ObservationModel () | |
default Constructor | |
void | Print () const |
virtual std::string | SoftPrint () const =0 |
virtual | ~ObservationModel () |
Destructor. |
ObservationModel represents the observation model in a decision process.
Definition at line 38 of file ObservationModel.h.
|
inline |
default Constructor
Definition at line 46 of file ObservationModel.h.
|
inlinevirtual |
Destructor.
Definition at line 49 of file ObservationModel.h.
|
pure virtual |
Returns a pointer to a copy of this class.
Implemented in ObservationModelMappingSparse, ObservationModelMapping, and ObservationModelDiscrete.
|
inline |
Definition at line 55 of file ObservationModel.h.
References SoftPrint().
|
pure virtual |
Implemented in ObservationModelDiscrete.
Referenced by Print().