MultiAgentDecisionProcess  Release 0.2.1
AlphaVectorPOMDP.h
Go to the documentation of this file.
1 
28 /* Only include this header file once. */
29 #ifndef _ALPHAVECTORPOMDP_H_
30 #define _ALPHAVECTORPOMDP_H_ 1
31 
32 /* the include directives */
33 #include <iostream>
34 #include "Globals.h"
35 
36 #include "AlphaVectorPlanning.h"
37 
39 class AlphaVector;
40 
41 
42 
45 class AlphaVectorPOMDP : virtual public AlphaVectorPlanning
46 {
47 private:
48 
49 protected:
50 
51 public:
52  // Constructor, destructor and copy assignment.
55 
57  virtual ~AlphaVectorPOMDP();
58 
62  const GaoVectorSet &G) const;
63 
65  Index a,
66  const GaoVectorSet &G) const;
67 
68 };
69 
70 
71 #endif /* !_ALPHAVECTORPOMDP_H_ */
72 
73 // Local Variables: ***
74 // mode:c++ ***
75 // End: ***