MultiAgentDecisionProcess  Release 0.2.1
PerseusQFunctionPlanner.h
Go to the documentation of this file.
1 
28 /* Only include this header file once. */
29 #ifndef _PERSEUSQFUNCTIONPLANNER_H_
30 #define _PERSEUSQFUNCTIONPLANNER_H_ 1
31 
32 /* the include directives */
33 #include "Globals.h"
34 #include "PerseusStationary.h"
35 
37 
41 
42 {
43 private:
44 
45  virtual QFunctionsDiscrete
46  BackupStage(const BeliefSet &S,
47  const QFunctionsDiscrete &V) const = 0;
48 
49 protected:
50 
51 public:
52 
54 
56  virtual ~PerseusQFunctionPlanner();
57 
58  void Plan();
59 
60 };
61 
62 
63 #endif /* !_PERSEUSQFUNCTIONPLANNER_H_ */
64 
65 // Local Variables: ***
66 // mode:c++ ***
67 // End: ***