Predictor Factory.
More...
#include <PredictorBase.h>
|
virtual PredictorBase * | make (const eckit::Configuration &, const std::vector< int > &)=0 |
|
Predictor Factory.
Definition at line 71 of file PredictorBase.h.
◆ ~PredictorFactory()
virtual ufo::PredictorFactory::~PredictorFactory |
( |
| ) |
|
|
virtualdefault |
◆ PredictorFactory()
ufo::PredictorFactory::PredictorFactory |
( |
const std::string & |
name | ) |
|
|
explicitprotected |
◆ create()
PredictorBase * ufo::PredictorFactory::create |
( |
const eckit::Configuration & |
conf, |
|
|
const std::vector< int > & |
jobs |
|
) |
| |
|
static |
◆ getMakers()
static std::map< std::string, PredictorFactory * >& ufo::PredictorFactory::getMakers |
( |
| ) |
|
|
inlinestaticprivate |
◆ make()
virtual PredictorBase* ufo::PredictorFactory::make |
( |
const eckit::Configuration & |
, |
|
|
const std::vector< int > & |
|
|
) |
| |
|
privatepure virtual |
◆ predictorExists()
bool ufo::PredictorFactory::predictorExists |
( |
const std::string & |
name | ) |
|
|
static |
The documentation for this class was generated from the following files: