MultiAgentDecisionProcess
IndividualHistory Class Reference

IndividualHistory represents a history for a single agent. More...

#include <IndividualHistory.h>

Inheritance diagram for IndividualHistory:
[legend]

Public Member Functions

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

Protected Attributes

Index _m_agentI
 The agent this history belongs to. More...
 
- Protected Attributes inherited from History
size_t _m_length
 How long (how many time-steps) is this history? More...
 

Detailed Description

IndividualHistory represents a history for a single agent.

Constructor & Destructor Documentation

IndividualHistory::IndividualHistory ( Index  agentI)
inline

(default) Constructor

virtual IndividualHistory::~IndividualHistory ( )
inlinevirtual

Destructor.

Member Data Documentation

Index IndividualHistory::_m_agentI
protected