MultiAgentDecisionProcess
Release 0.2.1
Main Page
Namespaces
Classes
Files
File List
File Members
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
42
class
ParserTOIDecMDPDiscrete
:
43
public
ParserInterface
44
{
45
private
:
46
47
TOIDecMDPDiscrete
*
_m_problem
;
48
49
protected
:
50
51
public
:
52
// Constructor, destructor and copy assignment.
54
ParserTOIDecMDPDiscrete
(
TOIDecMDPDiscrete
55
*problem);
56
57
void
Parse
();
58
59
};
60
61
62
#endif
/* !_PARSERTOIDECMDPDISCRETE_H_ */
63
64
// Local Variables: ***
65
// mode:c++ ***
66
// End: ***
src
parser
ParserTOIDecMDPDiscrete.h
Generated on Mon Sep 23 2013 14:50:05 for MultiAgentDecisionProcess by
1.8.1.2