![]() |
aGrUM
0.20.3
a C++ library for (probabilistic) graphical models
|
#include <O3prmrContext.h>
Public Attributes | |
std::string | value |
int | line |
Public Member Functions | |
SetEngineCommand (int line, const std::string &value) | |
SetEngineCommand (const SetEngineCommand &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 86 of file O3prmrContext.h.
|
stronginherited |
Enumerator | |
---|---|
Observe | |
Unobserve | |
Query | |
SetEngine | |
SetGndEngine |
Definition at line 52 of file O3prmrContext.h.
|
inline |
Definition at line 88 of file O3prmrContext.h.
References gum::prm::o3prmr::O3prmrCommand::O3prmrCommand(), and value.
Referenced by gum::prm::o3prmr::O3prmrSession< double >::addSetEngine().
|
inline |
Definition at line 89 of file O3prmrContext.h.
References gum::prm::o3prmr::O3prmrCommand::O3prmrCommand(), and value.
|
inlinevirtual |
|
inlinevirtual |
Implements gum::prm::o3prmr::O3prmrCommand.
Definition at line 93 of file O3prmrContext.h.
References gum::prm::o3prmr::O3prmrCommand::SetEngine.
|
inherited |
Definition at line 51 of file O3prmrContext.h.
Referenced by gum::prm::o3prmr::O3prmrCommand::O3prmrCommand().
std::string gum::prm::o3prmr::SetEngineCommand::value |
Definition at line 91 of file O3prmrContext.h.
Referenced by SetEngineCommand().