MultiAgentDecisionProcess  Release 0.2.1
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 
41 {
42 private:
43 
44 protected:
45 
46 public:
47  // Constructor, destructor and copy assignment.
50  AgentDecPOMDPDiscrete(pu,id){};
51 
55 
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: ***