MultiAgentDecisionProcess
Release 0.2.1
|
ParserInterface is an interface for parsers. More...
#include <ParserInterface.h>
Public Member Functions | |
virtual void | Parse ()=0 |
ParserInterface () | |
(default) Constructor | |
virtual | ~ParserInterface () |
ParserInterface is an interface for parsers.
Definition at line 36 of file ParserInterface.h.
|
inline |
(default) Constructor
Definition at line 45 of file ParserInterface.h.
|
inlinevirtual |
Definition at line 47 of file ParserInterface.h.
|
pure virtual |
Implemented in ParserTOIDecPOMDPDiscrete, and ParserTOIDecMDPDiscrete.