![]() |
aGrUM
0.20.3
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. More... | |
virtual | ~IDReader () |
Default destructor. More... | |
virtual void | proceed ()=0 |
Reads the influence diagram from the file referenced by filePath given at the creation of class. More... | |
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 52 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 >.