![]() |
aGrUM
0.20.3
a C++ library for (probabilistic) graphical models
|
Pure virtual class for reading a FMDP from a file. More...
#include <fmdpReader.h>
Public Member Functions | |
FMDPReader (FMDP< GUM_SCALAR > *fmdp, const std::string &filename) | |
Constructor A reader is defined for reading a defined file. More... | |
virtual | ~FMDPReader () |
Default destructor. More... | |
virtual Size | proceed ()=0 |
Reads a Factored Markov Decision Process from the file referenced by filePath into` parameter fmdp. More... | |
Pure virtual class for reading a FMDP from a file.
Every class used to read the content of a Factored Markov Decision Process from a stream, or a file must be a subclass of FMDPReader.
Definition at line 60 of file fmdpReader.h.
gum::FMDPReader< GUM_SCALAR >::FMDPReader | ( | FMDP< GUM_SCALAR > * | fmdp, |
const std::string & | filename | ||
) |
|
virtual |
Default destructor.
|
pure virtual |
Reads a Factored Markov Decision Process from the file referenced by filePath into` parameter fmdp.
Implemented in gum::FMDPDatReader< GUM_SCALAR >.