![]() |
aGrUM
0.20.3
a C++ library for (probabilistic) graphical models
|
#include <O3prmrContext.h>
Public Attributes | |
std::string | leftValue |
std::string | rightValue |
const PRMSystem< GUM_SCALAR > * | system |
PRMInference< GUM_SCALAR >::Chain | chain |
Potential< GUM_SCALAR > | potentiel |
int | line |
Public Member Functions | |
ObserveCommand (int line, const std::string &leftValue, const std::string &rightValue) | |
ObserveCommand (const ObserveCommand &c) | |
RequestType | type () const |
std::string | toString () const |
Public Types | |
enum | RequestType : char { RequestType::Observe, RequestType::Unobserve, RequestType::Query, RequestType::SetEngine, RequestType::SetGndEngine } |
Definition at line 112 of file O3prmrContext.h.
|
stronginherited |
Enumerator | |
---|---|
Observe | |
Unobserve | |
Query | |
SetEngine | |
SetGndEngine |
Definition at line 52 of file O3prmrContext.h.
|
inline |
Definition at line 114 of file O3prmrContext.h.
References gum::prm::o3prmr::ObserveCommand< GUM_SCALAR >::leftValue, gum::prm::o3prmr::ObserveCommand< GUM_SCALAR >::ObserveCommand(), and gum::prm::o3prmr::ObserveCommand< GUM_SCALAR >::rightValue.
Referenced by gum::prm::o3prmr::ObserveCommand< GUM_SCALAR >::ObserveCommand().
|
inline |
Definition at line 116 of file O3prmrContext.h.
References gum::prm::o3prmr::ObserveCommand< GUM_SCALAR >::leftValue, gum::prm::o3prmr::ObserveCommand< GUM_SCALAR >::ObserveCommand(), and gum::prm::o3prmr::ObserveCommand< GUM_SCALAR >::rightValue.
Referenced by gum::prm::o3prmr::ObserveCommand< GUM_SCALAR >::ObserveCommand().
|
inlinevirtual |
Implements gum::prm::o3prmr::O3prmrCommand.
Definition at line 127 of file O3prmrContext.h.
References gum::prm::o3prmr::ObserveCommand< GUM_SCALAR >::leftValue, and gum::prm::o3prmr::ObserveCommand< GUM_SCALAR >::rightValue.
|
inlinevirtual |
Implements gum::prm::o3prmr::O3prmrCommand.
Definition at line 126 of file O3prmrContext.h.
References gum::prm::o3prmr::O3prmrCommand::Observe.
PRMInference< GUM_SCALAR >::Chain gum::prm::o3prmr::ObserveCommand< GUM_SCALAR >::chain |
Definition at line 123 of file O3prmrContext.h.
Referenced by gum::prm::o3prmr::O3prmrSession< double >::addObserve().
std::string gum::prm::o3prmr::ObserveCommand< GUM_SCALAR >::leftValue |
Definition at line 120 of file O3prmrContext.h.
Referenced by gum::prm::o3prmr::ObserveCommand< GUM_SCALAR >::ObserveCommand(), and gum::prm::o3prmr::ObserveCommand< GUM_SCALAR >::toString().
|
inherited |
Definition at line 51 of file O3prmrContext.h.
Referenced by gum::prm::o3prmr::O3prmrCommand::O3prmrCommand().
Potential< GUM_SCALAR > gum::prm::o3prmr::ObserveCommand< GUM_SCALAR >::potentiel |
Definition at line 124 of file O3prmrContext.h.
std::string gum::prm::o3prmr::ObserveCommand< GUM_SCALAR >::rightValue |
Definition at line 121 of file O3prmrContext.h.
Referenced by gum::prm::o3prmr::ObserveCommand< GUM_SCALAR >::ObserveCommand(), and gum::prm::o3prmr::ObserveCommand< GUM_SCALAR >::toString().
const PRMSystem< GUM_SCALAR >* gum::prm::o3prmr::ObserveCommand< GUM_SCALAR >::system |
Definition at line 122 of file O3prmrContext.h.