MultiAgentDecisionProcess  Release 0.2.1
ParserInterface Class Reference

ParserInterface is an interface for parsers. More...

#include <ParserInterface.h>

+ Inheritance diagram for ParserInterface:

Public Member Functions

virtual void Parse ()=0
 ParserInterface ()
 (default) Constructor
virtual ~ParserInterface ()

Detailed Description

ParserInterface is an interface for parsers.

Definition at line 36 of file ParserInterface.h.

Constructor & Destructor Documentation

ParserInterface::ParserInterface ( )
inline

(default) Constructor

Definition at line 45 of file ParserInterface.h.

virtual ParserInterface::~ParserInterface ( )
inlinevirtual

Definition at line 47 of file ParserInterface.h.

Member Function Documentation

virtual void ParserInterface::Parse ( )
pure virtual

The documentation for this class was generated from the following file: