MultiAgentDecisionProcess
History Class Referenceabstract

History is a general class for histories. More...

#include <History.h>

Inheritance diagram for History:
[legend]

Public Member Functions

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

size_t _m_length
 How long (how many time-steps) is this history? More...
 

Detailed Description

History is a general class for histories.

Constructor & Destructor Documentation

History::History ( )
inline

(default) Constructor

virtual History::~History ( )
inlinevirtual

Destructor.

Member Function Documentation

virtual History* History::Clone ( ) const
pure virtual

Member Data Documentation

size_t History::_m_length
protected