|
Something that supports a set of prediction engines. More...
#include <RobotAPI/libraries/armem/core/base/detail/Predictive.h>
Public Member Functions | |
void | addPredictionEngine (const PredictionEngine &engine) |
std::map< MemoryID, std::vector< PredictionEngine > > | getAllPredictionEngines () const |
const std::vector< PredictionEngine > & | predictionEngines () const |
Predictive (const std::vector< PredictionEngine > &engines={}) | |
void | setPredictionEngines (const std::vector< PredictionEngine > &engines) |
Something that supports a set of prediction engines.
Definition at line 38 of file Predictive.h.
|
inlineexplicit |
Definition at line 42 of file Predictive.h.
|
inline |
Definition at line 53 of file Predictive.h.
|
inline |
Definition at line 64 of file Predictive.h.
|
inline |
Definition at line 48 of file Predictive.h.
|
inline |