![]() |
aGrUM 2.3.2
a C++ library for (probabilistic) graphical models
|
Pure virtual class for importing an ID from a file. More...
#include <IDReader.h>
Public Member Functions | |
| IDReader (InfluenceDiagram< GUM_SCALAR > *infdiag, const std::string &filePath) | |
| Constructor A reader is created to reading a defined file. | |
| virtual | ~IDReader () |
| Default destructor. | |
| virtual void | proceed ()=0 |
| Reads the influence diagram from the file referenced by filePath given at the creation of class. | |
Pure virtual class for importing an ID from a file.
All classes used to read an influence diagram from a file must inherit from this class
Definition at line 74 of file IDReader.h.
| gum::IDReader< GUM_SCALAR >::IDReader | ( | InfluenceDiagram< GUM_SCALAR > * | infdiag, |
| const std::string & | filePath ) |
Constructor A reader is created to reading a defined file.
Note that an ID as to be created before and given in parameter.
|
virtual |
Default destructor.
|
pure virtual |
Reads the influence diagram from the file referenced by filePath given at the creation of class.
Implemented in gum::BIFXMLIDReader< GUM_SCALAR >.