MultiAgentDecisionProcess  Release 0.2.1
ParserTOICompactRewardDecPOMDPDiscrete.h
Go to the documentation of this file.
1 
28 /* Only include this header file once. */
29 #ifndef _PARSERTOICOMPACTREWARDDECPOMDPDISCRETE_H_
30 #define _PARSERTOICOMPACTREWARDDECPOMDPDISCRETE_H_ 1
31 
32 /* the include directives */
33 #include <iostream>
34 #include "Globals.h"
35 
38 #include "DecPOMDPDiscrete.h"
39 
40 
41 
46 {
47 private:
48 
50 
51  void StoreDecPOMDP(DecPOMDPDiscrete *decpomdp,
52  Index id);
53 
55  void ParseRewards();
56 
57 protected:
58 
59 public:
60  // Constructor, destructor and copy assignment.
64  *problem);
65 
66 };
67 
68 
69 #endif /* !_PARSERTOICOMPACTREWARDDECPOMDPDISCRETE_H_ */
70 
71 // Local Variables: ***
72 // mode:c++ ***
73 // End: ***