MultiAgentDecisionProcess
Release 0.2.1
Main Page
Namespaces
Classes
Files
File List
File Members
AgentSharedObservations.h
Go to the documentation of this file.
1
28
/* Only include this header file once. */
29
#ifndef _AGENTSHAREDOBSERVATIONS_H_
30
#define _AGENTSHAREDOBSERVATIONS_H_ 1
31
32
/* the include directives */
33
#include <iostream>
34
#include "
Globals.h
"
35
#include "
AgentDecPOMDPDiscrete.h
"
36
40
class
AgentSharedObservations
:
public
AgentDecPOMDPDiscrete
41
{
42
private
:
43
44
protected
:
45
46
public
:
47
// Constructor, destructor and copy assignment.
49
AgentSharedObservations
(
const
PlanningUnitDecPOMDPDiscrete
&pu,
Index
id
) :
50
AgentDecPOMDPDiscrete
(pu,id){};
51
53
AgentSharedObservations
(
const
AgentSharedObservations
& a) :
54
AgentDecPOMDPDiscrete
(a){};
55
57
~AgentSharedObservations
(){};
58
61
virtual
Index
Act
(
Index
joI) = 0;
62
63
};
64
65
66
#endif
/* !_AGENTSHAREDOBSERVATIONS_H_ */
67
68
// Local Variables: ***
69
// mode:c++ ***
70
// End: ***
src
planning
AgentSharedObservations.h
Generated on Mon Sep 23 2013 14:50:05 for MultiAgentDecisionProcess by
1.8.1.2