MultiAgentDecisionProcess  Release 0.2.1
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 
41  virtual public AgentDecPOMDPDiscrete
42 {
43 private:
44 
45 protected:
46 
47 public:
48  // Constructor, destructor and copy assignment.
50 
55 
57  AgentDecPOMDPDiscrete(pu,id){};
58 
62 
65 
68  virtual Index Act(Index oI) = 0;
69 };
70 
71 
72 #endif /* !_AGENTLOCALOBSERVATIONS_H_ */
73 
74 // Local Variables: ***
75 // mode:c++ ***
76 // End: ***