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