![]() |
aGrUM
0.20.3
a C++ library for (probabilistic) graphical models
|
#include <O3prmrContext.h>
Public Attributes | |
std::string | value |
const PRMSystem< GUM_SCALAR > * | system |
PRMInference< GUM_SCALAR >::Chain | chain |
int | line |
Public Member Functions | |
QueryCommand (int line, const std::string &val) | |
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 149 of file O3prmrContext.h.
|
stronginherited |
Enumerator | |
---|---|
Observe | |
Unobserve | |
Query | |
SetEngine | |
SetGndEngine |
Definition at line 52 of file O3prmrContext.h.
|
inline |
Definition at line 151 of file O3prmrContext.h.
References gum::prm::o3prmr::QueryCommand< GUM_SCALAR >::QueryCommand(), and gum::prm::o3prmr::QueryCommand< GUM_SCALAR >::value.
Referenced by gum::prm::o3prmr::QueryCommand< GUM_SCALAR >::QueryCommand().
|
inlinevirtual |
Implements gum::prm::o3prmr::O3prmrCommand.
Definition at line 159 of file O3prmrContext.h.
References gum::prm::o3prmr::QueryCommand< GUM_SCALAR >::value.
|
inlinevirtual |
Implements gum::prm::o3prmr::O3prmrCommand.
Definition at line 158 of file O3prmrContext.h.
References gum::prm::o3prmr::O3prmrCommand::Query.
PRMInference< GUM_SCALAR >::Chain gum::prm::o3prmr::QueryCommand< GUM_SCALAR >::chain |
Definition at line 156 of file O3prmrContext.h.
Referenced by gum::prm::o3prmr::O3prmrSession< double >::addQuery().
|
inherited |
Definition at line 51 of file O3prmrContext.h.
Referenced by gum::prm::o3prmr::O3prmrCommand::O3prmrCommand().
const PRMSystem< GUM_SCALAR >* gum::prm::o3prmr::QueryCommand< GUM_SCALAR >::system |
Definition at line 155 of file O3prmrContext.h.
std::string gum::prm::o3prmr::QueryCommand< GUM_SCALAR >::value |
Definition at line 154 of file O3prmrContext.h.
Referenced by gum::prm::o3prmr::QueryCommand< GUM_SCALAR >::QueryCommand(), and gum::prm::o3prmr::QueryCommand< GUM_SCALAR >::toString().