MultiAgentDecisionProcess  Release 0.2.1
ParserTOIDecMDPDiscrete.h
Go to the documentation of this file.
1 
28 /* Only include this header file once. */
29 #ifndef _PARSERTOIDECMDPDISCRETE_H_
30 #define _PARSERTOIDECMDPDISCRETE_H_ 1
31 
32 /* the include directives */
33 #include <iostream>
34 #include "Globals.h"
35 #include "TOIDecMDPDiscrete.h"
36 #include "ParserInterface.h"
37 
38 
39 
43  public ParserInterface
44 {
45 private:
46 
48 
49 protected:
50 
51 public:
52  // Constructor, destructor and copy assignment.
55  *problem);
56 
57  void Parse();
58 
59 };
60 
61 
62 #endif /* !_PARSERTOIDECMDPDISCRETE_H_ */
63 
64 // Local Variables: ***
65 // mode:c++ ***
66 // End: ***