MultiAgentDecisionProcess  Release 0.2.1
TOIDecMDPDiscrete.h
Go to the documentation of this file.
1 
28 /* Only include this header file once. */
29 #ifndef _TOIDECMDPDISCRETE_H_
30 #define _TOIDECMDPDISCRETE_H_ 1
31 
32 /* the include directives */
33 #include <iostream>
34 #include "Globals.h"
35 #include "TOIDecPOMDPDiscrete.h"
36 
37 
38 
42  public TOIDecPOMDPDiscrete
43 {
44 private:
47 
48 protected:
49 
50 public:
51  // Constructor, destructor and copy assignment.
54  std::string name="received unspec. by TOI-DecMDPDiscrete",
55  std::string descr="received unspec. by TOI-DecMDPDiscrete",
56  std::string pf="received unspec. by TOI-DecMDPDiscrete");
58  virtual ~TOIDecMDPDiscrete();
59 
63  bool SetInitialized(bool b);
64 
70 };
71 
72 
73 #endif /* !_TOIDECMDPDISCRETE_H_ */
74 
75 // Local Variables: ***
76 // mode:c++ ***
77 // End: ***