MultiAgentDecisionProcess  Release 0.2.1
JointHistory Class Reference

JointHistory represents a joint history, i.e., a history for each agent. More...

#include <JointHistory.h>

+ Inheritance diagram for JointHistory:
+ Collaboration diagram for JointHistory:

Public Member Functions

 JointHistory ()
 (default) Constructor
virtual ~JointHistory ()
 Destructor.
- Public Member Functions inherited from History
virtual HistoryClone () const =0
 Returns a pointer to a copy of this class.
size_t GetLength () const
 Returns the length of the history, i.e., the number of time steps.
 History ()
 (default) Constructor
virtual void Print () const =0
void SetLength (size_t length)
 Set the length of the history, i.e., the number of time steps.
virtual ~History ()
 Destructor.

Additional Inherited Members

- Protected Attributes inherited from History
size_t _m_length
 How long (how many time-steps) is this history?

Detailed Description

JointHistory represents a joint history, i.e., a history for each agent.

Definition at line 38 of file JointHistory.h.

Constructor & Destructor Documentation

JointHistory::JointHistory ( )
inline

(default) Constructor

Definition at line 47 of file JointHistory.h.

virtual JointHistory::~JointHistory ( )
inlinevirtual

Destructor.

Definition at line 49 of file JointHistory.h.


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