![]() |
aGrUM
0.16.0
|
#include <O3prmrContext.h>
Public Attributes | |
std::string | value |
const PRMSystem< GUM_SCALAR > * | system |
PRMInference< GUM_SCALAR >::Chain | chain |
int | line |
Public Member Functions | |
UnobserveCommand (int line, const std::string &value) | |
UnobserveCommand (const UnobserveCommand &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 144 of file O3prmrContext.h.
|
stronginherited |
Enumerator | |
---|---|
Observe | |
Unobserve | |
Query | |
SetEngine | |
SetGndEngine |
Definition at line 53 of file O3prmrContext.h.
|
inline |
Definition at line 150 of file O3prmrContext.h.
|
inline |
Definition at line 152 of file O3prmrContext.h.
|
inlinevirtual |
|
inlinevirtual |
Implements gum::prm::o3prmr::O3prmrCommand.
Definition at line 155 of file O3prmrContext.h.
References gum::prm::o3prmr::O3prmrCommand::Unobserve.
PRMInference< GUM_SCALAR >::Chain gum::prm::o3prmr::UnobserveCommand< GUM_SCALAR >::chain |
Definition at line 148 of file O3prmrContext.h.
Referenced by gum::prm::o3prmr::O3prmrInterpreter::checkUnobserve(), and gum::prm::o3prmr::O3prmrInterpreter::unobserve().
|
inherited |
Definition at line 52 of file O3prmrContext.h.
Referenced by gum::prm::o3prmr::O3prmrContext< double >::mainImport().
const PRMSystem< GUM_SCALAR >* gum::prm::o3prmr::UnobserveCommand< GUM_SCALAR >::system |
Definition at line 147 of file O3prmrContext.h.
Referenced by gum::prm::o3prmr::O3prmrInterpreter::checkUnobserve().
std::string gum::prm::o3prmr::UnobserveCommand< GUM_SCALAR >::value |
Definition at line 146 of file O3prmrContext.h.
Referenced by gum::prm::o3prmr::O3prmrInterpreter::checkUnobserve(), and gum::prm::o3prmr::O3prmrInterpreter::unobserve().