MultiAgentDecisionProcess  Release 0.2.1
ParserTOIFactoredRewardDecPOMDPDiscrete.h
Go to the documentation of this file.
1 
28 /* Only include this header file once. */
29 #ifndef _PARSERTOIFACTOREDREWARDDECPOMDPDISCRETE_H_
30 #define _PARSERTOIFACTOREDREWARDDECPOMDPDISCRETE_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 
54 protected:
55 
56 public:
57  // Constructor, destructor and copy assignment.
61  *problem);
62 
63 };
64 
65 
66 #endif /* !_PARSERTOIFACTOREDREWARDDECPOMDPDISCRETE_H_ */
67 
68 // Local Variables: ***
69 // mode:c++ ***
70 // End: ***